You are not logged in.

#1 2008-11-16 06:26:37

aceofspades19
Member
Registered: 2008-11-16
Posts: 8

Solved-Wireless issue with MSI laptop

Hi,

I installed Arch linux today from a cd I burnt a few months ago. I installed it and it detected my wireless card but for some reason now, even though it gets an ip from my router with dhcpcd, it can't ping the router or google. I confirmed that I got an ip by running dhcpcd with the -d option. When ever I try and ping my router, I get an error message saying Host unreachable and when I ping google, it says unknown host. I asked some people on #archlinux on freenode but they were puzzled about it too. I was hoping that some of the knowledgeable Arch users here would have an idea about what to do. I have been a slackware user for quite awhile, so I'm pretty familiar with the command-line tools, so you don't have to hold my hand, and I have used Arch a little bit before(albeit in a virtual machine).

Thanks in advance

Last edited by aceofspades19 (2008-11-17 00:17:41)

Offline

#2 2008-11-16 06:42:47

phunkedelik
Member
Registered: 2008-06-17
Posts: 59

Re: Solved-Wireless issue with MSI laptop

you cant ping "google" use the ip xD

Offline

#3 2008-11-16 06:46:10

phunkedelik
Member
Registered: 2008-06-17
Posts: 59

Re: Solved-Wireless issue with MSI laptop

also if you want to find google's ip do nslookup www.google.com

or if you just want to ping the addy dont forget to add the .com

Last edited by phunkedelik (2008-11-16 06:46:31)

Offline

#4 2008-11-16 06:52:09

aceofspades19
Member
Registered: 2008-11-16
Posts: 8

Re: Solved-Wireless issue with MSI laptop

I pinged google.ca to be exact

Offline

#5 2008-11-16 07:23:13

phunkedelik
Member
Registered: 2008-06-17
Posts: 59

Re: Solved-Wireless issue with MSI laptop

update: ive been helping this guy out.... so far we determined that his card is working fine and he says dhcpcd is not giving errors.   i told him to do iwlist scan to see if the card was working and its fine......

Offline

#6 2008-11-16 09:17:16

aceofspades19
Member
Registered: 2008-11-16
Posts: 8

Re: Solved-Wireless issue with MSI laptop

Ok, so I installed from the latest cd and the wireless works fine on the cd but when I installed it, it doesn't work ugghh

Offline

#7 2008-11-16 09:26:57

string
Member
Registered: 2008-11-03
Posts: 286

Re: Solved-Wireless issue with MSI laptop

Could you give some details regarding your specific card (hardware info) + the outputs of the likes of: `ifconfig -a`, `iwconfig`, `route -n`, `cat /etc/resolv.conf` ?

Offline

#8 2008-11-16 18:34:53

aceofspades19
Member
Registered: 2008-11-16
Posts: 8

Re: Solved-Wireless issue with MSI laptop

I'm using the rt73 driver
here is the output of ifconfig -a

eth0      Link encap:Ethernet  HWaddr 00:19:DB:EC:18:97
          inet addr:192.168.0.2  Bcast:192.168.0.255  Mask:255.255.255.0
          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 Base address:0xc000

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          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:1D:92:1E:EF:5E
          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)

wmaster0  Link encap:UNSPEC  HWaddr 00-1D-92-1E-EF-5E-00-00-00-00-00-00-00-00-00-00
          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)

iwconfig

wlan0     IEEE 802.11g  ESSID:"<myessid>"
          Mode:Managed  Frequency:2.437 GHz  Access Point: 00:13:46:A3:E1:48
          Bit Rate=9 Mb/s   Tx-Power=27 dBm
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B
          Encryption key:<my key>
          Link Quality=69/100  Signal level=-62 dBm
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

route -n

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 wlan0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 wlan0
0.0.0.0         192.168.0.1     0.0.0.0         UG    0      0        0 wlan0

cat /etc/resolv.conf

# Generated by dhcpcd for interface wlan0
nameserver 192.168.0.1

All of the above are the same as when I run it on the cd and it works then, but not on my installed arch

Last edited by aceofspades19 (2008-11-16 18:35:09)

Offline

#9 2008-11-16 18:41:28

string
Member
Registered: 2008-11-03
Posts: 286

Re: Solved-Wireless issue with MSI laptop

The IP seems to be getting assigned to your eth0 interface rather than wlan0.

Offline

#10 2008-11-16 18:45:50

aceofspades19
Member
Registered: 2008-11-16
Posts: 8

Re: Solved-Wireless issue with MSI laptop

string wrote:

The IP seems to be getting assigned to your eth0 interface rather than wlan0.

I don't see how that could work because I ran dhcpcd wlan0 and it generates a /etc/resolv.conf for wlan0

Offline

#11 2008-11-16 19:11:45

string
Member
Registered: 2008-11-03
Posts: 286

Re: Solved-Wireless issue with MSI laptop

Looking at the output of `ifconfig -a` one can see that eth0 has the IP 192.168.0.2, but wlan0 does not have an IP. Try:

ifconfig eth0 down
ifconfig wlan0 up
dhcpcd wlan0

Offline

#12 2008-11-16 23:40:40

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: Solved-Wireless issue with MSI laptop

I'm having similar issues with the same wireless drivers (also an MSI laptop)

My connection will work and then stop responding and not finding the nameserver all of a sudden and I'm forced to reset it.
(take down the interface, and bring it back up and connect again)


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#13 2008-11-17 00:07:32

aceofspades19
Member
Registered: 2008-11-16
Posts: 8

Re: Solved-Wireless issue with MSI laptop

string wrote:

Looking at the output of `ifconfig -a` one can see that eth0 has the IP 192.168.0.2, but wlan0 does not have an IP. Try:

ifconfig eth0 down
ifconfig wlan0 up
dhcpcd wlan0

Thank-you that worked

Offline

#14 2008-11-17 00:15:47

MindTooth
Member
From: Norway
Registered: 2008-11-11
Posts: 331

Re: Solved-Wireless issue with MSI laptop

Please tag your thread as solved.

Birger smile

Offline

Board footer

Powered by FluxBB