PDA

View Full Version : HP 615 Ethernet doesn't work in PC-BSD 8.0


htl
03-13-2010, 06:20 AM
My laptop is HP Compaq 615. When I try to configure my network with systemsettings I could not find my ethernet device.

I checked the source and it seems that PC-BSD 8.0 has support for it
{ VENDORID_MARVELL, DEVICEID_MRVL_8042,
"Marvell Yukon 88E8042 Fast Ethernet" },
but no lines with if_msk or so in dmesg output.

What can I do with this?

pciconf http://pastebin.org/111545
dmesg http://pastebin.org/111546

Fatmice
03-14-2010, 01:08 PM
Well is the kernel module loaded?

htl
03-14-2010, 03:27 PM
Yes, this driver is built in kernel

Fatmice
03-16-2010, 01:11 AM
Interesting. What about 7.1.1? Was it working then?