Re: Soft modem in the ibook 2.2
"Linuxant support (Jonathan)" <[email protected]> Thu, 18 Aug 2005 14:07:39 +0000
| Newsgroups | gmane.linux.drivers.modem.hcf |
|---|---|
| Message-ID | <[email protected]> |
Hi, for the USB byte order problem with the HCF USB driver, a new experimental patch named 'hcfusb-1.06-USB_byteorder.patch' is now available at: http://www.linuxant.com/drivers/hcf/downloads-patches.php In order to find the remaining problem with the driver, we will need more information. Please send at [email protected] the output of 'dumpdiag'. Type the following in a root shell: --- hcfusbconfig --dumpdiag --- Just send us the generated file located in /tmp ('hcfdiag.txt'). Regards, Jonathan Technical specialist / Linuxant www.linuxant.com [email protected] Holger Kiskowski wrote: > * Linuxant support (Jonathan) <[email protected]> wrote: > >>if you have received the error message 'not the one we are interested >>about' in your 'dmesg' when you try to use the HCF USB driver, it is >>quite possible that you have installed the right driver for your modem >>but you have hit a known issue with the driver. > > > [endianess problem in /usr/lib/hcfusbmodem/modules/imported/include/usbhalos.h] > > I fixed the lines as suggested, and the "not the one we are interested > about" error message disappeared. > > Now hcfusbconfig gives the following: > > $ hcfusbconfig > Conexant HCF controllerless USB modem driver, version 1.06powerpcfull > [...] > Warning: existing driver modules found under: > /lib/modules/2.6.12.5/ > Would you like to keep using them? [no] > No pre-built modules for: unknown-unknown linux-2.6.12.5 ppc > > Trying to automatically build the driver modules... > (this requires a C compiler and proper kernel sources to be > installed) > > Where is the linux source build directory that matches your > running kernel? > [/lib/modules/2.6.12.5/build] > Building modules for kernel 2.6.12.5, using source directory > /lib/modules/2.6.12.5/build. Please wait... > done. > > ERROR: no device detected by hcfusb driver > > Doesn't look too good ...? > > Btw, the character devices seem to be installed properly in /dev (I am > using udev): > > $ ls -l /dev/ttySHCFUSB0 > crw-rw---- 1 root tty 240, 64 Jul 26 14:43 /dev/ttySHCFUSB0 > > $ cat /dev/ttySHCFUSB0 > cat: /dev/ttySHCFUSB0: Input/output error > > (all commands executed as root) > > Is there something I am fundamentally missing? > > Thanks very much again, > > Holger