i have installed the driver in this way
linux@linux:~$ sudo su
Password:
root@linux:/home/linux# cd /home/linux/Desktop/999
root@linux:/home/linux/Desktop/999# ndiswrapper -i USRMAXG.inf
Installing usrmaxg
root@linux:/home/linux/Desktop/999# ndiswrapper -l
Installed ndis drivers:
usrmaxg driver present, hardware present
root@linux:/home/linux/Desktop/999# sudo modprobe ndiswrapper
root@linux:/home/linux/Desktop/999#
but now i don't know how configure it
this are my router setting:
linux@linux:~$ iwconfig
lo no wireless extensions.
eth0 IEEE 802.11b/g ESSIDff/any Nickname:"Broadcom 4318"
Mode:Managed Access Point: Invalid Bit Rate=1 Mb/s
RTS thrff Fragment thrff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
-----------------------------------------------------------------------------
Line rate - upstream: 352 Kbps
Line rate - downstream: 2464 Kbps
LAN IP address: 192.168.1.1
WAN IP address: View
Default gateway: 192.168.100.1
Primary DNS server: 85.37.17.4
Secondary DNS server: 85.38.28.70
-------------------------------------------------------------------------------
# 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
address 127.0.0.1
netmask 255.0.0.0
iface eth0 inet bootp
auto eth0
linux@linux:~$ sudo su
Password:
root@linux:/home/linux# cd /home/linux/Desktop/999
root@linux:/home/linux/Desktop/999# ndiswrapper -i USRMAXG.inf
Installing usrmaxg
root@linux:/home/linux/Desktop/999# ndiswrapper -l
Installed ndis drivers:
usrmaxg driver present, hardware present
root@linux:/home/linux/Desktop/999# sudo modprobe ndiswrapper
root@linux:/home/linux/Desktop/999#
but now i don't know how configure it
this are my router setting:
linux@linux:~$ iwconfig
lo no wireless extensions.
eth0 IEEE 802.11b/g ESSIDff/any Nickname:"Broadcom 4318"
Mode:Managed Access Point: Invalid Bit Rate=1 Mb/s
RTS thrff Fragment thrff
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
-----------------------------------------------------------------------------
Line rate - upstream: 352 Kbps
Line rate - downstream: 2464 Kbps
LAN IP address: 192.168.1.1
WAN IP address: View
Default gateway: 192.168.100.1
Primary DNS server: 85.37.17.4
Secondary DNS server: 85.38.28.70
-------------------------------------------------------------------------------
# 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
address 127.0.0.1
netmask 255.0.0.0
iface eth0 inet bootp
auto eth0
Comment