LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking
User Name
Password
Linux - Wireless Networking This forum is for the discussion of wireless networking in Linux.

Notices


Reply
  Search this Thread
Old 04-03-2005, 09:20 PM   #1
Oholiab
Member
 
Registered: Feb 2005
Location: UK
Distribution: Slackware 10.1
Posts: 165

Rep: Reputation: 30
"No IPV6 routers present"


I'm attempting to connect to a belkin54g wireless AP from the laptop in my signature. I'm thinking the error message in the thread title has something to do with it, as it is what I see in the debug for dhcpcd.

Is the AP I'm using an IPV6, and if not, do I need to configure my wireless to search for something else.
The card is configured with ndiswrapper and working fine, but iwlist still finds nothing either.
 
Old 04-04-2005, 08:47 PM   #2
mrGenixus
Member
 
Registered: Dec 2004
Location: Colorado, US
Distribution: gentoo, debian, ubuntu live gnome 2.10
Posts: 440

Rep: Reputation: 30
that error usually doesn't mean anything at all except that you have extra networkiing support built in. I would need the rest of your output to know for sure. The sort of connectivity problem that you're having is probably not related, but anyone helping you will need more informaiton about the sort of problem you're having.
 
Old 04-06-2005, 07:52 AM   #3
Oholiab
Member
 
Registered: Feb 2005
Location: UK
Distribution: Slackware 10.1
Posts: 165

Original Poster
Rep: Reputation: 30
I have noconnection... simple as!

ndiswrapper presents both hardware and drivers as being present, wlan0 comes up under both ifconfig (if I tell it to) and iwconfig. I can set the frequency etc. to the right channel uner iwconfig, but dhcpcd returns "No IPV6 routers present" when I look at the log, and iwlist wlan0 scan can't find any access points.

Does this mean I need to fiddle with things on the AP end of things?
 
Old 04-06-2005, 09:42 AM   #4
mrGenixus
Member
 
Registered: Dec 2004
Location: Colorado, US
Distribution: gentoo, debian, ubuntu live gnome 2.10
Posts: 440

Rep: Reputation: 30
what that may mean is that you're not using the correct driver for your wireless card, that you need to verify that you're using the precise version designed for your card.

What is the device string (from lspci) for your wireless card? YOu may want to cross-refrence that oin the ndiswrapper site, to download the driver.

See if you can manually set the essid
Code:
iwconfig wlan0 essid default
if that sets, than tha's a good sign the wireless driver is correct. If it doesn't, try a different driver.

If it sets to that, set the card to the correct ssid for your network, see if DHCP will lease an address.
Also, see if there is a MAC address for your access point in the iwconfig output for your card.
 
Old 04-06-2005, 06:34 PM   #5
Oholiab
Member
 
Registered: Feb 2005
Location: UK
Distribution: Slackware 10.1
Posts: 165

Original Poster
Rep: Reputation: 30
Hmm... I've been able to change just about everything on my iwconfig bar my essid... but I've used the drivers for my laptop off of the acer website 0_o;
I'll give those things a go... thanks! ^_^

EDIT: at the moment it gives my AP MAC address as 00:00:00:... etc
Yeah... cos that's right!

Last edited by Oholiab; 04-06-2005 at 06:36 PM.
 
Old 04-06-2005, 07:30 PM   #6
Oholiab
Member
 
Registered: Feb 2005
Location: UK
Distribution: Slackware 10.1
Posts: 165

Original Poster
Rep: Reputation: 30
00:00.0 Host bridge: VIA Technologies, Inc.: Unknown device 0204
00:00.1 Host bridge: VIA Technologies, Inc.: Unknown device 1204
00:00.2 Host bridge: VIA Technologies, Inc.: Unknown device 2204
00:00.3 Host bridge: VIA Technologies, Inc.: Unknown device 3204
00:00.4 Host bridge: VIA Technologies, Inc.: Unknown device 4204
00:00.7 Host bridge: VIA Technologies, Inc.: Unknown device 7204
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge [K8T800 South]
00:0a.0 Ethernet controller: Unknown device 17fe:2220
00:0b.0 CardBus bridge: Texas Instruments: Unknown device ac8e
00:0b.1 CardBus bridge: Texas Instruments: Unknown device ac8e
00:0b.2 FireWire (IEEE 1394): Texas Instruments: Unknown device 802e
00:10.0 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. VT6202 [USB 2.0 controller] (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C/VT8235 PIPC Bus Master IDE (rev 06)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 50)
00:11.6 Communication controller: VIA Technologies, Inc. Intel 537 [AC97 Modem] (rev 80)
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 74)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 NorthBridge
01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 0324 (rev a1)

It would appear that perhaps the drivers are not working as they should... My wlan is the unknwn ethernet... I've checked on the ndiswrapper site,a dn I've already tried two of the drivers... I'm about to try a third one.
 
Old 04-08-2005, 08:26 AM   #7
Oholiab
Member
 
Registered: Feb 2005
Location: UK
Distribution: Slackware 10.1
Posts: 165

Original Poster
Rep: Reputation: 30
Does anyone (at all) know of a driver that will work with this laptop? All the ones that have been rcommended to me do not work with ndiswrapper, and most of them do not consist of enough .sys files to work with LinuxAnt.

If anyone has/ has had this laptop and has had the wlan working, PLEASE tell me!!!
 
Old 04-08-2005, 10:07 AM   #8
mrGenixus
Member
 
Registered: Dec 2004
Location: Colorado, US
Distribution: gentoo, debian, ubuntu live gnome 2.10
Posts: 440

Rep: Reputation: 30
it it hasn't got a device string, I'd install windows, and try to get windows to give you some information on it. Make it work in windows. keep hold of the driver, and use it with ndiswrapper.
 
Old 04-08-2005, 03:45 PM   #9
Oholiab
Member
 
Registered: Feb 2005
Location: UK
Distribution: Slackware 10.1
Posts: 165

Original Poster
Rep: Reputation: 30
AHA! That I can DO! I'm dual boot!
 
  


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
echo "blabla" in a script present present in /etc/rc.d/rc5.d/S96dinesh murugesan Linux - Newbie 3 04-14-2009 10:53 PM
dhcpcd, ra0: no IPv6 routers present danraider Linux - Wireless Networking 2 09-08-2006 02:53 PM
no IPv6 routers present (IPW2200 1.0.h6) viniosity Linux - Laptop and Netbook 2 09-18-2005 05:36 PM
no IPv6 routers present lynrees Debian 0 05-13-2004 04:18 AM
No IPv6 routers present - SuSE 8.2 valkraider Linux - Laptop and Netbook 1 09-20-2003 04:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking > Linux - Wireless Networking

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