LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 04-16-2009, 02:05 PM   #1
HalifaxJ
LQ Newbie
 
Registered: Apr 2009
Posts: 14

Rep: Reputation: 0
Wireless internet connection with Linux?


Greetings,

I ran Linux Mint from a DVD to see what it was all about. I really like it and would love to learn more about Linux as I'm thinking of having a dual boot system.

However, I can't seem to connect online. The only option it's giving me is VPN connection. With Windows, I'm connecting "wireless" using a USB device from D-Link with no problems...I don't think I have a wireless card in my machine.

J
 
Old 04-16-2009, 02:57 PM   #2
maresmasb
Member
 
Registered: Apr 2009
Posts: 108

Rep: Reputation: 24
If everything else fails, you can still connect to your D-Link modem or router with a standard ethernet (UTP) cable. I have no doubt that Linux will find the ethernet interface immediately.

Otherwise you should Google a bit or have a look at: http://www.fuw.edu.pl/~pliszka/hints/wireless.html
A similar unresolved question is at http://www.linuxquestions.org/questi...dapter-370331/
maybe it gives you some hints

Last edited by Tinkster; 10-30-2010 at 03:14 PM.
 
Old 04-16-2009, 04:05 PM   #3
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
what do you get from typing in
Code:
lsmod
Code:
lsusb
Code:
lspci
Code:
ifconfig -a
all these should output more information about your wireless and if that is seen. Also can you tell us more about your network. Like does it have WPA setup or WEP, and is your ssid hidden?
 
Old 04-16-2009, 04:49 PM   #4
HalifaxJ
LQ Newbie
 
Registered: Apr 2009
Posts: 14

Original Poster
Rep: Reputation: 0
Ok back on Windows now...

Well to be honest I don't know much about the network. We have a D-lynk hub in the living room, and I installed a USB D-link wireless device that connects to the hub that's in the living room. In windows it just finds all wireless connections available as soon as the D-link device is installed. This being said, the D-link wireless device came with a CD that had to load software...is this possible with Linux or must all software that is loaded be managed as a package?

As you can see, I'm clearly a Linux newbie. I tried both Ubuntu and Mint today...both seem fairly similar. Going to give Fedora a try and then decide which one to install.

My USB wireless device is Dlink DWA-140. If I can't get it to work with Linux then there's no real point in me running Linux!

Thanks,

J

Last edited by HalifaxJ; 04-16-2009 at 04:50 PM.
 
Old 04-16-2009, 07:49 PM   #5
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
Quote:
Originally Posted by HalifaxJ View Post
Ok back on Windows now...

Well to be honest I don't know much about the network. We have a D-lynk hub in the living room, and I installed a USB D-link wireless device that connects to the hub that's in the living room. In windows it just finds all wireless connections available as soon as the D-link device is installed. This being said, the D-link wireless device came with a CD that had to load software...is this possible with Linux or must all software that is loaded be managed as a package?

As you can see, I'm clearly a Linux newbie. I tried both Ubuntu and Mint today...both seem fairly similar. Going to give Fedora a try and then decide which one to install.

My USB wireless device is Dlink DWA-140. If I can't get it to work with Linux then there's no real point in me running Linux!

Thanks,

J
Ubuntu and mint are pretty much the same. I believe mint is derived from ubuntu. As for the wireless you can use the ndiswrapper to install the wireless drivers from the window's disk. However you can get a native linux driver from ralink. You can get this from www.ralink.com. I believe you will need the RT2870. Also do a quick google search on that model + linux driver ubuntu and you should find some references there that will help.
 
Old 04-16-2009, 08:59 PM   #6
HalifaxJ
LQ Newbie
 
Registered: Apr 2009
Posts: 14

Original Poster
Rep: Reputation: 0
Ok I have the driver from ralink. However, being VERY new to Linux, I'm not sure how to install a driver in linux...I thought everything was done through package management???

I've read some of the "answers", and they're quite complicated. It is no wonder Linux is not catching on in the mainstream!

Is there a simple way to get this working?

J

Last edited by HalifaxJ; 04-16-2009 at 09:03 PM.
 
Old 04-17-2009, 01:02 AM   #7
jstephens84
Senior Member
 
Registered: Sep 2004
Location: Nashville
Distribution: Manjaro, RHEL, CentOS
Posts: 2,098

Rep: Reputation: 102Reputation: 102
Quote:
Originally Posted by HalifaxJ View Post
Ok I have the driver from ralink. However, being VERY new to Linux, I'm not sure how to install a driver in linux...I thought everything was done through package management???

I've read some of the "answers", and they're quite complicated. It is no wonder Linux is not catching on in the mainstream!

Is there a simple way to get this working?

J
to install the module you need to unzip and untar the driver from something like xterm or whatever terminal program is on your system. once you untar it cd into the newly created folder and run
Code:
./configure
make && make install
that should install the driver. You may need to install the linux-headers file which if you are using Ubuntu that can be done by typing in
Code:
sudo apt-get install linux-headers-`uname -r`
The linux-headers will need to be install before running the ./configure. You may also need to install gcc and g++. That is not an accurate assumption. Some things are still done from the command line. While linux has gotten better are loading drivers for most hardware it still lacks support from mainstream providers.
 
  


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
wireless internet connection crash_override_me Linux - Networking 4 02-03-2009 05:14 AM
Wireless card..Wireless router.. Slackware 10.2 ..Problems with Internet Connection. Storm Bringer Linux - Wireless Networking 4 03-23-2006 06:25 AM

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

All times are GMT -5. The time now is 02:07 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