Linux MPI350 driver problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2003 09:19 AM - edited 07-04-2021 08:47 AM
Hi all,
I'm not sure if that's the right place to asked, but I have problems getting the
Linux driver for the minipci 350 wireless card to work under RedHat 9.0. I
compiled the driver as module and tried it under several recent kernels. I get
always a segmentation fault while the driver initializing.
Any help or hope to get a working driver for at least the standard RH9
kernel 2.4.20-xx ?
[root@t40p driver]# gcc mpi350.c -o mpi350.o -c
-I/usr/src/linux-2.4.20-18.9/include -O2 -D__KERNEL__
-DMODULE -Wall
[root@t40p driver]# insmod mpi350.o
Warning: loading mpi350.o will taint the kernel: no license
See http://www.tux.org/lkml/#export-tainted for information about
tainted modules
Segmentation fault
[root@t40p driver]# lsmod
Module Size Used by Tainted: P
mpi350 85472 1 (initializing)
Thanks
Ralf
- Labels:
-
Other Wireless Topics

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2003 02:38 AM
Downgrade your MPI350 card firmware to version you can find on cisco.com (5.00.03 for me). It's on the same page as the linux driver itself.
Jan "Pogo" Mynarik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2003 03:51 PM
Thanks ! Now it works.
R.Weidemann
