LinuxQuestions.org
Support LQ: Use code LQ3 and save $3 on Domain Registration
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices

Reply
 
Thread Tools
Old 10-27-2009, 08:56 PM   #1
sk8trf
LQ Newbie
 
Registered: May 2007
Posts: 27
Thanked: 0
working with ndiswrapper


[Log in to get rid of this advertisement]
ok got ndiswrapper installed and the drivers that came with my disk installed using ndisgtk which made it very easy, i went into my terminal and typed ndiswrapper -l and got this
Code:
net8192su:driver installed
device (050d:815F) present
after that i tried loading the drivers by typing
Code:
sudo depmod -a
it went right to the next line so it seems like that worked but when i type sudo modprobe ndiswrapper i get this
Code:
WARNING: All config files need .conf:/etc/modprobe.d/ndiswrapper, it will be ignored in a future release
FATAL: Module ndiswrapper not found
does this mean it isnt installed? i just want to figure this out ive been getting closer and closer for about 4 days now
windows_vista sk8trf is offline     Reply With Quote
Old 10-28-2009, 02:15 PM   #2
Larry Webb
Senior Member
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse 11.0
Posts: 2,986
Blog Entries: 3
Thanked: 39
It is trying to tell you that you do not need ndiswrapper, there is apparently a native linux driver with your distro. In your prior thread a poster gave you links for the 'How To'.

Larry

Last edited by Larry Webb; 10-28-2009 at 02:18 PM..
windows_xp_2003 Larry Webb is offline     Reply With Quote
Old 10-28-2009, 08:32 PM   #3
sk8trf
LQ Newbie
 
Registered: May 2007
Posts: 27
Thanked: 0

Original Poster
yea and it is in french or something, how am i supposed to know what its saying when its in another language i got the native driver but i though it would just be easier to finish getting ndiswrapper to work than download another driver and post another thred on how to install that one and get it working
windows_vista sk8trf is offline     Reply With Quote
Old 10-29-2009, 07:40 AM   #4
Larry Webb
Senior Member
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse 11.0
Posts: 2,986
Blog Entries: 3
Thanked: 39
Believe me it is not easier, you will need to blacklist the native drivers and that can lead to other problems also. Two drivers will not get along trying to do the same job.

Give me a day and I will try and get back to you with a tutorial in English.

Larry
windows_xp_2003 Larry Webb is offline     Reply With Quote
Old 10-29-2009, 04:30 PM   #5
Larry Webb
Senior Member
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse 11.0
Posts: 2,986
Blog Entries: 3
Thanked: 39
First I am going to be honest with you and I want you to be honest with me. If you can not get something to work or understand what I have wrote - ask me and I will try and explain best I can, do not skip over it and try something else or try and change the subject.

Now for my honesty, I have not used ubuntu and not the best with commands but some one may jump in and help us it you stay sincere. Also if you get it to work let us know. I did install a ralink usb wireless on an old suse distro and at that time had to download the native driver from the ralink site. I do not think we will have to do this here. I want to apologise for not checking out the links you were given. I have done some searching and have not found a decent tutorial.

First try and remove ndiswrapper using your Synaptic Package Manager. It may also tell you it will need to remove dependences, say (ok). This is where I need help is use your network configuration tool and see if you can find anything listed. If you can not find a card listed let me know and if there is card(s) listed.

Larry
windows_xp_2003 Larry Webb is offline     Reply With Quote
Old 10-29-2009, 07:30 PM   #6
sk8trf
LQ Newbie
 
Registered: May 2007
Posts: 27
Thanked: 0

Original Poster
ok by network configuration tool do you mean network tools and if so it is detecting two things under the devices tab, it reads this
Protocol
IPV6
IPV4
Broadcast
::1
127.0.0.1
Netmask/Prefix
128
255.0.0.0
Broadcast


Scope
Host


sorry if im pissing people off its just ive been trying to get linux on my computer for about a month now and every distro i try the internet dont work or it wont install, i was told ubuntu would be good to start on so i installed it i love it now if i can only get my internet to work it would be so much better, ill probably never use windows again i might even delete that off my HDD

Last edited by sk8trf; 10-29-2009 at 08:02 PM..
windows_vista sk8trf is offline     Reply With Quote
Old 10-29-2009, 08:05 PM   #7
Larry Webb
Senior Member
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse 11.0
Posts: 2,986
Blog Entries: 3
Thanked: 39
I found a great tutorial for ubuntu and your usb belkin

http://linuxsoftwareblog.com/blog/?p=30


If you run into any problems please come back and ask and I am sure we can get them worked out.

Larry
windows_xp_2003 Larry Webb is offline     Reply With Quote
Old 10-29-2009, 09:00 PM   #8
sk8trf
LQ Newbie
 
