Date: Fri, 27 Aug 1999 10:54:48 +1000 (EST) From: Nick Slager <nicks@albury.net.au> To: Eric Jacoboni <jaco@titine.fr.eu.org> Cc: FreeBSD mobile <freebsd-mobile@FreeBSD.ORG> Subject: Re: Pb with Inspiron 3500, FBSD 3.1-R and pcmcia Message-ID: <Pine.BSF.4.10.9908271022280.14545-100000@tarial.albury.net.au> In-Reply-To: <87zozefl8q.fsf@titine.fr.eu.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 26 Aug 1999, Eric Jacoboni wrote:
> I've a 3COM 3C589D and, following various informations i've gathered,
> i've try various configs but none is ok.
If you still have winblows installed, boot it and record your i/o and irq
settings first.
> Kernel messages at reboot says /dev/card0 is not configured :(
>
> The 'best result' (/dev/card0 is not configured) i get are with this
> config :
>
> =-=-=-=-=
> controller card0
> device pcic0 at card? irq 0
> device pcic1 at card? irq 0
>
> device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000
> =-=-=-=-=
I have an Inspiron 3500 with a 3C589E running 3.2-R, so this may\|may
not help. On my system, all (apart from the NDA-restricted Neomagic sound
card) works fine.
Kernel file:
-----------
# PCCARD (PCMCIA) support
controller card0
device pcic0 at card?
device pcic1 at card?
also make sure you have an ep device in your kernel:
device ep0 at isa? port 0x300 net irq 9
/etc/pccard.conf:
----------------
# 3Com Megahertz 3CCE589E* 10 Mbps LAN PC Card
card "3Com" "Megahertz 589E" [1]
config 0x1 "ep0" 9 [2]
insert echo 3Com Megahertz Ethernet card inserted
insert /etc/pccard_ether ep0
insert /sbin/ifconfig $device my_ip
remove echo 3Com Megahertz Ethernet card removed
remove /sbin/ifconfig ep0 delete
[1] You'll have to change the card identifier here to your appropriate
configuration.
[2] You may need to change the IRQ specified here to your correct IRQ.
> So, if someone succeeded in using PCMCIA with an I3500 under 3.1-R, i
> would be very happy to watch its kernel config file, pcmcia config
> files, etc. and, first of all, where he got _the_ information.
Searching, searching, searching... :-)
Postings here in freebsd-mobile, searches on deja.com, etc etc.
Regards,
Nick.
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9908271022280.14545-100000>
