LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 11-28-2010, 03:21 PM   #16
Pingu_3D
LQ Newbie
 
Registered: Nov 2010
Posts: 14

Original Poster
Rep: Reputation: 0

The network connection I created has the correct SSID, is checked to connect automatically and be available to all users, is set to Infrastructure mode, has nothing in the BSSID or MAC address fields and has MTU: set to automatic. Security is set to none and IPv4 settings are Automatic DHCP. DHCP client ID is blank. IPv6 Settings are set to ignore. This would connect straight away on a Windows machine so I don't know what is wrong with it.
 
Old 11-28-2010, 03:38 PM   #17
Pingu_3D
LQ Newbie
 
Registered: Nov 2010
Posts: 14

Original Poster
Rep: Reputation: 0
Markus,
This output

lo no wireless extensions
eth0 no wireless extensions
wlan0 IEEE 802.11bgn ESSIDff/any
Mode:managed Access Point: Not-Associated Tx-Power=16 dBm
Retry long limit:7 RTS thr:0ff Fragment thrff
Encryption keyff
Power Management;on

was after I rebooted and I forgot to redo the modprobe command. So I guess that means that it is loading automatically anyway. It's just not working
 
Old 11-28-2010, 03:40 PM   #18
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
mh, you may try the command:
Code:
sudo ifconfig wlan0 up
and post the errormessages

Markus
 
Old 11-28-2010, 04:15 PM   #19
Pingu_3D
LQ Newbie
 
Registered: Nov 2010
Posts: 14

Original Poster
Rep: Reputation: 0
sudo ifconfig wlan0 up

There was no error message
 
Old 11-28-2010, 04:16 PM   #20
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
then please execute
Code:
sudo ifconfig
Markus
 
Old 11-28-2010, 04:25 PM   #21
Pingu_3D
LQ Newbie
 
Registered: Nov 2010
Posts: 14

Original Poster
Rep: Reputation: 0
ifconfig


eth0 Link encap:Ethernet HWaddr 00:50:8d:b2:c3:12
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:18

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:72 errors:0 dropped:0 overruns:0 frame:0
TX packets:72 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5600 (5.6 KB) TX bytes:5600 (5.6 KB)

wlan0 Link encap:Ethernet HWaddr 00:1f:1f:6e:41:fc
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
 
Old 11-28-2010, 04:43 PM   #22
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
well, then please execute
Code:
sudo dhcpcd wlan0
and post the errormessages (or any output).

It seems that the device is working propberly, you should check if you've configured the connection properly if it doesn't work. The dhcpcd command will try to get an IP-configuration from the DHCP server.

Markus
 
Old 11-28-2010, 04:49 PM   #23
Pingu_3D
LQ Newbie
 
Registered: Nov 2010
Posts: 14

Original Poster
Rep: Reputation: 0
sudo dhcpcd wlan0

sudo: dhcpcd: command not found
 
Old 11-28-2010, 04:49 PM   #24
Pingu_3D
LQ Newbie
 
Registered: Nov 2010
Posts: 14

Original Poster
Rep: Reputation: 0
sudo dhcpcd wlan0

sudo: dhcpcd: command not found
 
Old 11-28-2010, 05:03 PM   #25
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Well, I don't have any experience with Ubuntu, I'd recommend to google for information about how they aquire an IP-configuration when using DHCP. Or try to install the dhcpcd-package from the repository, I hope your wired connection is working???
Do you have an installationmedium? maybe you'll install it from there.

Markus
 
Old 11-28-2010, 05:13 PM   #26
Pingu_3D
LQ Newbie
 
Registered: Nov 2010
Posts: 14

Original Poster
Rep: Reputation: 0
Ok Markus, and thanks a lot for trying to help me.
I might try loading Mint or PCLinuxOS instead.
I just want to take a look at modX and I can't get it going on Windows7 so I thought I'd load Linux, apache, mysql and modx and try again.

Cheers
 
Old 11-28-2010, 10:16 PM   #27
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
He has to configure his wins7 to allow access to router if he setup wins7 first. His ubuntu settings have to be of same security type. wep wpa wpa2. wins has control of router.
 
Old 11-29-2010, 11:03 AM   #28
Pingu_3D
LQ Newbie
 
Registered: Nov 2010
Posts: 14

Original Poster
Rep: Reputation: 0
SOLVED

Read the first bit of this post

http://ubuntuforums.org/showthread.p...ghlight=rt2870

and then follow his link to a simple solution where he had put EDIT and you should get it working.
 
  


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
Nvidia Driver will not install for Dual Screen LCD - Driver is mde for Xen Kernel isinkaye Linux - Software 1 02-20-2010 04:31 AM
wireless driver install issues: modprobe not injecting driver Gargle Slackware 12 07-28-2007 11:28 AM
how to install agere systems AC'97 modem driver, and where to download the driver chuxeei Linux - Newbie 3 06-25-2006 10:37 AM
Error when trying to install iBurst driver (ib-driver 2.6) on SUSE 9.3 daysleeper Linux - Hardware 2 09-06-2005 08:55 AM
ATI Driver prob: Black screen after driver install linuxboynz Linux - Laptop and Netbook 2 10-19-2004 02:52 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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