L1 Attansic Network card not properly installed in Ubuntu Server
Bug #337031 reported by
Stu
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
hw-detect (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
When installing ubuntu 8.10 from the server cd the installer stops when configuring the network with the following message
"""
No network interfaces detected
No network interfaces were found. The installation system was unable to find a network device.
You may need to load a specific module for your network card, if you have one. For this, go back to the network hardware detection step.
"""
When installation was continued no network was available
fixed (maybe)
add the following line to /etc/network/
iface eth0 inet dhcp
then do the following in the command line
$ sudo modprobe atl1
$ sudo ifconfig eth0 up
$ sudo dhclient eth0
To post a comment you must log in.