Thinking of trying Ubuntu again...

Soldato
Joined
1 Jul 2007
Posts
21,879
Location
Various
I tried Ubuntu a couple of months ago (7.10), but couldnt get my wireless network to work. It would recognize my drivers, and even pick up the network, but I just couldnt connect-the little "connecting" icon just kept spinning round in the taskbar, and I kept getting asked for the WEP key. I had the same problem with Mint.

I have neither installed at the moment, but has anyone got any ideas for fixing this? It is all that is keeping me from using Linux, as I cant be bothered to switch to Windows every time I want to look something up online! I have no network problems at all in Windows, and therefore assume (but cant be sure) that it isnt the network.

Also, is there anything which can connect to Itunes to share music across the network? I assume you cant download Itunes for Linux...
 
Last edited:
Im a linux wireless expert.. I need to know the output of:
lshw -C network

from a terminal.. you could backup the results somewhere.

I cant fix your wireless until I know what kind of wireless hardware you have, and that command tells me...

Im just off to the gym-will reinstall later and get back to you.

I dont need ndiswrapper as far as I know, as the driver works and it picks up the network fine-just doesnt connect to it.
 
Right, after having a fiddle around with some of the settings that Phil mentioned above I have managed to connect to the network (or at least the bar at the top says that it is connected). However, I cannot get internet. Any ideas? Thanks for the help!
 
Open up a console, do the following:
Code:
ifconfig
and post the output.

Code:
cat /etc/network/interfaces
and post the output.

EDIT: Lol just noticed you're in York :D Small world

Will try it tomorrow, off to bed now-yep, in York!!


Have you tried logging into your router by typing its IP address into Firefox.

If you can then you know you are at least connected to network and the internet is a setting thing rather than major problem. If not then it likely you are not connected.

If you can get to your router and you are using a static IP address on you pc then switch it to Dynamic (auto). I have a world of problems using static IP addresses on my router (linksys) just won't connect to the internet.

I tried that earlier and couldnt get into my router.

I am not using a static IP, I am using DHCP-Im not sure that I can set static IP addresses up on my router (its a crappy one supplied by Virgin and therefore has all of the useful settings locked!)
 
Right, Ive typed in what you have all suggested (both Russ0r and Rich43), so here are the results!

manic111@manic111-desktop:~$ lshw -cnetwork
Hardware Lister (lshw) - B.02.10
usage: lshw [-format] [-options ...]
lshw -version

-version print program version (B.02.10)

format can be
-html output hardware tree as HTML
-xml output hardware tree as XML
-short output hardware paths
-businfo output bus information

options can be
-class CLASS only show a certain class of hardware
-C CLASS same as '-class CLASS'
-disable TEST disable a test (like pci, isapnp, cpuid, etc. )
-enable TEST enable a test (like pci, isapnp, cpuid, etc. )
-quiet don't display status


manic111@manic111-desktop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:1A:4D:47:8C:57
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:16 Base address:0xc000

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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)

wlan0 Link encap:Ethernet HWaddr 00:17:31:F5:55:FB
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:28 errors:0 dropped:0 overruns:0 frame:0
TX packets:22 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1260 (1.2 KB) TX bytes:4268 (4.1 KB)

wmaster0 Link encap:UNSPEC HWaddr 00-17-31-F5-55-FB-00-00-00-00-00-00-00-00-00-00
UP BROADCAST RUNNING 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)


manic111@manic111-desktop:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback

Cheers for the help on this!
 
Sorry it's been a few days, been really busy! I did this this evening, and it went really slowly. So I tried the same thing again, and it's still really slow-unusably so! Unfortunately I forgot to save the readout from the 1st time that I tried it, but here is what it said on the second time:

manic111@manic111-desktop:~$ sudo ifup wlan0
There is already a pid file /var/run/dhclient.wlan0.pid with pid 13890
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.0.5
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wmaster0: unknown hardware address type 801
wmaster0: unknown hardware address type 801
Listening on LPF/wlan0/00:17:31:f5:55:fb
Sending on LPF/wlan0/00:17:31:f5:55:fb
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 4
DHCPOFFER from 192.168.1.254
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPACK from 192.168.1.254
bound to 192.168.1.66 -- renewal in 35454 seconds.
 
I rebooted Ubuntu and the internet was not working again, so I tried rewriting the "interfaces" file, and this is what I got.

manic111@manic111-desktop:~$ sudo ifup wlan0
There is already a pid file /var/run/dhclient.wlan0.pid with pid 134519120
Internet Systems Consortium DHCP Client V3.0.5
Copyright 2004-2006 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

wmaster0: unknown hardware address type 801
wmaster0: unknown hardware address type 801
Listening on LPF/wlan0/00:17:31:f5:55:fb
Sending on LPF/wlan0/00:17:31:f5:55:fb
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 13
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 8
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
manic111@manic111-desktop:~$

I assume that this means that the DHCP isnt offering my PC a space on the network? How can I change this?

Secondly, I found this fix online for fixing my internet speed problem-apparently it is quite a common issue to do with IPV6.

1. sudo gedit /etc/modprobe.d/aliases (or your preferred text editor)
2. Find the line: alias net-pf-10 ipv6
3. Edit this to: alias net-pf-10 off
4. Save the file and reboot

Does this look like it should work? I havent been able to test it out as my internet went down again after rebooting. :(


Finally, what is the equivalent of ctrl+c and ctrl+v in Ubuntu? Getting fed up of having to right click!!!

Thanks for all the help!
 
Still not working! Grr. Im off home for a week or two over easter and wont have my PC with me-may get back onto this when I return! Cheers for all the help.
 
Back
Top Bottom