Jump to content
10 posts in this topic

Recommended Posts

The IOUSBFamily.kext from 10.4.3 does work in 10.4.5 on the m6805. I will try to figure out what the differences may be (I see version bumps in the Info.Plist, but there is more to it than that). Even though the AppleUHCI stuff is what is timing out I think it may have to do with the hub kexts. If I figure it out I will post more. Trying to get some networking to work first.

Since I had to search for it and piece it together for anyone looking to get wireless working (BroadCom MaxPerformance 54g) with the m6805 (or m6809+?) follow these steps for 10.4.5.

 

1.) Make sure you have the IO80211Family.kext

 

2.) Modify

 

/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AppleAirPortBrcm4311.kext/Contents/Info.plist

 

through nano as root(sudo).

 

3.) Add to the Info.plist

 

<string>pci14e4,4320</string>

 

in the <array> tag

 

I.E.

 

<array>

<string>pci14e4,4311</string>

<string>pci14e4,4312</string>

<string>pci14e4,4306</string>

<string>pci14e4,4320</string>

</array>

 

and save.

 

4.) Do a permissions repair with the disk util and reboot.

 

5.) After reboot as root(sudo) nano /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist

 

and change

 

<key>BSD Name</key>

<string>en0</string>

 

and

 

<key>IOInterfaceUnit</key>

<integer>0</integer>

 

to

 

<key>BSD Name</key>

<string>en1</string>

 

and

 

<key>IOInterfaceUnit</key>

<integer>1</integer>

 

for the section <dict> of the airport device.

(If you have somehow another en1 that is a usb wifi dongle or something else make that 2 or remove the drivers and its <dict> section)

 

Save the file and reboot. If all goes well the airport will be available. You might need to go to the network preferences so it alerts you that a new airport device is available. Good luck!

I was able to get my USB workign under 10.4.5.

I think the version I was tru=ying to use was in fact not from 10.4.3, even though I extracted it from the exetensions on from the DVD.

 

I downloaded the Extensions that just popped up topday as a separate torrent, copied the USBFamily.kext etc., and USB is workign fine now.

 

Now, if I can get sound out of both speakers playing back at the right speed, all is 100%.

 

I have Airport workign as well.

I still can only get the left channel too. Did you set it to 48khz though? That really helped with the scratchy popping.

 

Go to Application/Utilities/Audio Midi Setup. Select the output device and set it to 48 rather than 44Khz.

 

I am wondering if some of the other ac'97 kexts will work. I may try later.

 

(Sorry if you have already done the above, but I figure if someone does a search for m680x at least they might hit this thread to help them out)

  • 5 months later...

I still don't have USB working on my M6805, with OSx 10.4.4.

I've tried to download IOUSBFamily.kext 10.4.3 from http://developer.apple.com and put it in /System/Library/Extensions/

Then I use

 

kextcache -e -z -a i386 
kextcache -k /System/Library/Extensions -z -a i386
sync

 

I think I got some errors during kextcache execution, but I don't know what to do

I have an error message during boot, like

link / load error AppleUSBEHCI.kext and AppleUSBUHCI.kext

 

If you have any suggestion ?

I think USB it's the most important thing I need now

 

Thanks

  • 5 months later...
Since I had to search for it and piece it together for anyone looking to get wireless working (BroadCom MaxPerformance 54g) with the m6805 (or m6809+?) follow these steps for 10.4.5.

 

1.) Make sure you have the IO80211Family.kext

 

2.) Modify

 

/System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AppleAirPortBrcm4311.kext/Contents/Info.plist

 

through nano as root(sudo).

 

3.) Add to the Info.plist

 

<string>pci14e4,4320</string>

 

in the <array> tag

 

I.E.

 

<array>

<string>pci14e4,4311</string>

<string>pci14e4,4312</string>

<string>pci14e4,4306</string>

<string>pci14e4,4320</string>

</array>

 

and save.

 

4.) Do a permissions repair with the disk util and reboot.

 

5.) After reboot as root(sudo) nano /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist

 

and change

 

<key>BSD Name</key>

<string>en0</string>

 

and

 

<key>IOInterfaceUnit</key>

<integer>0</integer>

 

to

 

<key>BSD Name</key>

<string>en1</string>

 

and

 

<key>IOInterfaceUnit</key>

<integer>1</integer>

 

for the section <dict> of the airport device.

(If you have somehow another en1 that is a usb wifi dongle or something else make that 2 or remove the drivers and its <dict> section)

 

Save the file and reboot. If all goes well the airport will be available. You might need to go to the network preferences so it alerts you that a new airport device is available. Good luck!

 

This worked great to get my emachines m6811 up and running wireless. Thank you very much!!!! As a new user of Mac, have to say very impressed with this hacked version on this emachine laptop. Now only issue for me is the usb mouse, works, but leaves temporary pixels once clicked. Think is has to do with slowly processing, nothing i cant live with. Thanks again for this workaround.

  • 2 weeks later...
×
×
  • Create New...