Results 11 to 20 of 33
So everything should be OK. The module is already inserted.
Issu that command for more details:
Code:
sudo ifconfig...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 05-02-2006 #11
So everything should be OK. The module is already inserted.
Issu that command for more details:
Code:sudo ifconfig
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-02-2006 #12Just Joined!
- Join Date
- May 2006
- Posts
- 17
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?
- 05-02-2006 #13So everything should be OK. The module is already inserted.
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."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-02-2006 #14Just Joined!
- Join Date
- May 2006
- Posts
- 17
OK do you want me to type everything under the sudo ifconfig command?
- 05-02-2006 #15Sorry for the double post, yes post the whole output of
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)."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-02-2006 #16Just Joined!
- Join Date
- May 2006
- Posts
- 17
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)
- 05-02-2006 #17
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."To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-02-2006 #18Just Joined!
- Join Date
- May 2006
- Posts
- 17
When I type sudo gedit /boot/grub/menu.list I get an error:
(gedit:8455): Gtk-WARNING **: cannot open display
- 05-02-2006 #19Try
Originally Posted by TheBlackDahlia
instead.Code:gksu gedit /boot/grub/menu.lst
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 05-02-2006 #20Just Joined!
- Join Date
- May 2006
- Posts
- 17
Gsku command not found.


Reply With Quote
