You are not logged in.

#1 2011-10-23 13:32:17

iode1
Member
Registered: 2011-10-23
Posts: 29

Internet connectivity problems Issue [SOLVED]

Hello all, I'll try to keep this simple;

I cannot ping the internet but I can ping my router. The wireless_tools command is not found. Intel n-1000 wireless card have drivers on a USB key but the mount command "gives a wrong fs type, bad option, bad superblock on ID, missing codepage  or helper program, or other error."

Thanks muchly in advance for any help.

---------------------------------------------------------------------------------------------
Not sure if this is better place in the Beginner Thread?

Last edited by iode1 (2011-10-24 03:56:11)


Lenovo Thinkpad SL410
Archlinux (XFCE, KDE)

Offline

#2 2011-10-23 16:00:36

rubdos
Member
Registered: 2011-09-22
Posts: 61

Re: Internet connectivity problems Issue [SOLVED]

the usb key:
plug the key in and give us the output from those commands:
(as root): fdisk -l
(as normal user): lsusb

Offline

#3 2011-10-23 19:32:01

iode1
Member
Registered: 2011-10-23
Posts: 29

Re: Internet connectivity problems Issue [SOLVED]

fdisk -l
-----------------------------------------------------------------------------------------------
Device        Boot        Start            End              Blocks               ID            System
/dev/sdb1    *             2                  3915775      1957887            c              W95 FAT32 (LBA)


lsusb
-----------------------------------------------------------------------------------------------
Bus 002 Device 003: ID 054c:0243 Sony Corp. Microvault Flash Drive


Lenovo Thinkpad SL410
Archlinux (XFCE, KDE)

Offline

#4 2011-10-23 20:27:56

rubdos
Member
Registered: 2011-09-22
Posts: 61

Re: Internet connectivity problems Issue [SOLVED]

and offcourse you tried (as root)

mount /dev/sdb1 /mnt

?

Offline

#5 2011-10-23 21:18:03

iode1
Member
Registered: 2011-10-23
Posts: 29

Re: Internet connectivity problems Issue [SOLVED]

No I had tried:

mount <device_node> /mnt as per the ArchWiki not being able to correctly guess what the node identifier was.

So now I have access to the drive I can unpack the drivers. But when I run the command tar -x iwlwifi-1000-ucode-39.31.5.1.tgz /files nothing happens and I have to ctrl-c to escape the process.

Also I recently booted Ubuntu 11.10  and the latest Xubuntu and the wireless was also not able to DHCP failing to retrieve the necessary protocol information. I am wondering if this could be a router issue?

Last edited by iode1 (2011-10-23 21:19:22)


Lenovo Thinkpad SL410
Archlinux (XFCE, KDE)

Offline

#6 2011-10-23 21:25:46

rubdos
Member
Registered: 2011-09-22
Posts: 61

Re: Internet connectivity problems Issue [SOLVED]

try tar -xvf instead of -x

It COULD be a router issue, check the router webconfig and check DHCP status... In Arch linux, dhcp can be achieved as following:
dhcpcd eth0 (on eth0 device, so your's is wlan0)

Offline

#7 2011-10-23 21:54:37

iode1
Member
Registered: 2011-10-23
Posts: 29

Re: Internet connectivity problems Issue [SOLVED]

I've been getting:

dhcpcd[824]: timed out

-bash: webconfig: command not found (same with wireless_tools neither of which have a man page or dedicated wiki articles)

The laptop had Windows 7 wireless working fine before I nuked that OS with nothing working since. Also the router is currently functional for OSX. If I ping my IP address the packets are returned successfully, if I try accessing the computer network at large I get an error. I researched before buying the laptop and according to linlap.com wireless hardware should work with 'nix, unless there is some unique IBM firmware added recently with the release of Windows 7.


Lenovo Thinkpad SL410
Archlinux (XFCE, KDE)

Offline

#8 2011-10-23 22:33:44

iode1
Member
Registered: 2011-10-23
Posts: 29

Re: Internet connectivity problems Issue [SOLVED]

I ran

 # pacman -Ss wireless driver | grep installed 

and found that zd1211-firmware 1.4-4 [installed]

Searching the 'net I discovered that this is for a USB Wlan device however lsusb does not list this as presently connected.

Also:

 pacman -Ss intel 

returned

 core/iwp2100-fw 1.3-5 [installed]
Intel Centrino Drivers firmware for IPW2100
core/ipw2200-fw 3.1-3 [installed]
Firmware for the Intel PRO/Wireless 2200BG
error: could not open file /var/lib/pacman/sync/extra.db: Failed to open '/var/lib/pacman/sync/extra.db'
error: could not open file /var/lib/pacman/sync/community.db: Failed to open '/var/lib/pacman/sync/community.db' 

Last edited by iode1 (2011-10-23 22:51:14)


Lenovo Thinkpad SL410
Archlinux (XFCE, KDE)

Offline

#9 2011-10-24 01:57:00

iode1
Member
Registered: 2011-10-23
Posts: 29

Re: Internet connectivity problems Issue [SOLVED]

This has been solved based on the technique provided:

Specifically the technique provided by reed9

big_smile


Lenovo Thinkpad SL410
Archlinux (XFCE, KDE)

Offline

Board footer

Powered by FluxBB