Page 1 of 7 123 ... LastLast
Results 1 to 10 of 68

Thread: Dell Conexant HSF Modem with Intrepid Ibex?

  1. #1
    Join Date
    May 2007
    Location
    USA
    Beans
    37
    Distro
    Ubuntu

    [SOLVED] Dell Conexant HSF Modem with Intrepid Ibex?

    Dell has the drivers for the Conexant HSF Modem for Hardy but not Intrepid yet. Does anyone know if you can use the Hardy version drivers on Intrepid?

    I tried compiling "hsfmodem-7.68.00.09oem", the make install goes fine but hsfconfig ends with "ERROR: Module Build Failed!".


    The build log ends with,

    /usr/lib/hsfmodem/modules/osservices.c:182: error: field 'semaphore' has incomplete type
    /usr/lib/hsfmodem/modules/osservices.c: In function 'cnxthsf_OsLockCreate':
    /usr/lib/hsfmodem/modules/osservices.c:194: error: implicit declaration of function 'sema_init'
    /usr/lib/hsfmodem/modules/osservices.c: In function 'cnxthsf_OsLockLock':
    /usr/lib/hsfmodem/modules/osservices.c:221: error: implicit declaration of function 'down_trylock'
    /usr/lib/hsfmodem/modules/osservices.c:230: error: implicit declaration of function 'down'
    /usr/lib/hsfmodem/modules/osservices.c: In function 'cnxthsf_OsLockUnlock':
    /usr/lib/hsfmodem/modules/osservices.c:252: error: implicit declaration of function 'up'
    /usr/lib/hsfmodem/modules/osservices.c: In function 'OsThreadStop':
    /usr/lib/hsfmodem/modules/osservices.c:626: error: implicit declaration of function 'kill_proc'
    make[2]: *** [/usr/lib/hsfmodem/modules/osservices.o] Error 1
    make[1]: *** [_module_/usr/lib/hsfmodem/modules] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-7-generic'
    make: *** [all] Error 2
    Last edited by warchief_ryan; January 3rd, 2009 at 07:02 AM.
    "I thought what I'd do was, I'd pretend I was one of those deaf-mutes."

    "or should I?"

  2. #2
    Join Date
    Dec 2008
    Beans
    2

    Re: Dell Conexant HSF Modem with Intrepid Ibex?

    i had luck with that:

    - download the newest driver from linuxant (source version!)
    http://www.linuxant.com/drivers/hsf/full/downloads.php

    - download http://linux.dell.com/files/ubuntu/g...0.18oem.tar.gz

    - unpack both

    - replace the /modules/imported directory in the linuxant-version with that from dell

    - sudo make install
    - sudo hsfconfig

  3. #3
    Join Date
    Apr 2008
    Location
    Canada
    Beans
    27
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Dell Conexant HSF Modem with Intrepid Ibex?

    Could you please elaborate on how to get this working?

    Thanks!

  4. #4
    Join Date
    May 2006
    Location
    Boston Area, MA, USA
    Beans
    41

    Re: Dell Conexant HSF Modem with Intrepid Ibex?

    Quote Originally Posted by sutupud View Post
    i had luck with that:

    - download the newest driver from linuxant (source version!)
    http://www.linuxant.com/drivers/hsf/full/downloads.php

    - download http://linux.dell.com/files/ubuntu/g...0.18oem.tar.gz

    - unpack both

    - replace the /modules/imported directory in the linuxant-version with that from dell

    - sudo make install
    - sudo hsfconfig
    sutupud,

    Can you elaborate? I was able to get both versions (Dell version 7.68 and Linuxant version 7.80), and unpack them both (using the built in Archive Manager), and I see that the "modules/imported" directory is missing from the Linuxant version (at least in my case). However, I think you are missing a few integral steps between your "replace" and your "sudo make install".

    In my case, I was using "hsfconfig" to build the kernel module. I installed the Linuxant version and then copied the missing "modules/imported" files from the Dell version directly in to my file system. I then tried running hsfconfig and received the same error message.

    Code:
    /usr/lib/hsfmodem/modules/osservices.c:182: error: field 'semaphore' has incomplete type
    /usr/lib/hsfmodem/modules/osservices.c: In function 'cnxthsf_OsLockCreate':
    /usr/lib/hsfmodem/modules/osservices.c:194: error: implicit declaration of function 'sema_init'
    /usr/lib/hsfmodem/modules/osservices.c: In function 'cnxthsf_OsLockLock':
    /usr/lib/hsfmodem/modules/osservices.c:221: error: implicit declaration of function 'down_trylock'
    /usr/lib/hsfmodem/modules/osservices.c:230: error: implicit declaration of function 'down'
    /usr/lib/hsfmodem/modules/osservices.c: In function 'cnxthsf_OsLockUnlock':
    /usr/lib/hsfmodem/modules/osservices.c:252: error: implicit declaration of function 'up'
    /usr/lib/hsfmodem/modules/osservices.c: In function 'OsThreadStop':
    /usr/lib/hsfmodem/modules/osservices.c:626: error: implicit declaration of function 'kill_proc'
    make[2]: *** [/usr/lib/hsfmodem/modules/osservices.o] Error 1
    make[1]: *** [_module_/usr/lib/hsfmodem/modules] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-9-generic'
    make: *** [all] Error 2

    - Ben

  5. #5
    Join Date
    Sep 2007
    Beans
    9

    Re: Dell Conexant HSF Modem with Intrepid Ibex?

    This might help.

    At boot, my Dell Inspiron 6400 was throwing an error when it tried to compile the HSF modem driver. I fixed this by un-installing the old driver, then downloading the new driver which corresponds to my current kernel version.

    Here's what I did:

    Opened Synaptic - hit "Alt+F2" the type "gksu synaptic"
    Searched for HSF modem.
    Marked for removal & Apply

    Then, visit http://www.linuxant.com/drivers/hsf/...ubuntu-x86.php
    Following the instructions on that page I determined my kernel version and downloaded the corresponding HSF driver.
    Once this was downloaded I installed it, the new driver compiles with no errors.

    Good luck.

  6. #6
    Join Date
    May 2007
    Location
    USA
    Beans
    37
    Distro
    Ubuntu

    Re: Dell Conexant HSF Modem with Intrepid Ibex?

    Oops I forgot about this thread, to many projects I guess...

    sutupud your method worked great, thanks!
    "I thought what I'd do was, I'd pretend I was one of those deaf-mutes."

    "or should I?"

  7. #7
    Join Date
    Jan 2007
    Beans
    4

    driver for Conexant HSF Modem with Intrepid Ibex

    Hello and happy new year.

    I have an dial up modem with a conexant chipset. For all UBUNTU version, it is really a problem to find a driver. The previous solutions (Dell or others) dont work. The Linuxant driver (free version at 14 kb) works, once install from source or from .deb.

    I tried this solution posted in the forum (http://ubuntuforums.org/showthread.p...exant+intrepid) but I got compilation errors.

    May be, I miss something in my conf. Below the log of the install for some help.

    Thanks a lot. Xavier.


    *-------------------------------
    root@Pluton:~/Modem/hsfmodem-7.80.02.01full# cat /tmp/hsfconfig-buildlog.txt
    (cd /lib/modules/2.6.27-9-generic/build && make "CNXT_KERNELSRC=/lib/modules/2.6.27-9-generic/build" "M=/usr/lib/hsfmodem/modules" "CC=gcc" clean)
    make[1]: Entering directory `/usr/src/linux-headers-2.6.27-9-generic'
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-9-generic'
    (cd /lib/modules/2.6.27-9-generic/build && make "CNXT_KERNELSRC=/lib/modules/2.6.27-9-generic/build" "M=/usr/lib/hsfmodem/modules/GPL/hda" "CC=gcc" "HDA_CFLAGS=-DFOUND_KZALLOC -DFOUND_TLV -DFOUND_IRQ_HANDLER_T -DFOUND_DELAYED_WORK -DFOUND_NO_CTL_ELEM_RW" clean)
    make[1]: Entering directory `/usr/src/linux-headers-2.6.27-9-generic'
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-9-generic'
    rm -rf *.o GPL/*.o *.ko GPL/*.ko *.mod.c GPL/*.mod.c .*.cmd GPL/.*.cmd .tmp_versions .tmp_versions /lib/modules/2.6.27-9-generic/build/.tmp_versions/hsfosspec.mod /lib/modules/2.6.27-9-generic/build/.tmp_versions/hsfserial.mod /lib/modules/2.6.27-9-generic/build/.tmp_versions/hsfengine.mod /lib/modules/2.6.27-9-generic/build/.tmp_versions/hsfpcibasic2.mod /lib/modules/2.6.27-9-generic/build/.tmp_versions/hsfpcibasic3.mod /lib/modules/2.6.27-9-generic/build/.tmp_versions/hsfhda.mod /lib/modules/2.6.27-9-generic/build/.tmp_versions/hsfmc97ich.mod /lib/modules/2.6.27-9-generic/build/.tmp_versions/hsfmc97via.mod /lib/modules/2.6.27-9-generic/build/.tmp_versions/hsfmc97ali.mod /lib/modules/2.6.27-9-generic/build/.tmp_versions/hsfmc97ati.mod /lib/modules/2.6.27-9-generic/build/.tmp_versions/hsfmc97sis.mod /lib/modules/2.6.27-9-generic/build/.tmp_versions/hsfsoar.mod Modules.symvers GPL/hda/Modules.symvers Module.symvers GPL/hda/Module.symvers modules.order GPL/hda/modules.order Module.markers GPL/hda/Module.markers
    (cd /lib/modules/2.6.27-9-generic/build && make "CNXT_KERNELSRC=/lib/modules/2.6.27-9-generic/build" "M=/usr/lib/hsfmodem/modules" "CC=gcc" modules)
    make[1]: Entering directory `/usr/src/linux-headers-2.6.27-9-generic'
    CC [M] /usr/lib/hsfmodem/modules/mod_engine.o
    CC [M] /usr/lib/hsfmodem/modules/mod_hda.o
    CC [M] /usr/lib/hsfmodem/modules/mod_mc97ali.o
    CC [M] /usr/lib/hsfmodem/modules/mod_mc97ati.o
    CC [M] /usr/lib/hsfmodem/modules/mod_mc97ich.o
    CC [M] /usr/lib/hsfmodem/modules/mod_mc97sis.o
    CC [M] /usr/lib/hsfmodem/modules/mod_mc97via.o
    CC [M] /usr/lib/hsfmodem/modules/mod_osspec.o
    CC [M] /usr/lib/hsfmodem/modules/osservices.o
    CC [M] /usr/lib/hsfmodem/modules/osstdio.o
    CC [M] /usr/lib/hsfmodem/modules/osnvm.o
    CC [M] /usr/lib/hsfmodem/modules/osresour.o
    /usr/lib/hsfmodem/modules/osresour.c: In function 'cnxthsf_OsHookInterrupt':
    /usr/lib/hsfmodem/modules/osresour.c:131: warning: the address of '__this_module' will always evaluate as 'true'
    CC [M] /usr/lib/hsfmodem/modules/osstring.o
    CC [M] /usr/lib/hsfmodem/modules/osmemory.o
    CC [M] /usr/lib/hsfmodem/modules/osdiag.o
    CC [M] /usr/lib/hsfmodem/modules/osusb.o
    CC [M] /usr/lib/hsfmodem/modules/osfloat.o
    CC [M] /usr/lib/hsfmodem/modules/osdcp.o
    CC [M] /usr/lib/hsfmodem/modules/mod_pcibasic2.o
    CC [M] /usr/lib/hsfmodem/modules/mod_pcibasic3.o
    In file included from /usr/lib/hsfmodem/modules/mod_pcibasic3.c:29:
    /usr/lib/hsfmodem/modules/cnxthwpci_common.c: In function 'cnxthwpci_probe':
    /usr/lib/hsfmodem/modules/cnxthwpci_common.c:80: error: 'HW_TYPE_BASIC3' undeclared (first use in this function)
    /usr/lib/hsfmodem/modules/cnxthwpci_common.c:80: error: (Each undeclared identifier is reported only once
    /usr/lib/hsfmodem/modules/cnxthwpci_common.c:80: error: for each function it appears in.)
    make[2]: *** [/usr/lib/hsfmodem/modules/mod_pcibasic3.o] Error 1
    make[1]: *** [_module_/usr/lib/hsfmodem/modules] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.27-9-generic'
    make: *** [all] Error 2

  8. #8
    Join Date
    Dec 2008
    Beans
    3

    Re: Dell Conexant HSF Modem with Intrepid Ibex?

    Quote Originally Posted by warchief_ryan View Post
    Oops I forgot about this thread, to many projects I guess...

    sutupud your method worked great, thanks!

    Excuse me to All,
    I'm a newbie about Linux but what I can understand is I must pick up all what is under */modules directories of linuxant-version and copy it into */modules directories of Dell-version. OK??

    Thanks in advance

  9. #9
    Join Date
    Nov 2007
    Beans
    3

    Re: Dell Conexant HSF Modem with Intrepid Ibex?

    Quote Originally Posted by warchief_ryan View Post
    Oops I forgot about this thread, to many projects I guess...

    sutupud your method worked great, thanks!
    I tried it but was not able to replace the /modules/imported directory in the linuxant-version with that from dell...
    What is the command line you use?

  10. #10
    Join Date
    Dec 2008
    Beans
    3

    Re: Dell Conexant HSF Modem with Intrepid Ibex?

    Quote Originally Posted by Rm Riberra View Post
    I tried it but was not able to replace the /modules/imported directory in the linuxant-version with that from dell...
    What is the command line you use?
    Hi Riberra,
    I used nautilus after removed modules directory from the linuxant-version, but it didn't work

    I'm trying now to resolve the problem but I don't know....

Page 1 of 7 123 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •