So everything should be OK. The module is already inserted.
Issu that command for more details:
Code:sudo ifconfig
Printable View
So everything should be OK. The module is already inserted.
Issu that command for more details:
Code:sudo ifconfig
OK I did that and it says my inet addr: 127.0.0.1 (which should be the card, right?)
So what do I do now?
So everything should be OK. The module is already inserted.Quote:
Originally Posted by TheBlackDahlia
Issu that command for more details:
Hum... I just saw that:Code:sudo ifconfig
http://www.ubuntuforums.org/archive/...p/t-76452.html
Following the result of ifconfig, we'll maybe try that afterwards.
OK do you want me to type everything under the sudo ifconfig command?
Sorry for the double post, yes post the whole output ofQuote:
Originally Posted by TheBlackDahlia
You should have at least two devices in ifconfigCode:ifconfig
One called "eth0", and one called "lo" (for which the IP is 127.0.0.1).
OK, here is what I get when I do ifconfig:
lo Link encap: Logical 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: 13960 errors: 0 dropped: 0 overruns: 0 frame: 0
TX packets: 13906 errors: 0 dropped: 0 overruns: 0 carrier: 0
collisions: 0 txqueueln: 0
RX bytes: 1273819 (1.2 MiB)
TX bytes: 1273819 (1.2 MiB)
Ok, so you don't have a network device right now, but the module is there.
So we can try the solution posted here:
http://www.ubuntuforums.org/archive/...p/t-76452.html
We'll have to pass some boot parameters to the kernel.
So, type:
Scroll down until you see a line like that:Code:sudo gedit /boot/grub/menu.lst
Add "acpi=off" at the end:Code:# defoptions=
Then save the file!Code:# defoptions=acpi=off
And run grub:
Then reboot your machine.Code:sudo update-grub
Now the network should work fine.
When I type sudo gedit /boot/grub/menu.list I get an error:
(gedit:8455): Gtk-WARNING **: cannot open display
TryQuote:
Originally Posted by TheBlackDahlia
instead.Code:gksu gedit /boot/grub/menu.lst
Gsku command not found.