> wodz said:
> You have to comment out line #include in
> /usr/src/modules/sl-modem/ungrab-winmodem/ungrab-winmodem.c
This instruction found in the mentioned "Special instructions" should make
modifying ungrab-winmodem.c unnecessary:
sudo touch /usr/src/linux-headers-`uname -r`/linux/config.h #
Special instruction doesn't work for me but it putted me on the right
track. m-a seems to unpack source tarball everytime before compilation
so You have to prepare tarball after updating files in /usr/src/modules
/sl-modem and moreover You have to comment out line #include
in /usr/src/modules/sl-
I put together a recipe of how to work around this on
https://help.ubuntu.com/community/DialupModemHowto/Smartlink, section
named "Feisty 7.04 Special Instructions"
--
[Feisty] sl-modem doesn't work
https://bugs.launchpad.net/bugs/103072
You received this bug notification because you are a member
confirming. unfortunately suggested changes did not work
** Changed in: sl-modem (Ubuntu)
Status: New => Confirmed
--
[Feisty] sl-modem doesn't work
https://bugs.launchpad.net/bugs/103072
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact
I can confirm this bug.
It doesn't build against a 2.6.19 or newer kernel source tree,
UTS_VERSION has been removed and linux/config.h has been renamed
linux/autoconf.h
--
[Feisty] sl-modem doesn't work
https://bugs.launchpad.net/bugs/103072
You received this bug notification because you are a m
It seems my previous note is wrong. Your problem seems to be exactly
the reverse, your kernel is newer than the sl-modem sour ce you're
using. To fix it, you could either get the latest version from
packages.debian.org and build it, or just #include utsrelease.h right
below version.h in the same
The error you're getting is because the source for the module is for
kernel version 2.6.18 and later. It happens because UTS_RELEASE was
moved to a different header in newer kernels. Apply the attached patch
to make it work with kernels before 2.6.18 (tested with 2.6.17). The
patch simply avoids
Maybe dupe (see bug report 92777)
--
[Feisty] sl-modem doesn't work
https://bugs.launchpad.net/bugs/103072
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubun