At this point, I invite all readers to avoid difficult installation by downloading drivers from linux-wlan-ng, as suggested by other guides, with recompiling the kernel or anything, really in this case is not needed, because the drivers are in repositoryes of ubuntu, just enable all repos from synaptic and download the linux-wlan-ng
Now "System> Administration> Network" disable the network via ethernet and activate the wlan0.
Open a terminal and of invented root, giving the command sudo gedit
/ etc/init.d/prism2
we are creating the file paste the following code:
Now "System> Administration> Network" disable the network via ethernet and activate the wlan0.
Open a terminal and of invented root, giving the command sudo gedit
/ etc/init.d/prism2
we are creating the file paste the following code:
# / bin / sh #
# This script will be Executed * after * all the other init scripts.
# You can put your own initialization stuff in here if you do not
# Want to do the full Sys V style init stuff.
192.168.xx netmask 255.255.255.0 ifconfig eth0 down modprobe
prism2_usb prism2_doreset = 1
wlanctl-ng wlan0 lnxreq_ifstate ifstat = enable
wlanctl lnxreq_autojoin-ng wlan0 ssid = any = authtype OpenSystem
192.168.xx netmask 255.255.255.0 ifconfig wlan0
route add default gw 192.168.xx
At this point I rebooted the machine, tending to connect the wlan at boot (not I still have understand why you are unable to connect to the wireless network card once in graphics mode) by the well-known Pressing the Fn-F8
And the network cable is unplugged!
0 comments:
Post a Comment