LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-26-2007, 06:25 PM   #1
manas
LQ Newbie
 
Registered: Apr 2007
Posts: 26

Rep: Reputation: 15
Problem with debian and netgear wg111v2 wireless adapter


Hello
I got debian and netgear wg111v2 wireless adapter.
Debian can not find adapter. Be truly I dont know a commands in console. What why and i asking here
(because in mandriva its was very easy,there was option in menu,look for new hardware or something like what)
So anybody can tell me commands dont wory i got a driver )
 
Old 08-01-2007, 07:52 PM   #2
tiagoreul
LQ Newbie
 
Registered: Jun 2007
Location: Campina Grande, PB - Brazil
Distribution: Fedora 8
Posts: 20

Rep: Reputation: 0
Hello, manas.

Try running
$/sbin/lspci
in a terminal and check if your wireless adapter appears in the list.

Then run
$/sbin/lsmod
and check if the module is installed. If it's not try the following:

The driver you have is a source code or a binary?

If you have a source code you'll have to compile and install the driver:
1. first unpack it (by running '$tar -xzvf filename-version.tar.gz' or '$tar -xjvf filename-version.tar.bz2'...)
2. then go into the directory, where you should find a binary configure script. run it with ./configure
3. run $make to compile and link everything
4. run $sudo make install to install the driver. (if you can open a root terminal, ignore the 'sudo' command)

In the source directory you should have a text file named README that may help you with the setup.

If any file is missing, you can install, in debian, a program named auto-apt (by running '$sudo apt-get install -y auto-apt' ). It solves and downloads dependencies automatically for you. Then run
'$auto-apt -r ./configure' and '$auto-apt -r make' instead.

If you have the binary files, find the kernel module (a file with the device name and .o or .ko extension) and run, as root
$/sbin/insmod filename.ko
or
$/sbin/insmod filename.o

then
$/sbin/lspci
$/sbin/lsmod
to check if it's installed and run a graphical tool (like wireless-assistant or system-config-network).

Last edited by tiagoreul; 08-01-2007 at 07:55 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
WG111v2 Netgear wireless usb network adapter and ndiswrapper issues on Arch w/ xfce4 Cy1989 Linux - Wireless Networking 1 07-25-2007 08:57 AM
Mandriva 2007 (Free) Netgear WG111v2 wireless connectivity using ndiswrapper fluffypenguin Linux - Wireless Networking 1 03-01-2007 02:57 AM
Problems setting up SuSE 10 with a Netgear WG111V2 USB Adapter p3980 Linux - Wireless Networking 14 01-25-2007 05:00 AM
SUSE 10.2 with netgear usb dongle WG111v2 problem ensign Linux - Hardware 3 01-15-2007 04:03 PM
Wireless USB adapter WG111v2 mfrangos79 Linux - Hardware 5 01-02-2006 01:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration