-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to install this repo for ubuntu kernel 4.0 or 3.x ? #1
Comments
I also have this trouble ( |
I know this resonse is to an old post in Jul 2015 but I want to note that this should be working on earlier 3* kernel. In my case I am still using Ubuntu 12.04.5 (3.2.0-126-generic), which is upgraded from 11.10, and the repo still works for my Conexant HSF (pci fax) modem. I followed the guide for 11.10 as specified in Ubuntu Guide. I have tried kernel 3.13* from Ubuntu 12.04 install disk but have no success as well. My wish is also the same, i.e. if anybody can help upgrade this to work for kernel 3.3 and above i.e. to current latest kernel OR at least provide the how to for it. |
I'm working on this also To complete the installation and configuration of your modem, |
I've gotten a little further towards installation on this. I searched for and replaced all occurrences of /usr/src/kernel with /usr/src/linux. |
On some systems, You might want to take a look at the wip branch which contains some fixes for newer kernels. However, it's not complete yet so you will still have to do some porting (contributions are very welcome!). |
Thanks for that, I created the link and changed the directors in the wip code. The link seems to have worked. The driver still did not install though, according to hsfconfig.
I'm willing to modify some code on wip, I'll look into that.
Sent from ProtonMail mobile
…-------- Original Message --------
On Nov 15, 2017, 2:30 AM, George Hopkins wrote:
On some systems, include/linux/version.h is available as include/generated/uapi/linux/version.h. Just create a symlink to work around the issue.
You might want to take a look at the [wip branch](https://github.com/george-hopkins/hsfmodem/tree/wip) which contains some fixes for newer kernels. However, it's not complete yet so you will still have to do some porting (contributions are very welcome!).
—
You are receiving this because you commented.
Reply to this email directly, [view it on GitHub](#1 (comment)), or [mute the thread](https://github.com/notifications/unsubscribe-auth/AgAnvz8ElSLxYbpk7mtAIiMKVh3AOFrbks5s2q89gaJpZM4EnN3-).
|
It seems that a call to rdtscl in modules/osservices.c has been removed from modern kernels, according to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=436332 |
I have no problem with usb fax modem as it simply works out of box. My problem is on pci fax modem only on ubuntu 12.04 using 3.1 and above. As with 3.0 it is working. I am gonna attempt with 16.04.3 soon and will try to see whether I can troubleshoot any installation problem. Edited: zxcch, the bug you are referring is too old and may not be related. |
Issues with 5.7.11 too. Any patches required? |
@danwdart Since the kernel has moved along quite a bit, you will need some patches. I would recommend starting with the version in #2. I suspect that you will need to make further changes to make it work with 5.7.11. In case problems arise some of the developers of the aforementioned PR might be able to help. Unfortunately, I no longer own a system with a HSF modem. |
my modem :
my kernel is 3.x and 4.0 :
Linux ub5 4.0.1-040001-generic #201504290935 SMP Wed Apr 29 09:45:35 UTC 2015 i686 i686 i686 GNU/Linux
how to make it support 3.x or 4.x kernel ?
thank you
The text was updated successfully, but these errors were encountered: