You are not logged in.
Pages: 1
I have a Thinkpad 390x, and I'm having trouble getting it connected to the internet so I can download xfce through pacman. I've tried changing some settings in rc.conf (changed it to dhcp, and also changed my gateway). There is an ethernet port on the laptop.
Offline
Hi
can you Post
ifconfig -a
cat /etc/rc.conf
Have you tried to turn it off and on again?
Offline
Link encap: Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOKBACK RUNNING MTU:16436 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX " " carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0b) TX bytes:" "
ROUTES=(gateway)
Enable these network profiles at boot-up. These are only useful if you happen to need multiple network configurations (ie, laptop users)
- set to 'menu' to present a menu during boot-up (dialog package required)
- prefix an entry with a ! to disable it
Network profiles are found in /etc/network-profiles
NET_PROFILES=(main)
Daemons
Daemons to start at boot-up (in this order)
- prefix a daemon with a ! to disable it
- prefix a daemon with a @ to start it up in the background
DAEMONS=(syslog-ng !hotplug !pcmia network netfs crond)
End of file
Offline
sorry
Please post the rc.txt
less /etc/rc.conf > rc.txt
and
lspci -v
I think the Modul for your Network Device is not loaded
Have you tried to turn it off and on again?
Offline
I don't have a rc.txt
lspci -v:
I/O ports at 10f0 [size=8]
I/O ports at 1400 [size=256]
Capabilities: [f8] Power Management version 2
00:07.0 Multimedia audio controller: ESS Technology ES1969 Solo-1 Audiodrive (rev 02)
Subsystem: ESS Technology Unkown device 8898
Flags: bus master, medium devsel, latency 64, IRQ 5
I/O ports at 1080 [size=64]
I/O ports at 10e0 [size=16]
I/O ports at 10d0 [size=16]
I/O ports at 10fc [size=4]
I/O ports at 10f8 [size=4]
Capabilities: [c0] Power Management version 1
01.00.0 VGA compatible controller: Neomagic Corporation NM2200 [MagicGraph 256 AV] (rev 20) (prog-if 00 [VGA])
Subsystem: IBM Unknown device 0137
Flags: bus master, fast Back2Back, medium devsel, latency 128, IRQ 11
Memory at f5000000 (32-bit, prefetchable) [size=16M]
Memory at f4400000 (32-bit, non-prefetchable) [size=4M]
Memory at f4100000 (32-bit, non-prefetchable) [size=1M]
Capabilities: [dc] Power Management version 1
Offline
I don't have a rc.txt
yes, but when you run
less rc.conf > rc.txt
you have one..
And the lspci output is not all....
Have you tried to turn it off and on again?
Offline
And please use code-Tags in your posts. They make your code a lot more readable.
Hail to the thief!
Offline
i seriously do not have one. i ran that code and nothing happened.
Offline
rc.conf is in the folder /etc.
so, when he (or she) says less rc.conf > rc.txt, he really means
cat /etc/rc.conf > ~/rc.txt
Now, rc.txt should miraculously appear in you home folder.
less ~/rc.txt
Use the arrows to scroll.
Rock on.
[/code]
Offline
Pages: 1