Registered: May 2007
Posts: 27
Thanked: 0

Original Poster
thanks for the tutorial, i already ran into a problem though i cant seem to find /etc/modules
i tried sudo /etc/modules
i tried sudo ls /etc/modules
and it just shows the line /etc/modules when i put it in the terminal
also i checked my kernel version and its a newer version than the one in the tutorial will that effect it in anyway?

Last edited by sk8trf; 10-29-2009 at 09:02 PM..
windows_vista sk8trf is offline     Reply With Quote
Old 10-30-2009, 07:56 AM   #9
Larry Webb
Senior Member
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse 11.0
Posts: 2,986
Blog Entries: 3
Thanked: 39
Ok here is where I think you are running into a problem, for now I do not think your kernel being newer is a problem. The newer the kernel the better most of the time. They add drivers with each kernel release and may drop some old out of date ones.

When using the command 'sudo ls /etc/modules did you see did you see ndiswrapper or rtl73?

If so to remove these and to add rtl8187 you will need to use a text editor.

I am not sure which gui text editor you have.

Try this command 'sudo nano /etc/modules' without the quotes

If this opens a text editor remove the ndiswrapper and rtl87 driver then add rtl8187 driver.

Remember to Save before exiting.

If nano is not your text editor then you will need to find out which one you have.

All linux distros have the text editor called vi but I do not recommend this one.
windows_xp_2003 Larry Webb is offline     Reply With Quote
Old 10-30-2009, 10:41 AM   #10
sk8trf
LQ Newbie
 
Registered: May 2007
Posts: 27
Thanked: 0

Original Poster
i didnt see anything when i typed sudo ls /etc/modules all i see is "/etc/modules" then it goes to the next line to type, i have open office text editor will that work?
windows_vista sk8trf is offline     Reply With Quote
Old 10-30-2009, 10:51 AM   #11
indienick
Senior Member
 
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Debian, Ubuntu, OpenBSD, OpenSolaris
Posts: 1,725
Thanked: 26
It should be:
Code:
$ cat /etc/modules
.
And as far as a text editor goes, Ubuntu comes with Gedit out of the box.
Code:
$ sudo gedit /etc/modules
linuxdebian indienick is offline     Reply With Quote
Old 11-02-2009, 05:29 PM   #12
sk8trf
LQ Newbie
 
Registered: May 2007
Posts: 27
Thanked: 0

Original Poster
Ok i followed the tutorial step by step now im having trouble finding the network manager application that it says i need to use to connect, i looked on the ubuntu free software and it says its already installed on my computer. i looked in all the tabs and its not there i even used my terminal to try and run it and it didnt work is there a way to find it and put it in the menu somewhere? another thing i noticed is in the file /etc/udev/rules.d/70-persistent-net.rules it says to put stuff in there and in the tutorial it says # USB device 0×050d:0×705e (rtl8187) i noticed that thats not my chipset, should i change it to the one im using?

Last edited by sk8trf; 11-02-2009 at 05:31 PM..
windows_vista sk8trf is offline     Reply With Quote
Old 11-02-2009, 07:37 PM   #13
Larry Webb
Senior Member
 
Registered: Jul 2006
Location: Crystal Beach, Texas
Distribution: Suse 11.0
Posts: 2,986
Blog Entries: 3
Thanked: 39
Do not change anything till you find your network manager and see if you can get it working. As I stated earlier I have never used ubuntu so we both need some help finding the network manager. I will do some searching to see if I can find out how to get it up.


Larry
windows_xp_2003 Larry Webb is offline     Reply With Quote
Old 11-03-2009, 10:48 AM   #14
indienick
Senior Member
 
Registered: Dec 2005
Location: London, ON, Canada
Distribution: Debian, Ubuntu, OpenBSD, OpenSolaris
Posts: 1,725
Thanked: 26
Oddly enough, the network manager is predominantly a panel applet.

Right-click anywhere on your panel, and click "Add to Panel". Scroll down the list in the dialog box that pops up, and you should see "Network Monitor". Add that to your panel, and you should be in business!

Alternately, you could pop open a terminal and run:
Code:
$ nohup NetworkManager &
.
linuxdebian indienick is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
ndiswrapper IS working, only... Gurdijeff Linux - Networking 1 04-19-2009 11:11 PM
ndiswrapper not working for me rocha1573 Linux - Wireless Networking 4 07-05-2007 05:48 AM
ndiswrapper working but... StraitFaced Linux - Wireless Networking 8 09-10-2005 05:29 PM
Ndiswrapper not working Help!! tirusthevirus Linux - Wireless Networking 2 07-16-2005 10:09 AM
ndiswrapper stops working after a while. tfc Linux - Wireless Networking 1 10-05-2004 10:37 AM


All times are GMT -5. The time now is 02:08 AM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration