LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 12-26-2009, 04:26 PM   #1
redant2
Member
 
Registered: Nov 2009
Distribution: Mint 7
Posts: 35

Rep: Reputation: 15
Unhappy Changed from Gnome to KDE and now have no available networks!!!!???


I run mint 7 and had to change desktops from GDE to KDE, and it fixed my initial minimizing problem, but now I cannot connect to the internet, and when I go into my network settings I see no networks listed to be able to edit them!

I use a wireless satellite thingy to pick up the free wifis near me, and I know the satellite thing works for sure, and There is no way to edit network connections if none are shown, And yes I have restarted and shutdown many times!

Last edited by redant2; 12-31-2009 at 10:33 AM.
 
Old 12-26-2009, 08:04 PM   #2
gregorian
Member
 
Registered: Apr 2006
Posts: 509

Rep: Reputation: 34
Please post the output of
ifconfig

If you see something that looks like a wireless interface, example: wlan0, type
sudo ifconfig wlan0 up and try again.

Last edited by gregorian; 12-26-2009 at 08:06 PM.
 
Old 12-28-2009, 06:04 PM   #3
redant2
Member
 
Registered: Nov 2009
Distribution: Mint 7
Posts: 35

Original Poster
Rep: Reputation: 15
Question here it is

Also keep in mind my USB keyboard and mouse work but no flash drives video cameras and maybe my "hi-gain usb wirelss-g adapter", but it does light up???
says Nautilus finds no path to the flash drives etc!

eth0 Link :encap :ETHERNET HWaddr 00:1d:92:60 :51 :al
UP Broadcast MULTICAST MTU :1500 Metric:1
RX Packets :0 errors (000 on the rest)


lo Link encap:Local Loopback
inet address 127.0.0.1 Mask 255.0.0.0
inet6 address : ::1/128 Scope Host
UP LOOPBACKRUNNING MTU:16436 Metric 1
(RX and TX 44 errors o on the rest)

wlan0 Link encap Ethernet HWaddr 00:0e:3ble:36:83
inet address fe 80: :2oe:3bff:fele 3b83/64 Scope:Link
UpBROADCAST MULTICAST MTU:1500 Metric:1
(RX packets oo on all)

wmaster Link encap UPVSPECHWaddr 00-0E-3B-IE-3B-83-62-38-00-00-00-00-00-00-00-00
up BROADCASTINGRUNNING MULTICAST mtu:1500 Metric 1
(RX Packets etc all zeros)

please help
 
Old 12-29-2009, 11:46 AM   #4
gregorian
Member
 
Registered: Apr 2006
Posts: 509

Rep: Reputation: 34
That's a good start. It shows that your wireless interface is up.

Now type sudo ifconfig wlan0 up. Your wireless light should glow. If it doesn't glow, press the wireless button, and execute the command again. If you cannot see the light glow no matter what you do, post the output of dmesg|tail

If the light does glow, type sudo iwlist wlan0 scan. sudo is necessary. If you can see scans, then we can move to the next step.

Your flash drive issue might be a permission problem, please start a separate thread for a separate issue. We'll concentrate on the wireless issue here alright?

Last edited by gregorian; 12-29-2009 at 11:48 AM.
 
Old 12-29-2009, 12:05 PM   #5
redant2
Member
 
Registered: Nov 2009
Distribution: Mint 7
Posts: 35

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by gregorian View Post
That's a good start. It shows that your wireless interface is up.

Now type sudo ifconfig wlan0 up. Your wireless light should glow. If it doesn't glow, press the wireless button, and execute the command again. If you cannot see the light glow no matter what you do, post the output of dmesg|tail

If the light does glow, type sudo iwlist wlan0 scan. sudo is necessary. If you can see scans, then we can move to the next step.

Your flash drive issue might be a permission problem, please start a separate thread for a separate issue. We'll concentrate on the wireless issue here alright?
I will try when I get home so let me get this right login sudo su in terminal then simply type "ifconfig wlan0 up" also my wireless adapter light is already on, but I see nothing on desktop to see connections, but I will try and respond later!
Thanks!
 
