How do I install ZD1211 driver for trendnet 424 USB WIFI?

What works, and doesn't, for you. Be specific, and please include Puppy version.
Message
Author
User avatar
edoc
Posts: 4729
Joined: Sun 07 Aug 2005, 20:16
Location: Southeast Georgia, USA
Contact:

#16 Post by edoc »

rarsa wrote:Thank you,
I actually tested with ndiswrapper 1.7, 1.6 and 1.5.
with the same result. It does not seem to detect the 'hardware'.
Am wondering which version of ndiswrapper is in Puppy 1.0.7?

I have run into the same wall of the driver being recognized but the hardware not with a Trendware wireless pci nic.

doc
[b]Thanks! David[/b]
[i]Home page: [/i][url]http://nevils-station.com[/url]
[i]Don't google[/i] [b]Search![/b] [url]http://duckduckgo.com[/url]
TahrPup64 & Lighthouse64-b602 & JL64-603

puppyman
Posts: 1
Joined: Mon 09 Jan 2006, 09:24

#17 Post by puppyman »

If ifconfig -a does show the wireless nic, AND the zd1211 driver was loaded as shown by lsmod, that means the nic is down probably due to the lack of an ip address. You can assign one to it using a dhcp client like 'pump' or 'dhcpcd' (don't forget to specify the nic such as eth0 or eth1). Or you can assign one such as:

ifconfig eth0 192.168.1.100 (if you know that the network you want to connect to has an ip of 192.168.1.xxx, and that no other devices has gotten that ip address). Change eth0 to eth1 as appropriate.

But if ifconfig -a does not show the wireless nic, see if the hardware is actually detected by:

cat /proc/bus/usb/devices to see if it is listed. It should since you reported the message '....detected but not claimed by any active driver...'

User avatar
rarsa
Posts: 3053
Joined: Sun 29 May 2005, 20:30
Location: Kitchener, Ontario, Canada
Contact:

#18 Post by rarsa »

puppyman wrote:cat /proc/bus/usb/devices to see if it is listed. It should since you reported the message '....detected but not claimed by any active driver...'
That's the strange thing that dmesg shows the driver without hardware and the usb device without driver.

tm
Posts: 1
Joined: Tue 10 Jan 2006, 00:40

#19 Post by tm »

Is it possible you have the incorrect driver? Might try the latest driver from SiS website. HTH

User avatar
rarsa
Posts: 3053
Joined: Sun 29 May 2005, 20:30
Location: Kitchener, Ontario, Canada
Contact:

#20 Post by rarsa »

I've tried the one from the CD and the one from the SiS web site to no avail.

Heart
Posts: 2
Joined: Fri 17 Mar 2006, 16:42
Location: Munich, Germany

#21 Post by Heart »

For zd1211 you should use this driver ..... :wink:
[i]Regards,[/i]
[b]Heart[/b]

User avatar
rarsa
Posts: 3053
Joined: Sun 29 May 2005, 20:30
Location: Kitchener, Ontario, Canada
Contact:

#22 Post by rarsa »

Actually I did something better.

Got my money back and bought a different adapter that actually plays nicelly with other WAPs.
[url]http://rarsa.blogspot.com[/url] Covering my eclectic thoughts
[url]http://www.kwlug.org/blog/48[/url] Covering my Linux How-to

Heart
Posts: 2
Joined: Fri 17 Mar 2006, 16:42
Location: Munich, Germany

#23 Post by Heart »

Which one you have now?

(with zd1211 and the driver I mentioned I have no problems on pc of my brother, not puppy....)
[i]Regards,[/i]
[b]Heart[/b]

mdisaster
Posts: 27
Joined: Fri 04 Nov 2005, 11:00
Location: Rome, Italy

#24 Post by mdisaster »

I had good success with a zd1211 USB adapter, Tempestuous' drivers, and a slightly modified connection script. No ndisdrapper or WAG required, just the drivers.

Actually the thing works much better in Puppy 1.07 than in Windows. Not bad at all :)

More info here:
http://www.murga.org/~puppy/viewtopic.php?t=5535

Post Reply