Twitter
Become an osx86.net member, click here to Register!
Page 1 of 3 123 LastLast
Results 1 to 10 of 24
  1. #1
    Junior Member
    Join Date
    Feb 2012
    Posts
    14
    Thanked
    0
    Downloads
    23
    Uploads
    0

    Question USB Wifi Adapter (Trendnet TEW-648UBM) not showing up

    I read on this page (http://wiki.osx86pro...10.7.2#Wireless) that the Trendnet TEW-648UBM wireless usb adapter should work for Lion 10.7.2. So, I decided to try it for 10.7.3. I downloaded from the Realtek site using the RTL8188SU chipset driver.

    I then got a kernel panic. I'm no expert at reading kernel panics, but it looked like a problem with ACPI, so I installed the AppleACPIPlatform.kext. That got me past the panic!

    So I thought all was well...final step, set up wifi. Unfortunately, that's were I'm stuck. I got to the Preferences > Networking, and the usb wifi adapter does not show up.

    What do I need to do to get the usb adapter to show up in the networking section?


  2. #2
    OSx86.net Crew kyndder's Avatar
    Join Date
    Dec 2010
    Location
    Sampa/Brazil
    Posts
    6,283
    Thanked
    0
    Downloads
    442
    Uploads
    8

    Default

    Did you tried this?? > RTL8188S USB WLAN - Downloads - OSx86.net

    If yes, did you tried using the 32bit kernel???

    PS: Remember that in OS X Lion the flag "arch=i386" at boot does`t work, you need to add the key below to your org.chameleon.Boot.plist manually or using Chameleon Wizard...

    Code:
    <key>arch</key>
    <string>i386</string>
    MB - GA-P67A-D3-B3 / Processor - Core i5-2300 Sandy Bridge / RAM - Kingston 16Gb DDR3
    Hard Disk - SATA2 Samsung 1500Gb / SATA2 Samsung 500Gb / SATA2 Samsung 250Gb / SATA2 Maxtor 160Gb
    Drive DVD - SATA LG GH20NS15 / Lan - Realtek RTL8111E OnBoard / Audio1 - ALC889 / Audio2 - Audigy SB1394
    Video1 - NVidia Zotac GeForce GTS250 / Video2 - NVidia XFX GeForce 9600GSO
    Snow Leopard 10.6.8 x64 / Ubuntu 11.10 Beta2 x64 / OS X Lion 10.7.3 x64 / Playing with Android-x86
    Chameleon With Chameleon Wizard / DSDT With DSDT Editor and Patcher
    Previous Hack

  3. #3
    Junior Member
    Join Date
    Feb 2012
    Posts
    14
    Thanked
    0
    Downloads
    23
    Uploads
    0

    Default

    Quote Originally Posted by kyndder View Post
    Did you tried this?? > RTL8188S USB WLAN - Downloads - OSx86.net

    If yes, did you tried using the 32bit kernel???

    PS: Remember that in OS X Lion the flag "arch=i386" at boot does`t work, you need to add the key below to your org.chameleon.Boot.plist manually or using Chameleon Wizard...

    Code:
    <key>arch</key>
    <string>i386</string>

    I have not tried the driver that you linked--I'll try it now. But it looks like an older version of the driver I just tried (v1.8.6 compared to v1.9.7).

    Also, can't find file called org.chameleon.Boot.plist. Where should it be located? I'm using Chameleon-2.0-RC5-r1083.

  4. #4
    OSx86.net Crew kyndder's Avatar
    Join Date
    Dec 2010
    Location
    Sampa/Brazil
    Posts
    6,283
    Thanked
    0
    Downloads
    442
    Uploads
    8

    Default

    Quote Originally Posted by thephatp View Post
    I have not tried the driver that you linked--I'll try it now. But it looks like an older version of the driver I just tried (v1.8.6 compared to v1.9.7).

    Also, can't find file called org.chameleon.Boot.plist. Where should it be located? I'm using Chameleon-2.0-RC5-r1083.
    This version o Chameleon uses com.apple.Boot.plist...

    I recommend that replace this file for the one with same name at the root of your OS X partition (maybe the file is hidden, in this case, use this app to turn hidden files visible Download UnHidden for Mac - Show or hide hidden files. MacUpdate.com ) > boot.zip

    Add the key below to your "com.apple.Boot.plist" and save the changes...

    Code:
    <key>arch</key>
    <string>i386</string>
    After you add the key, rename the file com.apple.Boot.plist to org.chameleon.Boot.plist and reboot...
    MB - GA-P67A-D3-B3 / Processor - Core i5-2300 Sandy Bridge / RAM - Kingston 16Gb DDR3
    Hard Disk - SATA2 Samsung 1500Gb / SATA2 Samsung 500Gb / SATA2 Samsung 250Gb / SATA2 Maxtor 160Gb
    Drive DVD - SATA LG GH20NS15 / Lan - Realtek RTL8111E OnBoard / Audio1 - ALC889 / Audio2 - Audigy SB1394
    Video1 - NVidia Zotac GeForce GTS250 / Video2 - NVidia XFX GeForce 9600GSO
    Snow Leopard 10.6.8 x64 / Ubuntu 11.10 Beta2 x64 / OS X Lion 10.7.3 x64 / Playing with Android-x86
    Chameleon With Chameleon Wizard / DSDT With DSDT Editor and Patcher
    Previous Hack

  5. #5
    Junior Member
    Join Date
    Feb 2012
    Posts
    14
    Thanked
    0
    Downloads
    23
    Uploads
    0

    Default

    Quote Originally Posted by kyndder View Post
    This version o Chameleon uses com.apple.Boot.plist...

    I recommend that replace this file for the one with same name at the root of your OS X partition (maybe the file is hidden, in this case, use this app to turn hidden files visible Download UnHidden for Mac - Show or hide hidden files. MacUpdate.com ) > boot.zip

    Add the key below to your "com.apple.Boot.plist" and save the changes...

    Code:
    <key>arch</key>
    <string>i386</string>
    After you add the key, rename the file com.apple.Boot.plist to org.chameleon.Boot.plist and reboot...
    I installed MacUnhide, and am seeing hidden files now, but I do not see "/com.apple.Boot.plist". I'll add the lines you specify in /Library/Preferences/SystemConfiguration/com.apple.Boot.plist.

    Then, you said I should rename the file, meaning there is no longer a com.apple.Boot.plist, correct? Is that going to matter for Chameleon? Or is that past the point of the bootloader (at the beginning of loading the OS)?

  6. #6
    OSx86.net Crew kyndder's Avatar
    Join Date
    Dec 2010
    Location
    Sampa/Brazil
    Posts
    6,283
    Thanked
    0
    Downloads
    442
    Uploads
    8

    Default

    Quote Originally Posted by thephatp View Post
    I installed MacUnhide, and am seeing hidden files now, but I do not see "/com.apple.Boot.plist". I'll add the lines you specify in /Library/Preferences/SystemConfiguration/com.apple.Boot.plist.
    Don`t do that...

    Chameleon does`t read this file...

    Quote Originally Posted by thephatp View Post
    Then, you said I should rename the file, meaning there is no longer a com.apple.Boot.plist, correct? Is that going to matter for Chameleon? Or is that past the point of the bootloader (at the beginning of loading the OS)?
    No..

    This is completely needed...

    If you have sure that you don`t have the file, replace the "boot" file and put this one inside of your /Extra folder > org.chameleon.Boot.plist.zip
    MB - GA-P67A-D3-B3 / Processor - Core i5-2300 Sandy Bridge / RAM - Kingston 16Gb DDR3
    Hard Disk - SATA2 Samsung 1500Gb / SATA2 Samsung 500Gb / SATA2 Samsung 250Gb / SATA2 Maxtor 160Gb
    Drive DVD - SATA LG GH20NS15 / Lan - Realtek RTL8111E OnBoard / Audio1 - ALC889 / Audio2 - Audigy SB1394
    Video1 - NVidia Zotac GeForce GTS250 / Video2 - NVidia XFX GeForce 9600GSO
    Snow Leopard 10.6.8 x64 / Ubuntu 11.10 Beta2 x64 / OS X Lion 10.7.3 x64 / Playing with Android-x86
    Chameleon With Chameleon Wizard / DSDT With DSDT Editor and Patcher
    Previous Hack

  7. #7
    Junior Member
    Join Date
    Feb 2012
    Posts
    14
    Thanked
    0
    Downloads
    23
    Uploads
    0

    Default

    Quote Originally Posted by kyndder View Post
    This is completely needed...

    If you have sure that you don`t have the file, replace the "boot" file and put this one inside of your /Extra folder > org.chameleon.Boot.plist.zip
    Sorry for the noob questions. What do you mean by `replace the "boot" file`? In the root of the partition, there is a hidden "boot" file that you speak of. Do I delete that? Rename it to something else? Or are you referring to a different file?

    By the way, I REALLY appreciate your help. I've been working on this for 3 days now.

  8. #8
    OSx86.net Crew kyndder's Avatar
    Join Date
    Dec 2010
    Location
    Sampa/Brazil
    Posts
    6,283
    Thanked
    0
    Downloads
    442
    Uploads
    8

    Default

    Quote Originally Posted by thephatp View Post
    What do you mean by `replace the "boot" file`? In the root of the partition, there is a hidden "boot" file that you speak of.
    Yes...

    At the root of you OS X partition haves a hidden file called "boot"...

    Delete this file, download, unzip and put on his place the one that I send to you...

    Quote Originally Posted by thephatp View Post
    By the way, I REALLY appreciate your help. I've been working on this for 3 days now.
    MB - GA-P67A-D3-B3 / Processor - Core i5-2300 Sandy Bridge / RAM - Kingston 16Gb DDR3
    Hard Disk - SATA2 Samsung 1500Gb / SATA2 Samsung 500Gb / SATA2 Samsung 250Gb / SATA2 Maxtor 160Gb
    Drive DVD - SATA LG GH20NS15 / Lan - Realtek RTL8111E OnBoard / Audio1 - ALC889 / Audio2 - Audigy SB1394
    Video1 - NVidia Zotac GeForce GTS250 / Video2 - NVidia XFX GeForce 9600GSO
    Snow Leopard 10.6.8 x64 / Ubuntu 11.10 Beta2 x64 / OS X Lion 10.7.3 x64 / Playing with Android-x86
    Chameleon With Chameleon Wizard / DSDT With DSDT Editor and Patcher
    Previous Hack

  9. #9
    Junior Member
    Join Date
    Feb 2012
    Posts
    14
    Thanked
    0
    Downloads
    23
    Uploads
    0

    Default

    Ok, I deleted the /boot file (looked like some type of binary file) and replaced it with the plist file you sent. Rebooted, and got a boot error before chameleon loaded. I had to boot using UniBeast from USB, then loaded from that, replaced the /boot file and rebooted, and Chameleon loaded again.

    I'm confused at how Chameleon loads and how deleting that boot file could have caused a boot error before loading Chameleon. I say that because I have 5 partitions on a single hard drive right now, and I've left the first partition alone (a stable version of OS X) and I'm trying out these settings on the other partitions.

    Is the boot file the same across all partitions (such that if I delete it from one partition, it is deleted from all of them)? If so, I see why that could have caused a boot error. If not, then I don't understand. Man, I feel lost.

  10. #10
    OSx86.net Crew kyndder's Avatar
    Join Date
    Dec 2010
    Location
    Sampa/Brazil
    Posts
    6,283
    Thanked
    0
    Downloads
    442
    Uploads
    8

    Default

    No buddy...

    You need to replace the "boot" file for the "boot" file that I send to you on this post > http://www.osx86.net/networking-wire...html#post95906

    And the org.chameleon.Boot.plist that I send to you on this post > http://www.osx86.net/networking-wire...html#post95915 you need to put inside of your /Extra folder...
    MB - GA-P67A-D3-B3 / Processor - Core i5-2300 Sandy Bridge / RAM - Kingston 16Gb DDR3
    Hard Disk - SATA2 Samsung 1500Gb / SATA2 Samsung 500Gb / SATA2 Samsung 250Gb / SATA2 Maxtor 160Gb
    Drive DVD - SATA LG GH20NS15 / Lan - Realtek RTL8111E OnBoard / Audio1 - ALC889 / Audio2 - Audigy SB1394
    Video1 - NVidia Zotac GeForce GTS250 / Video2 - NVidia XFX GeForce 9600GSO
    Snow Leopard 10.6.8 x64 / Ubuntu 11.10 Beta2 x64 / OS X Lion 10.7.3 x64 / Playing with Android-x86
    Chameleon With Chameleon Wizard / DSDT With DSDT Editor and Patcher
    Previous Hack


  • Advertising

    advertising
    OSx86.net
    has no influence
    on advertisings
    that are displayed by
    Google Adsense

      
     

Page 1 of 3 123 LastLast

Similar Threads

  1. TRENDnet TEW-648UBM
    By madmanj09 in forum Networking & Wireless
    Replies: 7
    Last Post: 25th April 2012, 13:19
  2. Not Showing Other Internal HD's
    By mjohnsonmedia in forum General Discussion
    Replies: 2
    Last Post: 12th November 2011, 23:37
  3. problem with wifi adapter - need driver
    By ash_g in forum Networking & Wireless
    Replies: 0
    Last Post: 9th April 2011, 10:19
  4. USB Wifi adapter
    By Luuk1000 in forum Networking & Wireless
    Replies: 0
    Last Post: 21st January 2011, 01:04
  5. recommending TRENDnet wireless
    By anika200 in forum Networking & Wireless
    Replies: 0
    Last Post: 24th January 2010, 13:15

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •