[hsflinux] Compiling on 2.6.0-test7
John Madden
maddenj at skynet.ie
Tue Oct 14 18:20:19 EDT 2003
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hey,
I had to make a few changes to get hsfmodem-6.03.00lnxt03091800free to
compile under kernel 2.6.0-test7.
1) cnxthwpci_common.c
Line 194: printk(KERN_WARNING"%s: %s driver grabbed our device (%s),
reclaiming it..\n", CNXTHWPCI_NAME, pdev->driver->name,
pdev->slot_name);
I had to comment this line out as it was giving the following error:
...:196: parse error before 'struct'
2) osservices.c
Line 424
put an #if around current->session and current->pgrp
#if ( LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0) )
current->signal->session = 1;
current->signal->pgrp = 1;
#else
current->session = 1;
current->pgrp = 1;
#endif
Was giving the following error:
...:424: structure has no member named 'session'
...:425: structure has no member named 'pgrp'
And, after all that, it still didn't work!! It's an Intel AC97 modem
chipset id: 8086:24c6. I'll try it in 2.4.22 though first and see if it
works there. If it does, I'll see if I can get it working in 2.6.0-test7
- --
Chat ya later,
John.
- --
BOFH excuse #177: sticktion
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iD8DBQE/jCJBQBw+ZtKOvTIRAjNLAJ48Vih/AENFZkG5a+W7gY7sjxwRmQCeJqcK
RIRy0SeUrPhqk9XGei0zUTQ=
=ruEp
-----END PGP SIGNATURE-----
More information about the hsflinux
mailing list