LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   WIreless Networking Problem (https://www.linuxquestions.org/questions/linux-newbie-8/wireless-networking-problem-824240/)

SanjiSasuke 08-04-2010 08:20 PM

WIreless Networking Problem
 
In the house there is one wired computer, and 2 wireless computers. I use the 1st wireless one, which runs Linux, and connects fine. The problem is the 2nd one, that just updated to 9.10. When it updated it didn't replace the old network-manager and can't connect properly, and I can't seem to find the .deb file for the 9.10 (it worked fine for the 9.04). If I get it could I just install it into the computer and then configure the network?

I have already removed the old network-manager. Also the computer doesn't seem to be able to boot from a disc.

SanjiSasuke 08-05-2010 04:30 PM

No one has the .deb of network-manager for 9.10?

gasdim 08-05-2010 05:35 PM

Put the Ubuntu CD in your CD drive and do this:
sudo apt-cdrom add
sudo apt-get install network-manager-gnome

scheidel21 08-05-2010 06:45 PM

You could also wire it to the network and configure it using /etc/network/interfaces file. Then download from ubuntu repos

SanjiSasuke 08-05-2010 07:16 PM

It now has Network Manager, but it will connect to a network and will display "Connection Established" but with 0% connection, and no internet.

evo2 08-05-2010 07:25 PM

So, do you have a question?

Evo2.

SanjiSasuke 08-05-2010 07:45 PM

How can I get it so network manager will pick up the internet connection?

On my computer, which is 10.04 I connect to the same network with 90-100%. And it clearly picks up the same network. It is not the wireless card, I tried switching them.

evo2 08-05-2010 08:31 PM

Ok, we need some information about your computer and your wireless network.

For your computer please post the output of:
Code:

iwconfig
ifconfig -a
lspci | grep -iE 'network|wireless'

Regarding the wireless network:
- What type of wireless router/access point are you using?
- Is it providing IPs via dhcp?
- What type of encryption are you using (if any)?

Evo2.

SanjiSasuke 08-06-2010 02:24 PM

eth0 Link encap:Ethernet HWaddr 00:06:5b:79:ca:d3
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 Base address:0x8c00

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:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:240 (240.0 B) TX bytes:240 (240.0 B)

wlan0 Link encap:Ethernet HWaddr 00:a1:b0:ea:3e:a6
inet addr:10.42.43.1 Bcast:10.42.43.255 Mask:255.255.255.0
inet6 addr: fe80::2a1:b0ff:feea:3ea6/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:136 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:25660 (25.6 KB)

wmaster0 Link encap:UNSPEC HWaddr 00-A1-B0-EA-3E-A6-65-61-00-00-00-00-00-00-00-00
UP RUNNING MTU:0 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)

Also it doesn't seem to display anything for lspci | grep -iE 'network|wireless'

It is WEP and the password is inputted correctly, the router is a Belkin Wireless G Router 2.4Ghz-802.11g. And I don't know what the 2nd one means, unfortunately.

SanjiSasuke 08-06-2010 05:38 PM

If anything is likely to work through this method, I could try temporarily hooking the computer into the wired connection to try another fixing method.

scheidel21 08-07-2010 12:29 AM

Make sure you have any firware you need for the card as well, I had a similar issue sometime ago that was cause by needing firmware.

SanjiSasuke 08-07-2010 05:29 PM

I've discovered the adapter was the problem, as using a different one allowed it to connect.


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