NDISulator on amd64
From: Matteo Riondato (rionda_at_gufi.org)
Date: 03/30/05
- Previous message: Martin Nilsson: "Re: ciss(4): speed degradation for Compaq Smart Array [edited]"
- Next in thread: Scott Long: "Re: NDISulator on amd64"
- Reply: Scott Long: "Re: NDISulator on amd64"
- Reply: Christopher JS Vance: "Re: NDISulator on amd64"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 30 Mar 2005 22:14:35 +0200 To: freebsd-current@freebsd.org
Hi folks,
few hours ago I saw that ndiscvt was connected to the amd64 build, so,
about 2 hours ago, I cvsupped and rebuilded my system.
After the reboot, I converted the Windows driver to
ndis_driver_data.h, builded the if_ndis.ko module and loaded ndisk.ko
and if_ndis.ko.
When I try to load if_ndis with "kldload if_ndis", I get:
link_elf_obj: symbol MRV8Kx64_sys_drv_data_start undefined
kldload: Unsupported file type
kldload: an't load if_ndis: Exec format error
My card is a .11g card onboard my Asus A8V-E Deluxe motherboard.
BTW, am I supposed to use 64bit drivers or 32bit drivers with NDIS?
Any hint will be much appreciated.
Thank you in advance
Best Regards
-- Rionda aka Matteo Riondato Disinformato per default G.U.F.I. Staff Member (http://www.gufi.org) FreeSBIE Developer (http://www.freesbie.org)
- application/pgp-signature attachment: stored
- Previous message: Martin Nilsson: "Re: ciss(4): speed degradation for Compaq Smart Array [edited]"
- Next in thread: Scott Long: "Re: NDISulator on amd64"
- Reply: Scott Long: "Re: NDISulator on amd64"
- Reply: Christopher JS Vance: "Re: NDISulator on amd64"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: where take drivers for realtek 8029/8139 or intel 82559
... You can enable that the drivers will be loaded in the kernel. ... go to /usr/src/sys/i386/conf
and edit the GENERIC kernel, ... kldload if_rl.ko ... kldload if_fxp.ko
should load the intel driver ... (freebsd-questions) - Re: Simplified Steps for Building a Loadable module on -CURRENT
... P>> I've been able to successfully build drivers in the past as ... P>>
loadable modules but I'm getting some kernel panics with -CURRENT ... P> I get
"Fatal trap 30" message when I load emmodule with kldload. ... (freebsd-current) - Re: where take drivers for realtek 8029/8139 or intel 82559
... it's ok, net carts works properly, but i cant route them. ... You can enable
that the drivers will be loaded in the kernel. ... kldload if_rl.ko ... kldload
if_fxp.ko should load the intel driver ... (freebsd-questions) - Re: When to burn those bridges
... Are you going to detach ... the generic PCI ATA driver on every kldload?
... add-on cards for every kldload of a PCI driver? ... a new driver might be more
suitable for than existing drivers. ... (freebsd-arch)