Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Mar 2004 15:12:27 -0700
From:      James Earl <jamesearl@shaw.ca>
To:        Matthew Bettinger <mbettinger@championelevators.com>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: TrueMobile 1300
Message-ID:  <1b0e671b3c9c.1b3c9c1b0e67@shaw.ca>

next in thread | raw e-mail | index | archive | help


----- Original Message -----
From: Matthew Bettinger <mbettinger@championelevators.com>
Date: Thursday, March 11, 2004 1:36 pm
Subject: TrueMobile 1300

> Hello,
> 
> 
> Running into some problems trying to get this ndis  module working.
> 
> I loaded  5.2.1 ...
> 
> D600# uname -a 
> FreeBSD D600.champion.marmac.net 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE
> #0: Mon Feb 23 20:45:55 GMT 2004    
> root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC  i386
> 
> Grabbed the windows XP drivers from the dell cdrom  and performed
> the steps below (which I found on google..)
> 
> #cp dell1300.sys dell1300.inf /sys/modules/if_ndis
> # cd /sys/modules/ndis
> # make; make load 
> 
> The make process works but then it errors out when trying to load
> the module.
> 
> # cd /sys/modules/if_ndis
> # ndiscvt -i foo.inf -s foo.sys -o ndis_driver_data.h
> # make; make load
> 
> objcopy --strip-debug ndis.ko
> /sbin/kldload -v /usr/src/sys/modules/ndis/ndis.ko
> kldload: can't load /usr/src/sys/modules/ndis/ndis.ko: No such file
> or directory*** Error code 1
> 
> Stop in /usr/src/sys/modules/ndis.
> D600# 
> 
> It says ndis.ko doesn't exist but i can see the object right there
> in the directory
> 
> Please see:
> 
> D600# ls -la /usr/src/sys/modules/ndis/ndis.ko                 
> -rwxr-xr-x  1 root  wheel  75053 Mar 11 14:27
> /usr/src/sys/modules/ndis/ndis.ko
> 
> Any ideas? Before I place an order for some cisco aironet cards.
> 
> Thanks.

make ; make install worked for me, then kldload if_ndis after you have ndis compiled and installed.  Let me know if you need more detail.  :)

James





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1b0e671b3c9c.1b3c9c1b0e67>