Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Absolute Beginner Talk
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Absolute Beginner Talk
The perfect starting place to find out more about computers, Linux and Ubuntu.

 
Thread Tools Display Modes
Old July 27th, 2008   #1
Rad1
Just Give Me the Beans!
 
Join Date: Jul 2008
Location: Newport Beach, California
Beans: 45
Ubuntu 9.04 Jaunty Jackalope
Can't connect to internet

Ubuntu installed surprisingly easy.

But I haven't been able to connect to the internet.

Been hacking away for hours. No dice.

Even took my laptop to a coffee shop (where I am now) that has free wireless with NO password (wireless network at home has WEP).

Still cannot connect.

Does Ubuntu have a utility that scans surrounding area for wireless networks and lets me click on the one I want to connect?

At one time, it even said I was connected to the wireless network at the coffee shop, but I was still not able to load any web pages in Firefox, (except for those resident on my hard drive).

I think that might've been when I enabled 'Roaming' but not sure, cuz I've tried so many different configurations.

Their wireless network is working cuz I'm using it now (from Windows).

Is there something I'm missing?
Rad1 is offline   Reply With Quote
Old July 27th, 2008   #2
northern lights
Chocolate Ubuntu Mocha Blend
 
northern lights's Avatar
 
Join Date: Dec 2006
Location: Hamburg, Germany
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
Send a message via ICQ to northern lights Send a message via MSN to northern lights
Re: Can't connect to internet

Can you post the output of
Code:
sudo lshw -C network
I know you'll either have to type it or transfer it on a flashdrive or similar, but it'd be best.
__________________
One ought, every day at least, to hear a little song, read a good poem, see a fine picture, and, if it were possible, speak a few reasonable words...
northern lights is offline   Reply With Quote
Old July 27th, 2008   #3
Majorix
Fresh Brewed Ubuntu
 
Majorix's Avatar
 
Join Date: Mar 2007
Location: Turkey
Beans: 1,449
Re: Can't connect to internet

Quote:
Does Ubuntu have a utility that scans surrounding area for wireless networks and lets me click on the one I want to connect?
What flavor of Ubuntu do you have?

On Ubuntu and Xubuntu there is a monitor-like icon in the panel that will let you choose a network and fill in the pass (if you need any).
__________________
BeginnersTeam Member
Majorix is offline   Reply With Quote
Old July 27th, 2008   #4
Rad1
Just Give Me the Beans!
 
Join Date: Jul 2008
Location: Newport Beach, California
Beans: 45
Ubuntu 9.04 Jaunty Jackalope
Re: Can't connect to internet

Hi. Thanks for replies. I have Ubuntu Desktop 8.04, downloaded and installed yesterday.

Quote:
Can you post the output of
Uh, where do I enter this? Not sure what you mean about flash drive. I don't have one, but I can buy one if you think it would help. (I have a FAT32 drive for files going back and forth between Windows and Ubuntu .. if that's what you mean.)

Quote:
On Ubuntu and Xubuntu there is a monitor-like icon in the panel that will let you choose a network and fill in the pass (if you need any).
I've been using the icon at top-right, if that is what you mean, but it does not tell me what is out there. It only lets me input settings, which seem to be wrong, since I can't connect. Is that the icon you are talking about?

Last edited by Rad1; July 27th, 2008 at 01:38 PM..
Rad1 is offline   Reply With Quote
Old July 27th, 2008   #5
northern lights
Chocolate Ubuntu Mocha Blend
 
northern lights's Avatar
 
Join Date: Dec 2006
Location: Hamburg, Germany
My beans are hidden!
Ubuntu 9.04 Jaunty Jackalope
Send a message via ICQ to northern lights Send a message via MSN to northern lights
Re: Can't connect to internet

Quote:
Originally Posted by Rad1 View Post
Uh, where do I enter this?
Press "Alt+F2", open 'gnome-terminal', paste command and hit Enter.
__________________
One ought, every day at least, to hear a little song, read a good poem, see a fine picture, and, if it were possible, speak a few reasonable words...
northern lights is offline   Reply With Quote
Old July 27th, 2008   #6
Kevbert
Chocolate-Covered Ubuntu Beans
 
Kevbert's Avatar
 
Join Date: Dec 2007
Location: Shepperton, UK.
Beans: 2,335
Ubuntu Development Release
Re: Can't connect to internet

Are you sure that your wireless has firmware installed ?
Please post the output of
Code:
lspci
ifconfig
iwconfig
in terminal (under Accessories)
To scan for networks in terminal enter the command
Code:
iwlist scanning
__________________
AMD64X2 3800+ nVidia 7600GS 4Gb Ubuntu 9.04+10.04, WinXP.
Intel Cent. 1.6GHz Radeon 9000 1.25GbRAM Ubuntu9.04 Xubuntu 9.10, WinXP.
Revo R3610 Win7 Ubuntu 9.04.

Absolute Beginners Compiz-fusion wiki
Kevbert is offline   Reply With Quote
Old July 27th, 2008   #7
Rad1
Just Give Me the Beans!
 
Join Date: Jul 2008
Location: Newport Beach, California
Beans: 45
Ubuntu 9.04 Jaunty Jackalope
Re: Can't connect to internet

Quote:
Are you sure that your wireless has firmware installed ?
I'm only sure that I've been able to connect to the internet wirelessly for a few years now using Windows XP. Does that mean I have firmware installed?
Rad1 is offline   Reply With Quote
Old July 27th, 2008   #8
Kevbert
Chocolate-Covered Ubuntu Beans
 