Old 12-29-2009, 01:06 PM   #6
gregorian
Member
 
Registered: Apr 2006
Posts: 509

Rep: Reputation: 34
If your adapter light is already on that shows that the firmware of the device is already installed. All you need to do now is:

sudo ifconfig wlan0 up
sudo iwlist wlan0 scan
 
Old 12-29-2009, 04:16 PM   #7
redant2
Member
 
Registered: Nov 2009
Distribution: Mint 7
Posts: 35

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by gregorian View Post
If your adapter light is already on that shows that the firmware of the device is already installed. All you need to do now is:

sudo ifconfig wlan0 up
sudo iwlist wlan0 scan

I did this and it listed the one wifi essid address I normally use, but I still can't connect to internet or ping anything!
 
Old 12-29-2009, 08:59 PM   #8
gregorian
Member
 
Registered: Apr 2006
Posts: 509

Rep: Reputation: 34
Very good! Is this an encrypted or an unencrpyted connection? If it's not encrypted omit the key in the following command

sudo iwconfig wlan0 essid <ESSID> key <KEY>
sudo dhcpcd wlan0

If both the above steps work, try connecting. If the internet does not work post the output of 'route' (do this only if the above commands are successful).

Last edited by gregorian; 12-29-2009 at 09:06 PM.
 
Old 12-29-2009, 09:46 PM   #9
redant2
Member
 
Registered: Nov 2009
Distribution: Mint 7
Posts: 35

Original Poster
Rep: Reputation: 15
Talking

Quote:
Originally Posted by gregorian View Post
Very good! Is this an encrypted or an unencrpyted connection? If it's not encrypted omit the key in the following command

sudo iwconfig wlan0 essid <ESSID> key <KEY>
sudo dhcpcd wlan0

If both the above steps work, try connecting. If the internet does not work post the output of 'route' (do this only if the above commands are successful).
okay, there is no key
the second command you posted gave "command not found"
??????????????????

Also noticed tried running a dhcp command and gave error that dhcp was not installed but obviously i cant apt-get it because of no internet connection, anyways I guess I will just go purchase a external drive back up everything then reload everything unless someone can figure it out, but I very much appreciate your help

Last edited by redant2; 12-29-2009 at 10:34 PM. Reason: tried and second command failed
 
Old 12-29-2009, 10:58 PM   #10
gregorian
Member
 
Registered: Apr 2006
Posts: 509

Rep: Reputation: 34
If dhcpcd wasn't there, you should have never been able to connect. Execute "whereis dhcpcd"
Also type "whereis wicd"

Re-installing the same distro most probably won't solve your problem.

If wicd is not there, just download it from some other computer and install it.
http://wicd.sourceforge.net/

Last edited by gregorian; 12-29-2009 at 11:02 PM.
 
Old 12-31-2009, 10:33 AM   #11
redant2
Member
 
Registered: Nov 2009
Distribution: Mint 7
Posts: 35

Original Poster
Rep: Reputation: 15
Thumbs up

Quote:
Originally Posted by gregorian View Post
If dhcpcd wasn't there, you should have never been able to connect. Execute "whereis dhcpcd"
Also type "whereis wicd"

Re-installing the same distro most probably won't solve your problem.

If wicd is not there, just download it from some other computer and install it.
http://wicd.sourceforge.net/
thanks for all your help but I just wiped and reloaded and now I have no problems, Something just happened when I switched from Gnome to KDE??
 
  


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
uninstall kde 4 & gnome 2.20 and install kde 3.5 or gnome 1.x on suse 10.3 laucian Linux - Newbie 2 04-07-2008 01:01 PM
KDE apps crash on Gnome, Gnome apps work on my KDE - Gnome/KDE integration Happy Gimper Linux - Software 0 03-18-2008 09:28 AM
kde select different networks chief_officer Linux - Networking 0 01-03-2007 01:52 PM
Changed from KDE to Gnome...on it's own! Desk Mandriva 3 02-28-2006 08:33 AM
newbie: How to choose wireless networks in FC4 with gnome neptune235 Fedora 1 12-16-2005 04:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

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