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:
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:
*-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.