Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 5969 - Conexant HCF Win-Modem driver
Summary: Conexant HCF Win-Modem driver
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Hanno Böck
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-03 12:31 UTC by Matt "gfunkmonk" Rinsch
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
hcf modem driver (hcfpcimodem-0.97mbsibeta02070500.ebuild,703 bytes, text/plain)
2002-08-03 12:31 UTC, Matt "gfunkmonk" Rinsch
Details
hcfpcimodem-0.98.02110301.ebuild (hcfpcimodem-0.98.02110301.ebuild,967 bytes, text/plain)
2002-11-09 16:25 UTC, Hanno Böck
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt "gfunkmonk" Rinsch 2002-08-03 12:31:02 UTC
Conexant drivers for HCF based modems
Comment 1 Matt "gfunkmonk" Rinsch 2002-08-03 12:31:54 UTC
Created attachment 2795 [details]
hcf modem driver

hcf modem driver
Comment 2 Decibels 2002-10-29 04:14:57 UTC
This package doesn't seem to work in Gentoo so far. Tried it on 1.2 and 1.4rc1
with no luck. Everything seems to run, but /dev/ttySHCF0 is never made. Some
people have reported it being made, then disappering on reboot. I have had that
happen also, but lately even that isn't working. 
I am doing some work on serial programmming in C/C++ but had to install
Mandrake8.1 again in order to work with the modem cause gentoo won't work with it.

If you are making an ebuild for it, I hope that you are aware of the problems
people are having with the device file. The only thing that really shows up is
in lsmod the hcfpciserial is always initializing, /dev/ttySHCF0 isn't made, and
modules.conf is constantly removing the entries for it after reboot.

I don't know how much help I can be troubleshooting this if you need it, but let
me know and I will do what I can.
Comment 3 Decibels 2002-10-29 05:02:45 UTC
Figured it out. In order to get this to work in Gentoo. Going to write to
/etc/modules.d/aliases instead of /etc/modules.conf.

Anything in /etc/modules.conf is going to get overwritten. Or I guess put the
flag in there so it doesn't.

Anyway. I have it working fine now with devfs and without. I tested it before
and after and with it in aliases then update-modules command it works perfect.
Comment 4 Hanno Böck gentoo-dev 2002-11-09 16:25:24 UTC
Created attachment 5513 [details]
hcfpcimodem-0.98.02110301.ebuild

David and Matt, can you please try the attached ebuild, it should fix it if
David is right.
Comment 5 Hanno Böck gentoo-dev 2002-11-17 06:45:01 UTC
Nobody wants to test the ebuild? I have fixed it due to davids suggestions, but
i cannot test, since i don't have such a modem.
I can only apply the ebuild if you report me that it works.
Comment 6 Decibels 2002-11-25 17:40:28 UTC
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header:
/home/cvsroot/gentoo-x86/net-dialup/hsflinmodem/hsflinmodem-5.03.03.02101001.ebuild,v
1.2 2002/10/20 18:51:30 vapier Exp $

-->> There is a difference between the hsf and hcf modem. Maybe you are putting
it in the hsflinmodem for testing purposes??


MY_PV=0.98mbsibeta02110301
.....
SRC_URI="http://www.mbsi.ca/cnxtlindrv/hsf/archive/${MY_P}/${MY_P}.tar.gz"

-->> The MY_PV is correct, but the SRC_URI should be
"http://www.mbsi.ca/cnxtlindrv/hcf/archive/${MY_P}/${MY_P}.tar.gz"
Otherwise it won't get anything cause MP_PV isn't in the /hsf/archive.


I tried making the corrections, but do to my inexperience with this I couldn't.
Not sure if I have to do the digest or something, other than just putting the
ebuild in the /usr/portage/net-dialup/hsflinmodem folder and emerging the
ebuild. I got a bunch of errors, but will try again.


Comment 7 Hanno Böck gentoo-dev 2003-02-04 04:29:42 UTC
done.