Kevbert's Avatar
 
Join Date: Dec 2007
Location: Shepperton, UK.
Beans: 2,335
Ubuntu Development Release
Re: Can't connect to internet

No. With Ubuntu it's software thats stored initially in the /lib/firmware directory. What you have to do is install drivers into there. First we need to find out the chipset that your wireless card is based on. The first command will tell us more about your system (lspci = list pci devices). The second two commands tell us whether the wireless card is on and can see networks (but not which ones).
__________________
AMD64X2 3800+ nVidia 7600GS 4Gb Ubuntu 9.04+10.04, WinXP.
Intel Cent. 1.6GHz Radeon 9000 1.25GbRAM Ubuntu9.04 Xubuntu 9.10, WinXP.
Revo R3610 Win7 Ubuntu 9.04.

Absolute Beginners Compiz-fusion wiki
Kevbert is offline   Reply With Quote
Old July 27th, 2008   #9
gjoellee
Fresh Brewed Ubuntu
 
gjoellee's Avatar
 
Join Date: Jan 2008
Location: /home/gjoellee
Beans: 1,476
Ubuntu Development Release
Re: Can't connect to internet

maybe your wireless card is Windows only or something (just a guess)
gjoellee is offline   Reply With Quote
Old July 27th, 2008   #10
Rad1
Just Give Me the Beans!
 
Join Date: Jul 2008
Location: Newport Beach, California
Beans: 45
Ubuntu 9.04 Jaunty Jackalope
Re: Can't connect to internet

Okay, I'm starting to see what you mean.

First, lemme say thanks for the support. It's true what they say about the Linux community.

Next, I am a little nervous about posting all this network info. Does it open me up to hackers?

Here's the info. For some reason the formatting got weirded out in notepad. But here it seems okay again (normal). I'm confused. Why does it look so different in notepad? .. with no spaces, or linebreaks?

The separate commands are identified by > *** command *** for easier visual browsing.

Quote:
*** sudo lshw -C network ***

*-network
description: Ethernet interface
product: 88E8036 PCI-E Fast Ethernet Controller
vendor: Marvell Technology Group Ltd.
physical id: 0
bus info: pci@0000:02:00.0
logical name: eth0
version: 10
serial: 00:e0:b8:98:db:fc
capacity: 100MB/s
width: 64 bits
clock: 33MHz
capabilities: pm vpd msi pciexpress bus_master cap_list ethernet physical tp 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=sky2 driverversion=1.20 firmware=N/A latency=0 link=no module=sky2 multicast=yes port=twisted pair
*-network
description: Network controller
product: BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller
vendor: Broadcom Corporation
physical id: 4
bus info: pci@0000:06:04.0
version: 02
width: 32 bits
clock: 33MHz
capabilities: bus_master
configuration: driver=b43-pci-bridge latency=32 module=ssb
*-network DISABLED
description: Wireless interface
physical id: 1
logical name: wlan0
serial: 00:14:a5:3b:e4:11
capabilities: ethernet physical wireless
configuration: broadcast=yes multicast=yes wireless=IEEE 802.11g

*** lspci **

00:00.0 Host bridge: Intel Corporation Mobile 915GM/PM/GMS/910GML Express Processor to DRAM Controller (rev 04)
00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
00:02.1 Display controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)
00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 04)
00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 04)
00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 04)
00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 04)
00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 04)
00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 04)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev d4)
00:1e.2 Multimedia audio controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller (rev 04)
00:1e.3 Modem: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Modem Controller (rev 04)
00:1f.0 ISA bridge: Intel Corporation 82801FBM (ICH6M) LPC Interface Bridge (rev 04)
00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 04)
00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 04)
02:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8036 PCI-E Fast Ethernet Controller (rev 10)
06:04.0 Network controller: Broadcom Corporation BCM4318 [AirForce One 54g] 802.11g Wireless LAN Controller (rev 02)
06:09.0 CardBus bridge: Texas Instruments PCIxx21/x515 Cardbus Controller
06:09.2 FireWire (IEEE 1394): Texas Instruments OHCI Compliant IEEE 1394 Host Controller
06:09.3 Mass storage controller: Texas Instruments PCIxx21 Integrated FlashMedia Controller
06:09.4 SD Host controller: Texas Instruments PCI6411/6421/6611/6621/7411/7421/7611/7621 Secure Digital Controller

*** ifconfig ***

eth0 Link encap:Ethernet HWaddr 00:e0:b8:98:db: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)
Interrupt:17

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:1000 errors:0 dropped:0 overruns:0 frame:0
TX packets:1000 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:50000 (48.8 KB) TX bytes:50000 (48.8 KB)

*** iwconfig ***

lo no wireless extensions.

eth0 no wireless extensions.

wmaster0 no wireless extensions.

wlan0 IEEE 802.11g ESSID:""
Mode:Managed Channel:0 Access Point: Not-Associated
Tx-Power=0 dBm
Retry min limit:7 RTS thrff Fragment thr=2346 B
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0


in terminal (under Accessories)
To scan for networks in terminal enter the command:

*** netstat -r ***

Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface

*** iwlist scanning ***

lo Interface doesn't support scanning.
eth0 Interface doesn't support scanning.
wmaster0 Interface doesn't support scanning.
wlan0 No scan results
Rad1 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:14 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry