You are not logged in.

#1 2007-01-06 19:15:31

cimotablue
Member
Registered: 2007-01-06
Posts: 4

Networking troubles

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

#2 2007-01-06 19:27:09

fk
Member
From: Germany
Registered: 2006-04-29
Posts: 524

Re: Networking troubles

Hi

can you Post

ifconfig -a
cat /etc/rc.conf

Have you tried to turn it off and on again?

Offline

#3 2007-01-06 23:01:27

cimotablue
Member
Registered: 2007-01-06
Posts: 4

Re: Networking troubles

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

#4 2007-01-06 23:30:49

fk
Member
From: Germany
Registered: 2006-04-29
Posts: 524

Re: Networking troubles

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

#5 2007-01-07 18:49:48

cimotablue
Member
Registered: 2007-01-06
Posts: 4

Re: Networking troubles

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

#6 2007-01-07 18:57:10

fk
Member
From: Germany
Registered: 2006-04-29
Posts: 524

Re: Networking troubles

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

#7 2007-01-07 18:59:31

harlekin
Member
From: Germany
Registered: 2006-07-13
Posts: 408

Re: Networking troubles

And please use code-Tags in your posts. They make your code a lot more readable.


Hail to the thief!

Offline

#8 2007-01-07 20:03:34

cimotablue
Member
Registered: 2007-01-06
Posts: 4

Re: Networking troubles

i seriously do not have one. i ran that code and nothing happened.

Offline

#9 2007-01-10 02:48:32

skale
Member
From: Atlanta, GA
Registered: 2006-08-04
Posts: 146

Re: Networking troubles

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

Board footer

Powered by FluxBB