Date: Mon, 23 Jan 2017 21:24:48 +0100 From: Hans Petter Selasky <hps@selasky.org> To: diffusae <punasipuli@t-online.de>, freebsd-net@freebsd.org Subject: Re: RTL8153 Gigabit Ethernet USB Adapter Message-ID: <d1c7aa6c-a937-3372-67ad-2e24b94afed1@selasky.org> In-Reply-To: <59a929e6-5d6d-5f15-6ff6-4c61bf4a14c0@t-online.de> References: <59a929e6-5d6d-5f15-6ff6-4c61bf4a14c0@t-online.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On 01/23/17 21:06, diffusae wrote: > Hi! > > Maybe a noobs question but I am mostly familiar with Linux. > > Currently there is no driver for the RTL8153 Gigabit Ethernet Adapter. > > Bus 001 Device 004: ID 0bda:8153 Realtek Semiconductor Corp. > > https://www.freebsd.org/relnotes/CURRENT/hardware/support.html > > RealTek has a Unix (Linux) driver here: > > http://www.realtek.com/downloads/downloadsView.aspx?Langid=1&PNid=56&PFid=56&Level=5&Conn=4&DownTypeID=3&GetDown=false#RTL8153 > > How can I compile a custome kernel with this driver? > > I am using FreeBSD 11.0-STABLE (RPI-B) #0 r308738 > Hi, Have a look in sys/dev/usb/net and see if you find any similar devices. I think your driver is already supported. You need to: 1) kldload usb_quirk 2) kldload if_ure 3) replug your device and it should attach (FreeBSD-12 at least) grep -r 8153 /usr/src/sys/dev/usb --HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?d1c7aa6c-a937-3372-67ad-2e24b94afed1>