Boosti Skrevet 29. januar 2008 Del Skrevet 29. januar 2008 Jeg har installert xp på nytt i min IBM Thinkpad T40, og kommer ikke på nett da jeg tror jeg mangler driver til det trådløst nettverkskorte. Jeg har sett litt rundt, og fant noen drivere på Lenovo. Men hvilken driver er den riktige, og er det bare og installere dette som vanelig? Lenke til kommentar
Opelduude Skrevet 29. januar 2008 Del Skrevet 29. januar 2008 (endret) Jeg har installert xp på nytt i min IBM Thinkpad T40, og kommer ikke på nett da jeg tror jeg mangler driver til det trådløst nettverkskorte. Jeg har sett litt rundt, og fant noen drivere på Lenovo. Men hvilken driver er den riktige, og er det bare og installere dette som vanelig? http://homepage.univie.ac.at/l.ertl/thinkpadt40/ As this laptop is a true Centrino type machine, it features an integrated Intel WLAN card ('Intel PRO/Wireless LAN 2100 3B Mini PCI Adapter'). There is no Open Source driver for this card (yet), but if you're running a very recent -CURRENT, you can try Bill Paul's NDIS miniport driver wrapper, which allows to run Windows binary drivers. First, download and unpack the Windows XP driver for the WLAN card from IBM's Device Driver Matrix. Unfortunately, this is a .exe file, so you will need to unpack the file in Windows. Once you have unpacked the driver, locate the .INF and .SYS file which come with this package (I used the Windows XP version and not the Windows 2K version of the driver). Then you need to compile the ndis.ko and if_ndis.ko modules: # cd /sys/modules/ndis ; make ; make install # cd /sys/modules/if_ndis # ndiscvt -i /path/to/driver.INF -s /path/to/driver.SYS -o ndis_driver_data.h # make ; make install First load ndis.ko, then if_ndis.ko, and you should see messages like these on your console: ndis0: <Intel® PRO/Wireless LAN 2100 3B Mini PCI Adapter> mem 0xc0200000-0xc0200fff irq 6 at device 2.0 on pci2 can't re-use a leaf (ESS_ID)! ndis0: NDIS API version: 5.1 ndis0: status: 400100fe ndis0: status complete ndis0: status: 4001000c ndis0: status complete ndis0: 802.11 address: aa:bb:cc:dd:ee:ff ndis0: 11b rates: 11Mbps 2Mbps 1Mbps ndis0: link up The small WLAN status LED at the bottom of the lid starts to blink and you can use ifconfig ndis0 to configure the device as you would with any other network interface, like setting IP address, netmask, SSID, WEP key etc. Lykke til! Endret 29. januar 2008 av Gryterett Lenke til kommentar
Anbefalte innlegg
Opprett en konto eller logg inn for å kommentere
Du må være et medlem for å kunne skrive en kommentar
Opprett konto
Det er enkelt å melde seg inn for å starte en ny konto!
Start en kontoLogg inn
Har du allerede en konto? Logg inn her.
Logg inn nå