Kod: Zaznacz cały
haven:~# modprobe ndiswrapper
FATAL: Module ndiswrapper not found.
Kod: Zaznacz cały
haven:~# modprobe ndiswrapper
FATAL: Module ndiswrapper not found.
Kod: Zaznacz cały
# aptitude install module-assistant
Kod: Zaznacz cały
# module-assistant a-i ndiswrapper
Kod: Zaznacz cały
# module-assistant
Kod: Zaznacz cały
ndiswrapper -l
Kod: Zaznacz cały
haven:~# ndiswrapper -l
installed drivers:
w29n51 driver installed (alternate driver: ipw2200)
Kod: Zaznacz cały
modprobe ndiswrapper
Kod: Zaznacz cały
iwconfig
Kod: Zaznacz cały
haven:~# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
sit0 no wireless extensions.
Kod: Zaznacz cały
/etc/network/interfaces
Sterownik jest zainstalowany ale ndiswrapper nie wie dla którego urządzenia ma go stosować (brak "hardware present").Wilku pisze:Kod: Zaznacz cały
haven:~# ndiswrapper -l installed drivers: w29n51 driver installed (alternate driver: ipw2200)
czyli wszystko pięknie i wogóle
Kod: Zaznacz cały
$ lspci -n
Kod: Zaznacz cały
haven:~# lspci -n
00:00.0 0600: 8086:27a0 (rev 03)
00:01.0 0604: 8086:27a1 (rev 03)
00:1b.0 0403: 8086:27d8 (rev 02)
00:1c.0 0604: 8086:27d0 (rev 02)
00:1c.1 0604: 8086:27d2 (rev 02)
00:1c.2 0604: 8086:27d4 (rev 02)
00:1d.0 0c03: 8086:27c8 (rev 02)
00:1d.1 0c03: 8086:27c9 (rev 02)
00:1d.2 0c03: 8086:27ca (rev 02)
00:1d.3 0c03: 8086:27cb (rev 02)
00:1d.7 0c03: 8086:27cc (rev 02)
00:1e.0 0604: 8086:2448 (rev e2)
00:1f.0 0601: 8086:27b9 (rev 02)
00:1f.2 0101: 8086:27c4 (rev 02)
00:1f.3 0c05: 8086:27da (rev 02)
01:00.0 0300: 10de:0398 (rev a1)
05:00.0 0280: 8086:4222 (rev 02)
07:06.0 0607: 104c:8039
07:06.1 0c00: 104c:803a
07:06.2 0180: 104c:803b
07:06.3 0805: 104c:803c
07:08.0 0200: 8086:1092 (rev 02)
Kod: Zaznacz cały
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address
netmask
network
broadcast
gateway
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers
dns-search T-3
ale jeżeli masz podane serwery dns możesz utowrzyć plikKod: Zaznacz cały
dns-nameservers dns-search T-3
Kod: Zaznacz cały
/etc/resolv.conf
Kod: Zaznacz cały
nameserver xxx.xxx.xxx.xxx
nameserver ....
Kod: Zaznacz cały
# ndiswrapper -a 104c:8039 w29n51
Kod: Zaznacz cały
lspci
Kod: Zaznacz cały
ndiswrapper -a XXXX:XXXX driver
Kod: Zaznacz cały
ndiswrapper -l
ale nie mam pojęcia dlaczego jest ich tyle :| (sam jestem początkującyKod: Zaznacz cały
07:06.1 0c00: 104c:803a 07:06.2 0180: 104c:803b 07:06.3 0805: 104c:803c
Kod: Zaznacz cały
# echo "blacklist ipw2200" >>/etc/modprobe.d/blacklist
Kod: Zaznacz cały
# /etc/init.d/networking stop
# rmmod ndiswrapper
# modprobe ndiswrapper
# /etc/init.d/networking restart