RE: laptop pccard ethernet
From: mark rowlands (mark.rowlands_at_mypost.se)
Date: 08/23/04
- Previous message: Matthew Seaman: "Re: links for freebsd 5.3 b1"
- Maybe in reply to: FreeBSD questions: "laptop pccard ethernet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 23 Aug 2004 12:48:16 +0200 To: "FreeBSD questions" <fquest@ccstores.com>, <freebsd-questions@freebsd.org>
> -----Original Message-----
> From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd-
> questions@freebsd.org] On Behalf Of FreeBSD questions
> Sent: Monday, August 23, 2004 8:23 AM
> To: freebsd-questions@freebsd.org
> Subject: laptop pccard ethernet
>
> I have a laptop with fbsd 4.10.
Good
> it seems that altho it boots and recognises the PCMCIA ethernet
> card, that it never successfully executes the ifconfig for
> IP number and gateway.
bad
> I have to enter these two commands manually _after_ it completes
> booting, and all ethernet activities are fine after that.
tiresome
> is it possible that during the booting sequence the PC card
> recognition is too late in the process?
yes
> Are the rc.conf command
> line entries "order specific". (I always thought that they are noa)t.
no
> Any tips would be appreciated
>
> Jim
> --
1) posting your rc.conf, and card details and the relevant bits of dmesg
would help.
But long time since I ran 4.x on my laptop but istr
man pccardd
will tell you about the -z flag
which will delay daemonizing pccard until it has probed
and attatched to your card
and a quick snoop around /etc/defaults/rc.conf
would tell you about pccard_ifconfig="NO"
which I think you either need to set to "DHCP"
or something like
pccard_ifconfig="inet 192.168.12.100 netmask 255.255.255.0"
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Matthew Seaman: "Re: links for freebsd 5.3 b1"
- Maybe in reply to: FreeBSD questions: "laptop pccard ethernet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|