Jump to content
9 posts in this topic

Recommended Posts

I have a Compaq Evo N610c sadly my ethernet died on it.

My friend gave me this spare USBtoEthernet adaptor. It was a rip off no name version. It was near impossiable to get it working. I finally found works!

 

Here is the one that it was cloned from:

http://www.trendnet.com/products/TU-ET100C_o.htm

It uses the USB150.sys drivers. It's a USB 1.1 device 12mbps.

 

Product ID 0x401a

Vendor ID 0x07b8

 

Now I know my only hope is to use one of the drivers from here:

http://www.sustworks.com/site/news_usb_ethernet.html

 

"your device does not appear to be recognized by the driver, you might have to add it to the Info.plist file, which is located inside the USBPegasusEthernet.kext or USBAx8817x.kext directory."

 

Can someone please make me a working kext with all the info I have?

It would mean a great deal to me to have network for OSX.

 

Thanks in Advance,

William

 

 

Moderator please delete the poll. I meant to have Yes and No as the voting options.

Ok I found this from an older thread"

 

"

Here is the Installer package, compressed (zipped?) with the Tiger Create Archive File menu option:

Click to view attachment

 

If it fails to install, right click show package contents, open contents folder, copy Archive.pax.gz somewhere (Desktop?), unarchive that, then use Terminal with sudo to copy it to /System/Library/Extensions

 

sudo -s (enter, you will be prompted for an admin password)

cp -R ~/Desktop/USBPegasusEthernet.kext/ /System/Library/Extensions/USBPegasusEthernet.kext

NOTE CAPITAL R and space between kext/ and /System

 

verify that file is owned by root:wheel and chmod to 755 if needed

 

cd /System/Library/Extensions

ls -la

chown -R root:wheel USBPegasusEthernet.kext

chmod -R 755 USBPegasusEthernet.kext"

 

I am still looking for the Pegaus 1.0.6 kext. Because the installer fails to make one for me.

 

I think I really just need help adding my info to the .plist.

I know I am not the only one needing help. So please help.

Ok here is what I got so far. Peter suggested I added this to the Info.plist

<key>Trendnet TU-ET100C</key>

<dict>

<key>CFBundleIdentifier</key>

<string>com.dsumorok.driver.USBPegasusEthernet</string>

<key>IOClass</key>

<string>USBPegasusEthernet</string>

<key>IOProviderClass</key>

<string>IOUSBDevice</string>

<key>idProduct</key>

<integer>16410</integer>

<key>idVendor</key>

<integer>1976</integer>

</dict>

 

Then did this:

cd /System/Library/Extensions

ls -la

chown -R root:wheel USBPegasusEthernet.kext

chmod -R 755 USBPegasusEthernet.kext"

 

and Reboot.

 

I get stuff saying in Verbose that It can't ResetMAC etc.

  • 9 months later...

Hi I'm new here

 

I've a Xmedia model IT-WL542

 

Prod. Id 0x6001

Vend. Id 0x07b8

Manufact. Id. wug2670

 

I'm Using Zydas USB Driver Driver. It works for me, I'm using a Hackintosh with 10.4.9

  • 1 year later...
×
×
  • Create New...