Subject: Re: Realtek cardbus
To: davide vaghetti <vaghetti@unipi.it>
From: Chris Pinnock <cjep@fawlty.net>
List: netbsd-help
Date: 08/30/2001 14:40:05
On Thu, Aug 30, 2001 at 11:53:52AM +0200, davide vaghetti wrote:
> Dear NetBSD Help team,
> 
> I installed the 1.5.1 release of NetBSD on an Extensa 711TE.
> 
> I own a Conceptronic CON100TCL Pc card based on the Realtek 8139
> chipset. Even if the chipset is shown in your supported cardbus list I
> can't figure out how to make it works. I have another Pc card a 3com
> 3CXFE575BT that works fine, but I have to use the laptop as a bridege,
> so I need two ethernet controller.
> 
> May you help me ?

Hi,

Bridging support has recently gone into NetBSD-current (the development
version of NetBSD), so you may not be able to do exactly what you
want with your laptop using NetBSD 1.5.1/2.

The Realtek 8139 cardbus cards is supported by the rtk driver in the
GENERIC_LAPTOP kernel. The PCMCIA cards are also supported by the rtk 
driver in the GENERIC and GENERIC_LAPTOP kernels.

Are you running the GENERIC kernel or the GENERIC_LAPTOP kernel? Check with:
	
	uname -a

You can check to see if the kernel detected your card by checking
the kernel message buffer messages relating to rtk:
e.g.
	dmesg | grep rtk

If it did, you can use the ifconfig command to configure the device.

best wishes,
-- 
Chris