Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2000 10:54:14 -0400 (EDT)
From:      Jim Weeks <jim@siteplus.net>
To:        Thomas David Rivers <rivers@dignus.com>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: 4.1-RELEASE pccard?
Message-ID:  <Pine.BSF.4.21.0010021049360.366-100000@veager.siteplus.net>
In-Reply-To: <200010021315.JAA25791@lakes.dignus.com>

next in thread | previous in thread | raw e-mail | index | archive | help
It looks like you need to change the line

device          ed0     at isa? port 0x280 irq 10 iomem 0xd8000

in your kernel config to just

device          ed


After you recompile the kernel this will cause the device to be recognized
as ed0, the first device rather than ed1 that is being recognized now.

Hope this helps,

--
Jim Weeks


On Mon, 2 Oct 2000, Thomas David Rivers wrote:

> 
> I'm having problems upgrading a 3.4 system to 4.1.
> I thought I might be able to provide more information:
> 
> On 3.4, it was able to use the ethernet pccard (an ed0
> clone card made by Archtek).  This is the pccard.conf
> entry it had:
> 
>    # SmartLink (Archtek Fast Ethernet Adaptor)
>    card "PCMCIA" "FastEthernet"
>         config auto "ed0" any 0x30000
>         insert  logger -s SmartLink inserted
>         insert  /etc/pccard_ether $device
>         remove  logger -s SmartLink removed
>         remove  /etc/pccard_ether_remove $device
> 
> 
> But, on 4.1 - I don't seem to be able to get it to
> work... pccardd will find the card... with the
> messages:
> 
>      pccardd[43]: Card "PCMCIA"("FastEthernet") [V] [1.0] matched "PCMCIA" ("FastEhternet") [(null)][(null)]
>    ed1 at port 0x300-0x31f irq 3 slot 1 on pccard1
>    ed1: address 01:02:00:ff:15:1d, type NE2000 (16 bit)
>    Oct  2 09:14:27 canteens pccardd[43]: ed1: SmartLink inserted.
>    Oct  2 09:14:27 canteens pccarddd[43]: pccardd started
>    Oct  2 09:14:29 canteens /kernel: ed1: device timeout
> 
> The entry I have in /etc/defaults/pccard.conf is:
> 
>    # SmartLink (Archtek Fast Ethernet Adaptor)
>    card "PCMCIA" "FastEthernet"
> 	config auto "ed" ? 0x30000
> 	logstr "SmartLink"
> 	insert /etc/pccard_ether $device
> 	remove /sbin/ifconfig $device delete
> 
> 
> I've tried changing the pccard_flags to use various IRQs,
> only IRQ #3 and IRQ #5 seem to get this far (all others
> fail..)  
> 
> The machine is a Sony VAIO PCG-F480.
> 
> Again, just moments ago (before the upgrade) this hardware
> worked just fine with FreeBSD 3.4-RELEASE and the PAO kernel.
> 
> Any assistance/pointers, etc... would be appreciated.
> 
> 	 - Thanks! -
>   	- Dave Rivers -
> 
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" 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.21.0010021049360.366-100000>