LinuxQuestions.org
Visit the LQ Articles and Editorials section
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices

Reply
 
LinkBack Search this Thread
Old 10-25-2009, 04:55 AM   #1
sanami
LQ Newbie
 
Registered: Sep 2009
Location: Japan
Distribution: Ubuntu 9.04
Posts: 2

Rep: Reputation: 0
no wired LAN connection for Acer notebook KAV60 on Ubuntu 9.04


I just installed ubuntu v9.04 on a new Acer notebook KAV60
dual boot with xp for now.
Ubuntu works great but I can't get my wired LAN internet connection to work.
It works fine when I plug the cable in on the XP side but not ubuntu.

IP 192.168.24.51 (for my NEC desktop)

I gathered this from the XP side:
Code:
IP 192.168.24.53 for acer notebook)
subnet mask 255.255.255.0
gateway 192.168.24.1
and still no connection

I tried:
Code:
ping -c3 192.168.24.1
and get:
Code:
connect: Network is unreachable
Typing this in the XP side:
Code:
ipconfig /all
Reveals:

Code:
Dhcp Enabled: Yes
Autoconfiguration enabled: Yes
IP Address: 192.168.24.53
Subnet mask: 255.255.255.0
Default Gateway:192.168.24.1
DHCP Server: 192.168.24.1
DNS Servers: 192.168.24.1
Then I did put these:

IP 192.168.24.53 for acer notebook)
subnet mask 255.255.255.0
gateway 192.168.24.1

into the network manager and this:

Code:
cat /etc/network/interfaces
gave me:
Code:
auto lo
iface lo inet loopback
It looks like there is no eth0 interface because:

ifconfig gets

Code:
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:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:240 (240.0 B) TX bytes:240 (240.0 B)

wlan0 Link encap:Ethernet HWaddr 00:24:2c:24:e9:22
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)

wmaster0 Link encap:UNSPEC HWaddr 00-24-2C-24-E9-22-00-00-00-00-00-00-00-00-00-00
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)
------

the output for
Code:
lshw -C network
Code:
*-network
description: Wireless interface
product: AR242x 802.11abg Wireless PCI Express Adapter
vendor: Atheros Communications Inc.
physical id: 0
bus info: pci@0000:01:00.0
logical name: wmaster0
version: 01
serial: 00:24:2c:24:e9:22
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix bus_master cap_list logical ethernet physical wireless
configuration: broadcast=yes driver=ath5k_pci latency=0 module=ath5k multicast=yes wireless=IEEE 802.11bg
*-network UNCLAIMED
description: Ethernet controller
product: Attansic Technology Corp.
vendor: Attansic Techonology Corp.
physical id: 0
bus info: pci@0000:03:00.0
version: c0
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vpd bus_master cap_list
configuration: latency=0
*-network DISABLED
description: Ethernet interface
physical id: 2
logical name: pan0
serial: le:b5:e9:c0:3d:0a
capabilities: ethernet physical
configuration: broadcast=yes driver=bridge driverversion=2.3 firmware=N/A link=yes multicast=yes
So I try:

Code:
sudo ifconfig eth0 up
gets:

Code:
eth0: ERROR while getting interface flags: No such device
and

Code:
sudo modprobe atl1c
gets:

Code:
FATAL: Module atl1c not found
So I enter:

Code:
sudo lspci -n | grep 03:00
gives:

Code:
03:00.0 0200: 1969:1062 (rev c0)
so would this be the ethernet card? any ideas as to what driver I might need?
any help would be appreciated thanks.

PS I am 90% sure my wireless is working because I get a wireless network being named at work and several other wireless networks downtown but all are secure so I can't login.

Last edited by sanami; 10-25-2009 at 04:59 AM. Reason: added a note about wireless
 
Old 10-25-2009, 05:10 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Slackware current
Posts: 8,457

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Hi,

take a look at
http://ubuntuforums.org/showthread.php?t=770173
post #7

Good luck
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't get the wired connection to work in Ubuntu AFayer Linux - Networking 1 03-11-2009 12:41 AM
No wired internet connection in Ubuntu 8.10 CrownAmbassador Linux - Hardware 15 11-29-2008 12:28 PM
What is the best choise for Acer 5520 notebook? Ubuntu/Fedora/Debian ironperson Linux - Newbie 7 11-14-2008 06:04 AM
Ubuntu Wired connection problems??? theunixwizard Linux - Networking 3 06-13-2008 11:33 AM
can't access computer on LAN from ubuntu laptop while wireless but works wired fullout-blaine Linux - Networking 6 03-30-2008 09:44 AM


All times are GMT -5. The time now is 11:22 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration