30 replies to this topic
#1
Posted 29 October 2007 - 02:53 AM
It is universal and it works perfectly. It is the Realtek rlt8171b. It took about 24 hours and they responded.
Now I am going to try to ask Sigmatel for sound drivers....
#2
Posted 29 October 2007 - 03:23 AM
I need that driver badly! Can you post it anywhere?
#3
Posted 29 October 2007 - 03:33 AM
#4
Posted 29 October 2007 - 04:53 AM
Thank you very much. I'll try this out in a few minutes and report back. I actually tried the driver for the 8171L last night with no luck.
You are my hero, good luck with your audio driver
You are my hero, good luck with your audio driver
#5
Posted 29 October 2007 - 05:54 AM
No luck here, I am guessing it is either a problem with my USB or I have a conflicting driver installed. Its to late right now to troubleshoot, but I will try it on a clean install tomorrow.
#6
Posted 25 December 2007 - 06:21 PM
works with leopard 
Adding search term: ML6720 (uses this wireless device)
Adding search term: ML6720 (uses this wireless device)
#7
Posted 29 December 2007 - 10:16 AM
Thanks Rootnik for pointing me to this topic.
Of course I am having problems more or less similar to what you were having before upgrading to Leopard, I imagine.
Would anyone be kind enough to edit RTL8187.kext/Contents/Info.plist and in the 8187B personality, add:
<key>IOKitDebug</key>
<integer>65535</integer>
You would add these two lines under:
<key>idVendor</key>
<integer>3034</integer>
Then do:
sudo kextunload RTL8187B.kext
sudo kextload RTL8187B.kext
Then post here the content of /var/log/system.log starting with this line (from the end):
[various cruft, including datetime, hostname] sudo[xxx] [username] TTY=ttys000; PWD=/System/Library/Extensions ; USER=root; COMMAND=/sbin/kextload RTL8187b.kext
Thanks,
-C.
Of course I am having problems more or less similar to what you were having before upgrading to Leopard, I imagine.
Would anyone be kind enough to edit RTL8187.kext/Contents/Info.plist and in the 8187B personality, add:
<key>IOKitDebug</key>
<integer>65535</integer>
You would add these two lines under:
<key>idVendor</key>
<integer>3034</integer>
Then do:
sudo kextunload RTL8187B.kext
sudo kextload RTL8187B.kext
Then post here the content of /var/log/system.log starting with this line (from the end):
[various cruft, including datetime, hostname] sudo[xxx] [username] TTY=ttys000; PWD=/System/Library/Extensions ; USER=root; COMMAND=/sbin/kextload RTL8187b.kext
Thanks,
-C.
#8
Posted 29 December 2007 - 02:54 PM
Dec 29 10:50:09 coreys-macintosh sudo[557]: corey : TTY=ttys000; PWD=/System/Library/Extensions; USER=root; COMMAND=/sbin/kextload RTL8187Bt.kext Dec 29 10:50:10 coreys-macintosh kernel[0]: Bulk-In, Bulk-Out, Interface: family specific matching fails Dec 29 10:50:10 coreys-macintosh kernel[0]: Matching service count = 1 Dec 29 10:50:10 coreys-macintosh kernel[0]: RtlUsbFamily::probe(IOUSBInterface) Dec 29 10:50:10 coreys-macintosh kernel[0]: RtlUsbFamily::start(IOUSBInterface) <1> Dec 29 10:50:14 coreys-macintosh kernel[0]: RtlUsbFamily: Ethernet address 00:c0:a8:fc:9c:88 Dec 29 10:50:26 coreys-macintosh Realtek WLAN Client Utility[560]: *** -[NSKeyedUnarchiver initForReadingWithData:]: data is NULL Dec 29 10:50:37 coreys-macintosh kernel[0]: en1: DAD detected duplicate IPv6 address fe80:0005::02c0:a8ff:fefc:9c88: NS in/out=1/1, NA in=0 Dec 29 10:50:37 coreys-macintosh kernel[0]: en1: DAD complete for fe80:0005::02c0:a8ff:fefc:9c88 - duplicate found Dec 29 10:50:37 coreys-macintosh kernel[0]: en1: manual intervention required Dec 29 10:50:47 coreys-macintosh ntpd[24]: bind() fd 25, family 30, port 123, scope 5, addr fe80::2c0:a8ff:fefc:9c88, in6_is_addr_multicast=0 flags=17 fails: Can't assign requested address Dec 29 10:50:47 coreys-macintosh ntpd[24]: Interface en1 fe80::2c0:a8ff:fefc:9c88 failed to bind
I'm not sure what all of those 'fail" messages are about. Everything is working ok.
#9
Posted 30 December 2007 - 03:05 AM
rootnik, on Dec 29 2007, 07:51 AM, said:
Dec 29 10:50:09 coreys-macintosh sudo[557]: corey : TTY=ttys000; PWD=/System/Library/Extensions; USER=root; COMMAND=/sbin/kextload RTL8187Bt.kext Dec 29 10:50:10 coreys-macintosh kernel[0]: Bulk-In, Bulk-Out, Interface: family specific matching fails Dec 29 10:50:10 coreys-macintosh kernel[0]: Matching service count = 1 Dec 29 10:50:10 coreys-macintosh kernel[0]: RtlUsbFamily::probe(IOUSBInterface) Dec 29 10:50:10 coreys-macintosh kernel[0]: RtlUsbFamily::start(IOUSBInterface) <1> Dec 29 10:50:14 coreys-macintosh kernel[0]: RtlUsbFamily: Ethernet address 00:c0:a8:fc:9c:88 Dec 29 10:50:26 coreys-macintosh Realtek WLAN Client Utility[560]: *** -[NSKeyedUnarchiver initForReadingWithData:]: data is NULL Dec 29 10:50:37 coreys-macintosh kernel[0]: en1: DAD detected duplicate IPv6 address fe80:0005::02c0:a8ff:fefc:9c88: NS in/out=1/1, NA in=0 Dec 29 10:50:37 coreys-macintosh kernel[0]: en1: DAD complete for fe80:0005::02c0:a8ff:fefc:9c88 - duplicate found Dec 29 10:50:37 coreys-macintosh kernel[0]: en1: manual intervention required Dec 29 10:50:47 coreys-macintosh ntpd[24]: bind() fd 25, family 30, port 123, scope 5, addr fe80::2c0:a8ff:fefc:9c88, in6_is_addr_multicast=0 flags=17 fails: Can't assign requested address Dec 29 10:50:47 coreys-macintosh ntpd[24]: Interface en1 fe80::2c0:a8ff:fefc:9c88 failed to bind
I'm not sure what all of those 'fail" messages are about. Everything is working ok.
Thanks!
As you can see below, no joy for me (it's my wife's laptop).
Dec 29 20:03:18 maritxus-acpi sudo[140]: maritxu : TTY=ttys000; PWD=/System/Library/Extensions; USER=root; COMMAND=/sbin/kextload RTL8187Bt.kext Dec 29 20:03:19 maritxus-acpi kernel[0]: Bulk-In, Bulk-Out, Interface: family specific matching fails Dec 29 20:03:19 maritxus-acpi kernel[0]: Matching service count = 1 Dec 29 20:03:19 maritxus-acpi kernel[0]: RtlUsbFamily::probe(IOUSBInterface) Dec 29 20:03:19 maritxus-acpi kernel[0]: RtlUsbFamily::start(IOUSBInterface) <1> Dec 29 20:03:22 maritxus-acpi kernel[0]: RtlUsbFamily: Ethernet address 00:16:44:68:cb:ae Dec 29 20:03:24 maritxus-acpi /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Support/ATSServer[141]: (-3230) Cannot use ATS Persistent Store - switching to old FODB cache code Dec 29 20:03:25 maritxus-acpi Realtek WLAN Client Utility[70]: *** -[NSKeyedUnarchiver initForReadingWithData:]: data is NULL Dec 29 20:03:25 maritxus-acpi com.apple.SystemStarter[16]: 2007-12-29 20:03:25.215 Realtek WLAN Client Utility[70:10b] *** -[NSKeyedUnarchiver initForReadingWithData:]: data is NULL
#10
Posted 30 December 2007 - 04:11 AM
I highly recommend the iATKOS install. I have it installed, along with it's Darwin Boot/EFI emulation combo, and dual booted with vista. Sound, wireless, keyboard (thanks to you).. the only thing bugging me is sleep mode.
If there is anything else I can do to help you, let me know. Your help with the keyboard motivated me to get my dual boot setup complete, I owe you help with your wireless.
If there is anything else I can do to help you, let me know. Your help with the keyboard motivated me to get my dual boot setup complete, I owe you help with your wireless.
#11
Posted 06 January 2008 - 03:53 AM
...and it's what I ended up doing.
Running iATKOS (warning! It looks like using the wireless driver on the ToH is a nightmare) and now I have:
1. Working Video (well, in safe mode, but 1280x800)
2. Working keyboard (with patched driver)
3. Working wireless (yay again!)
Remaining:
1. Non-working sound card
2. Non-working sleep mode (I would really like this one working)
3. Non-working shutdown/reset (stays on)
Running iATKOS (warning! It looks like using the wireless driver on the ToH is a nightmare) and now I have:
1. Working Video (well, in safe mode, but 1280x800)
2. Working keyboard (with patched driver)
3. Working wireless (yay again!)
Remaining:
1. Non-working sound card
2. Non-working sleep mode (I would really like this one working)
3. Non-working shutdown/reset (stays on)
#12
Posted 19 January 2008 - 09:56 PM
Hi,
When I run the program to install the 8187b driver it starts the install but keeps asking for the Realtek 10.4.1 CD.
Am I doing something wrong on the install?
Thanks,
When I run the program to install the 8187b driver it starts the install but keeps asking for the Realtek 10.4.1 CD.
Am I doing something wrong on the install?
Thanks,
#13
Posted 20 January 2008 - 02:18 PM
You can disregard the prior post. I was running the install from a thumb drive, which caused the problem.
#14
Posted 17 February 2008 - 03:01 AM
I'm a noob here and not even setting up a Hackintosh - I only work on real ones
- but oddly enough, this is the only place I've found any discussion of the Realtek RTL8178B USB adapters working with any kind of drivers under Leopard.
I've had a Mac Mini offline for a month after the Leopard upgrade killed my previous Belkin Wireless B USB adapter it was connected to. So I've been pulling hair trying to figure out how to make something work.... inexpensively.
Today, I found a Trendnet Wireless G USB adapter (TEW-424UB) at MicroCenter for $7.99 after rebate - mistakenly thought it was based on the Ralink chip - and bought it... only to find out through System Info that it shows up as the RTL8178B. Several Google searches all brought me here.
I at first installed the driver found on Realtek's website - and it just hung on launch. Then I found this thread and the link to the 1.5.0 driver. Downloaded and installed it and EUREKA! I HAVE A CONNECTION AGAIN!
I'm currently running 10.5 on it - going to update to 10.5.1 and then hold off on 10.5.2 until Realtek comes through with a new version of the driver. But either way, I wanted to say an IMMENSE THANK YOU to Christian for posting that driver and all who've contributed to this discussion! I hope to spread the word about this fix to the MANY Mac users like me looking for a wireless USB solution under Leopard. And tomorrow, I plan to go buy a few more Trendnet USB adapters!
I've had a Mac Mini offline for a month after the Leopard upgrade killed my previous Belkin Wireless B USB adapter it was connected to. So I've been pulling hair trying to figure out how to make something work.... inexpensively.
Today, I found a Trendnet Wireless G USB adapter (TEW-424UB) at MicroCenter for $7.99 after rebate - mistakenly thought it was based on the Ralink chip - and bought it... only to find out through System Info that it shows up as the RTL8178B. Several Google searches all brought me here.
I at first installed the driver found on Realtek's website - and it just hung on launch. Then I found this thread and the link to the 1.5.0 driver. Downloaded and installed it and EUREKA! I HAVE A CONNECTION AGAIN!
I'm currently running 10.5 on it - going to update to 10.5.1 and then hold off on 10.5.2 until Realtek comes through with a new version of the driver. But either way, I wanted to say an IMMENSE THANK YOU to Christian for posting that driver and all who've contributed to this discussion! I hope to spread the word about this fix to the MANY Mac users like me looking for a wireless USB solution under Leopard. And tomorrow, I plan to go buy a few more Trendnet USB adapters!
#15
Posted 11 July 2008 - 04:10 PM
Hi I'm having an issue with the Wireless on my Toshiba Equium A200-1V0
WiFi: Realtek 8197 (Working with (Realtek_RTL8187B_MacOS10.4_Driver_1088_UI_1.5.0) - requires vendor:poductid mod in Info.plist)
edit RTL8187B.kext/Contents/Info.plist and in the 8187B personality, add:
<key>IOKitDebug</key>
<integer>65535</integer>
You would add these two lines under:
<key>idVendor</key>
<integer>3034</integer>
Then do:
sudo kextunload RTL8187B.kext
sudo kextload RTL8187B.kext
if that did work try
Once you have dragged the file into /System/Library/Extensions/ you will need to Authenticate
with your administrative password. Once you have authenticated you will need to open a terminal
window & paste the following commands into the terminal:
sudo chmod -R 755 /System/Library/Extensions/RTL8187B.kext
[authenticate again]
sudo chown -R root:wheel /System/Library/Extensions/RTL8187B.kext
sudo kextload -v /System/Library/Extensions/RTL8187B.kext [manually load kext]
When you have manualy loaded the kext Successfully you should get the following text or something similar.
Once the kext is successfully loaded clear the kext cache to do this copy and paste the following into a Terminal:
sudo rm /System/Library/Extensions.mkext
[This forces the system to re-examine all of the drivers and rematch during the next boot cycle.]
Now Reboot.
Did that and still nothing, nothing even shows up? I have got my lan card to work now to get wireless working i use that most.
Any ideas?
Thanks
WiFi: Realtek 8197 (Working with (Realtek_RTL8187B_MacOS10.4_Driver_1088_UI_1.5.0) - requires vendor:poductid mod in Info.plist)
edit RTL8187B.kext/Contents/Info.plist and in the 8187B personality, add:
<key>IOKitDebug</key>
<integer>65535</integer>
You would add these two lines under:
<key>idVendor</key>
<integer>3034</integer>
Then do:
sudo kextunload RTL8187B.kext
sudo kextload RTL8187B.kext
if that did work try
Once you have dragged the file into /System/Library/Extensions/ you will need to Authenticate
with your administrative password. Once you have authenticated you will need to open a terminal
window & paste the following commands into the terminal:
sudo chmod -R 755 /System/Library/Extensions/RTL8187B.kext
[authenticate again]
sudo chown -R root:wheel /System/Library/Extensions/RTL8187B.kext
sudo kextload -v /System/Library/Extensions/RTL8187B.kext [manually load kext]
When you have manualy loaded the kext Successfully you should get the following text or something similar.
Once the kext is successfully loaded clear the kext cache to do this copy and paste the following into a Terminal:
sudo rm /System/Library/Extensions.mkext
[This forces the system to re-examine all of the drivers and rematch during the next boot cycle.]
Now Reboot.
Did that and still nothing, nothing even shows up? I have got my lan card to work now to get wireless working i use that most.
Any ideas?
Thanks
#16
Posted 13 September 2008 - 07:51 PM
Today I have bought a cheap LogiLink WL0006 USB adapter powered by the Realtek RTL8187B chipset for my Mac mini.
At first, nothing worked with the Realtek drivers. The Realtek USB WLAN Client Utility never started up, even when I launched it manually.
It took me a whole day to find the culprit: it was a simple mismatch between the USB product ID of the device and the ID the driver was looking for.
You can look up the USB product ID of the adapter using System Profiler » USB (mine is 0x8187 in hex, which translates to 33159). The driver itself looks for an ID of 33161. The latter is configurable via the Info.plist file inside the kext package (see CyanSmoker’s explanation).
Because of the mismatch, the kext still loads normally but won’t enable the device. You can notice that this happens by the debug output in /var/log/system.log as follows:
My solution: I just modified the product ID value in the Info.plist file from 33161 to 33159 and reloaded the kext file (as CyanSmoker explained above).
Regards
Sypholux
At first, nothing worked with the Realtek drivers. The Realtek USB WLAN Client Utility never started up, even when I launched it manually.
It took me a whole day to find the culprit: it was a simple mismatch between the USB product ID of the device and the ID the driver was looking for.
You can look up the USB product ID of the adapter using System Profiler » USB (mine is 0x8187 in hex, which translates to 33159). The driver itself looks for an ID of 33161. The latter is configurable via the Info.plist file inside the kext package (see CyanSmoker’s explanation).
Because of the mismatch, the kext still loads normally but won’t enable the device. You can notice that this happens by the debug output in /var/log/system.log as follows:
RTL8187B_WLAN_Adapter: family specific matching failsNote that you have to modify the debug level (as explained above) to enable logging before you reload the kext.
My solution: I just modified the product ID value in the Info.plist file from 33161 to 33159 and reloaded the kext file (as CyanSmoker explained above).
Regards
Sypholux
#17
Posted 25 October 2008 - 11:57 PM
omg i just tried the ones from the site, and i got connected, the issue is how do i get files shared and ics like i had with vista
#18
Posted 09 December 2008 - 02:36 PM
Hi i am useing Iatkos 5.0 and have problem with my realtek wi-fi card i have instaled driver but nothing changed still system cant find any air port card
pleas heeeeeeeeeeeeeelp me !
pleas heeeeeeeeeeeeeelp me !
#19
Posted 21 January 2009 - 05:41 AM
None of this is workin, im working on a Toshiba Sattilie a205 and ive tried every RT driver i can find, and also followed ALL of these posts to the T...do i NEED the RT Utils? cuz that thing aint never worked on ANY OS 10 ive seen....lol....any help here? Im not THAT much of a Newb..
#20
Posted 04 February 2009 - 10:02 PM
CowboyMiller, on Jan 21 2009, 05:41 AM, said:
None of this is workin, im working on a Toshiba Sattilie a205 and ive tried every RT driver i can find, and also followed ALL of these posts to the T...do i NEED the RT Utils? cuz that thing aint never worked on ANY OS 10 ive seen....lol....any help here? Im not THAT much of a Newb..
http://code.google.com/p/iwidarwin/
http://iwidarwin.goo...0.5/iwi3945.dmg
and reading up would probably be a good idea. good luck!
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account









