LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   wireless internet connection (https://www.linuxquestions.org/questions/linux-networking-3/wireless-internet-connection-701206/)

crash_override_me 01-31-2009 04:53 AM

wireless internet connection
 
hi..

i have just bought a netgear wireless WG311 pci card. i downloaded its driver from netgear's site and installed it via ndiswrapper.
i have added ndiswrapper to the list of modules to be loaded on startup, so the connection works automatically in gnome(ubuntu).

I am a fluxbox fan. But, when i use fluxbox, the wireless connection doesn't get picked up.
ndiswrapper is loaded at startup.

Code:

$lsmod|grep ndis
ndiswrapper          196380  0
usbcore              148848  4 ndiswrapper,ehci_hcd,ohci_hcd

how do i make the connection work automatically in fluxbox..?

pentode 01-31-2009 11:27 AM

Have a look in /etc/network/interfaces. man interfaces will give you some pointers. I'd check ifconfig and iwconfig to see what the status is first. Also, if you have a PCI card, check output of lspci to see if the hardware is properly detected.

crash_override_me 02-01-2009 11:14 PM

Quote:

Originally Posted by pentode (Post 3427359)
Have a look in /etc/network/interfaces. man interfaces will give you some pointers. I'd check ifconfig and iwconfig to see what the status is first. Also, if you have a PCI card, check output of lspci to see if the hardware is properly detected.

yes my hardware gets detected and works properly while using gnome. maybe due to daemon or applet running in gnome that automatically detects and configures the connection.

but how do i make my interface go up in fluxbox?
i have configured 'wlan1' as the interface.

crash_override_me 02-03-2009 04:30 AM

how do i automatically bring an interface up on boot-up..?

repo 02-03-2009 05:14 AM

put the commands to connect in a script, and put the script in
/etc/rc.local


All times are GMT -5. The time now is 05:33 AM.