LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > 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
  Search this Thread
Old 10-26-2009, 08:21 PM   #1
sk8trf
LQ Newbie
 
Registered: May 2007
Posts: 27

Rep: Reputation: 15
ndiswrapper on ubuntu with no internet


Ok so i found out ubuntu has no drivers for my wireless card so im going to have to use ndiswrapper, can someone walk me through installing it and getting it to work on my computer, i have no internet connection on my computer either i know that has to make some kind of difference.
 
Old 10-27-2009, 04:20 AM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
Can you tell us which card you have? Open a terminal and type in
Code:
lspci
and post the line with your card in it.
 
Old 10-27-2009, 08:43 AM   #3
sk8trf
LQ Newbie
 
Registered: May 2007
Posts: 27

Original Poster
Rep: Reputation: 15
it isn't a pci card, its a usb card so wouldn't it be
Code:
lsusb
instead?
when i do that i get this output for the adapter
Code:
Bus 001 Device 002 ID 050d:815f Belkin Components
i know there are no linux drivers for this yet, ive already been there done that. I just need someone to walk me through how to install and get ndiswrapper working
 
Old 10-27-2009, 10:00 AM   #4
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
Not walking you through but giving hints and suggestions:

System --> Administration --> Synaptic Package Manager: install ndisgtk
it will pull in two more files and give you a GUI
You find it here:
System --> Administration --> Windows Wireless Drivers

have your windows drivers ready

Apart from that I got the Impression (reading the threads at Ubuntu and puppy forums, that this (pretty recent) device might be supported by the realtek driver and could well work natively.
 
Old 10-27-2009, 10:16 AM   #5
sk8trf
LQ Newbie
 
Registered: May 2007
Posts: 27

Original Poster
Rep: Reputation: 15
ndisgtk is not an option in the System->Administration->Synaptic Package Manager
 
Old 10-27-2009, 10:22 AM   #6
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
yes it is - use the search field, start with "ndis" and watch
(you are right that its not an option - the program is a nice GUI to the package manager and you use it to search for and (de)install software, very comfortably)

You may need to update your software repositories.
...which is really basic system administration and is well documented (I'd say even intuitive when browsing the menus)

Last edited by jomen; 10-27-2009 at 10:24 AM.
 
Old 10-27-2009, 10:42 AM   #7
sk8trf
LQ Newbie
 
Registered: May 2007
Posts: 27

Original Poster
Rep: Reputation: 15
how do i update my repositories, because i tried searching as well and nothing came up
 
Old 10-27-2009, 10:56 AM   #8
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
how does
System --> Administration --> Software Sources
sound?

even without internet - using your install cd - you can install what you need here
I just did, to know exactly what I'm talking about.
If you never changed anything then the CD should still be active as a source and thus its contents be available.

tick every box on the first tab except for "source"
- as I said:
I have just the CD-ROM active as of now.

https://help.ubuntu.com/9.04/add-app...s/C/index.html

klick the link and read
 
Old 10-27-2009, 12:13 PM   #9
sk8trf
LQ Newbie
 
Registered: May 2007
Posts: 27

Original Poster
Rep: Reputation: 15
ok so i got all i needed installed thanks for that and now when i go into the Windows Wireless Drivers, and then i click Install New Driver, i found the cdrom and the driver folders but what one to i select, there are Vista_x64, Vista_x86, XP_2K, and XP_x64

Last edited by sk8trf; 10-27-2009 at 12:17 PM.
 
Old 10-27-2009, 12:21 PM   #10
sk8trf
LQ Newbie
 
Registered: May 2007
Posts: 27

Original Poster
Rep: Reputation: 15
ok i tried all them none worked but one, the driver name is net8192su.inf, when i installed it it said unable to see if hardware is present, but after i click ok it shows the driver and then says Hardware present:Yes, my next question is how do i connect now? It wont detect any networks
 
Old 10-27-2009, 01:28 PM   #11
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
ndiswrapper is a service which needs to be started, I suppose.
http://www.bauer-power.net/2009/05/u...-latitude.html
and
http://johnnydopefish.blogspot.com/2...-broadcom.html
is all I can give you - they do it the manual way, which is better IMO.
...or you ask Google or the Ubuntu documentation some more.

You took some file and don't even know if it is the right one.
I'd take the driver made for XP - the one in the XP_2K folder you mentioned.

No more I can say since my Ubuntu is a virtual machine and I don't have your adapter anyway.

And still - the realtek driver might even work.
Code:
modprobe rtl8180
or
modprobe rtl8187
or one from /lib/modules/2.6.28-11-generic/kernel/drivers/net/wireless/

Good luck!

Last edited by jomen; 10-27-2009 at 01:34 PM.
 
Old 10-27-2009, 02:38 PM   #12
jomen
Senior Member
 
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687

Rep: Reputation: 55
and I found this:
http://forum.ubuntu-fr.org/viewtopic.php?pid=3007713
pointing to here:
http://www.mediafire.com/?zxgmyniz2hd
a driver and firmware for RTL8192SU

Which probably means the modules I suggested to try above (rtl8180...) are not worth trying.

Looks good.
Will have to build it from source however.
 
  


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
Getting ndiswrapper after netinst install, not internet connection Plastech Debian 3 05-16-2007 03:01 PM
ubuntu 7.04 - ndiswrapper - no internet breezOfLife Linux - Newbie 5 05-07-2007 11:28 AM
Slackware 11 and Ndiswrapper cannot connect to internet RienParhan Linux - Wireless Networking 4 12-21-2006 12:51 PM
installing ndiswrapper WITH NO INTERNET CONNECTION!!!! thealphajustin Linux - Hardware 6 09-27-2006 06:03 AM
Ndiswrapper and USB Internet adapter gr3ygh0s1 Slackware 5 04-02-2005 08:27 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 12:45 PM.

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