Date: Thu, 1 Feb 2007 16:38:09 +0530 From: "Amarendra Godbole" <amarendra.godbole@gmail.com> To: freebsd-questions@freebsd.org, freebsd-mobile@freebsd.org Subject: Anyone used ndis successfully? Message-ID: <294439d20702010308u349564c1ic1647b0ee12c7b70@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi, I am trying to convert a ZTE pcmcia card .sys and .inf file to be used with my IBM T60 notebook, but I hit a segfault in ndiscvt. There are two problems infact: 1. ndisgen remains in a tight loop, telling me that my .INF file format is invalid. Upon investigation, I see that there is a default condition for this in the ndisgen program, so I am not sure how to break out of it. It might be a bug, I need to investigate it more before I file a PR for it. 2. I bypassed ndisgen as a result, and used ndiscvt directly instead, but I get a segfault. ------------------- [root@dexter /tmp/pcmcia]# ndiscvt -i ./oxser.inf -s ./oxser.sys /* * Generated from ./oxser.inf and ./oxser.sys (49792 bytes) */ Segmentation fault: 11 (core dumped) ------------------- Has anyone used ndis successfully? I would appreciate any tips for this. That is my primary concern now, because I have to get the card up _asap_. Thanks in advance. Best, Amarendra
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?294439d20702010308u349564c1ic1647b0ee12c7b70>