Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
need help with my pcmcia card
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Tyrion
n00b
n00b


Joined: 28 Oct 2003
Posts: 14
Location: Valencia

PostPosted: Wed Oct 29, 2003 12:08 am    Post subject: need help with my pcmcia card Reply with quote

can't get it to work, when I do a ifconfig it appears to be on and running but after having configured the dns and the net-setup, I cant still connect to internet.
_________________
Ke pedo we
Back to top
View user's profile Send private message
tdombrow
n00b
n00b


Joined: 28 Oct 2003
Posts: 12
Location: Texas

PostPosted: Wed Oct 29, 2003 12:52 am    Post subject: Reply with quote

Would love to help, but we need more info!!

Explain your Internet setup - dialup, cable or dsl modem? Dynamic IP or static? Do you have a router / NAT / firewall you are going through?

It sounds as though you have a high speed connection if you are setting up a pcmcia NIC. If your ISP or router supports DHCP all you should need to do is:
Code:
dhcpcd eth0

where eth0 is the pcmcia NIC interface reported from ifconfig

If that doesn't do it - explain your hardware setup (what brand and model of pcmcia NIC, laptop), internet setup, and show us your current config. The output from the following commands is often useful:
Code:
ifconfig -a
netstat -rn
cat /etc/resolv.conf
grep hosts /etc/nsswitch.conf
lsmod


Thanks,
Todd Dombrowski
Back to top
View user's profile Send private message
Tyrion
n00b
n00b


Joined: 28 Oct 2003
Posts: 14
Location: Valencia

PostPosted: Wed Oct 29, 2003 10:27 am    Post subject: Reply with quote

First of all, thanks a lot :D I connect to internet through my laptop computer. It's has a 256k dsl connection with USB modem with dynamic ip and no firewall. This comp runs windows XP. In the comp where I'm setting up gentoo I've got a pcmcia card kti ipf-32. I configure the eth0 with net-setup and then ifconfig -a show that it's ON and RUNNING. ohh well, as soon as I get home I'll post the outputs. I've already setted up the DNS in resolv.conf and don't have a switch. At the start the card's LED's are off and when I do modprobe pcmcia_core, modprobe i83265, modprobe ds and cardgmr (not sure if the last one is spelled correctly, I'm at the university now :D) the LED lights up and stays on.

Edit: At home now.

I do net-setup and the output is:
Code:

SIOCSIFADDR: No such device
eth0: unknown interface: No such device
SIOCSIFBRDADDR: No such device
eth0: unknown interface: No such device
SIOCSIFNETMASK: No such device
SIOCADDRT: No such device Type "iconfig" to make sure the interface was configured correctly.

cdimage root # ifconfig
lo         Link encap: Local Loopback
            inet addr:127.0.0.1 Mask:255.0.0.0 (I configured it to 255.255.255.0)
            inet6 addr: ::1/128 Scope:Host
            UP LOOPBACK RUNNING MTU:16436 Metric:1
            RX packets:0 errors:0 dropped:0 overruns:0 frame:0
            TX packets:0 errors:0 dropped:0 overruns:0 frame:0
            collisions:0 txqueuelen:0
            RX bytes:0 (0.0 b)   TX bytes:0 (0.0 b)
cdimage root # ifconfig

When I do netstat -rn I get
Code:

Kernel IP routing table
Destination      gateway      genmask         flags      MSS Window irtt  iface
127.0.0.0        127.0.0.1      255.0.0.0        UG         0          0       0    lo

in nsswitch.conf I've got
Code:

hosts:        files dns

_________________
Ke pedo we
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum