Rhodo Primary PCI_id 14f1:2f00 Support type needed or chipset: hsfmodem For owners of a Dell PCs with Conexant HSF modems, a driver source package with full speed enabled is available , but requires driver compiling. Read Conexant.txt . http://www.linuxant.com/drivers/hsf/full/downloads.php?PHPSESSID=baa660be2a36edbf04d01d22147848c8 has aline DPKG x86 hsfmodem_7.60.00.09full_i386.deb.zip or for Dell PCs there is a freeware package through http://linmodems.technion.ac.il/bigarch/archive-seventh/msg01830.html . Under Linux unpack with: $ unzip hsfmodem*.zip Try the install with: $ sudo dpkg -i hsfmodem*.deb If the install fails for lack of some FileNames.h, get packages through http://www.debian.org/packages for linux-libc-dev libc6-dev libstdc++6-4.1-dev Coinstall with: # dpkg -i *.deb The retry the install. Subsequently, the modem should be found with $ sudo wvdialconf /etc/wvdial.conf Edit in your personal information with: $ sudo gedit /etc/wvdial.conf and try dialing out with: $ sudo wvdial. See Testing.txt for details. Read Conexant.txt marvS On 9/4/07, rhododendronbusch <rhododendronbusch@xxxxxxxx> wrote: > Hello List! > > I want to install my modem. I was asked to send the ModemData.txt, which > is appending. > > If you need any further pieces of information, just ask. > > Thanks in advance. > rhodo > > Only plain text email is forwarded by the DISCUSS@xxxxxxxxxxxxx List Server. > Do use the following as the email Subject Line: > SomeName, YourCountry Debian GNU/Linux lenny/sid kernel 2.6.22.1 > This will alert cogent experts, and distinguish cases in the Archives. > YourCountry will enable Country Code guidance. > Occassionally responses are blocked by an Internet Provider mail filters. > So in a day, also check the Archived responses at http://www.linmodems.org . > Local Linux experts can be found through: http://www.linux.org/groups/index.html > -------------------------- System information ---------------------------- > CPU=i686, Debian GNU/Linux lenny/sid > Linux version 2.6.22.1 (root@nemesis) (gcc version 4.1.3 20070601 (prerelease) (Debian 4.1.2-12)) #1 SMP Thu Jul 12 02:38:12 CEST 2007 > scanModem update of: 2007_August_19 > > > ALSAversion 1.0.14 > USB modem not detected by lsusb > > Modem or host audio card candidates have firmware information: > > PCI slot PCI ID SubsystemID Name > ---------- --------- --------- -------------- > 00:05.0 14f1:2f00 14f1:2003 Communication controller: Conexant HSF 56k HSFi Modem > > Modem interrupt assignment and sharing: > 11: 2 XT-PIC-XT ohci1394, uhci_hcd:usb2 > > --- Bootup diagnostics for card in PCI slot 00:05.0 ---- > > === Finished modem firmware and bootup diagnostics section. === > === Next deducing cogent software === > > Completed candidate modem analyses. > > The base of the UDEV device file system is: /dev/.udev > > Versions adequately match for the compiler installed: 4.1.3 > and the compiler used in kernel assembly: 4.1.3 > > > > Minimal compiling resources appear complete: > make utility - /usr/bin/make > Compiler version 4.1 > linuc_headers base folder /lib/modules/2.6.22.1/build > > However some compilations and executable functions may need additional files, > in the FileNames.h (so called kernel "h"eaders) collection installed in /usr/include/ . > For martian_modem, additional required packages are libc6-dev (and for Debian/Ubuntu, linux-libc-dev). The also required headers of package libc6 are commonly installed by default. > > > For Debian and some related distributions, a package kernel-kbuild-2.6-22 may be needed to support driver compiling > > > If a driver compilation files with message including some lack of some FileName.h (stdio.h for example. > Some additional kernel-header files need installation to /usr/include. > For Debian/Ubuntu related distributions, run the following command to display the needed package list: > $ sudo apt-get -s install linux-kernel-devel > While some of the files may be on the install CD, others may have to be found through http://packages.ubuntu.com > > For Ubunut feisty, additional packages required were: > build-essential curl debhelper dpkg-dev g++ g++-4.1 gettext git-core gitk > html2text intltool-debian kernel-package kernel-wedge libc6-dev > libcurl3-gnutls libdigest-sha1-perl liberror-perl libstdc++6-4.1-dev > linux-libc-dev po-debconf rcs tcl8.4 tk8.4 > > Checking settings of: /etc/ppp/options > asyncmap 0 > auth > crtscts > lock > hide-password > modem > proxyarp > lcp-echo-interval 30 > lcp-echo-failure 4 > noipx > > In case of a message like: > Warning: Could not modify /etc/ppp/pap-secrets: Permission denied > see http://linmodems.technion.ac.il/bigarch/archive-sixth/msg04656.html > > > Don't worry about the following, it is for the experts > should trouble shooting be necessary. > ========================================================== > > Checking for modem support lines: > -------------------------------------- > /device/modem symbolic link: > slmodemd created symbolic link /dev/ttySL0: > Within /etc/udev/ files: > > Within /etc/modprobe.conf files: > /etc/modprobe.d/alsa-base:options snd-atiixp-modem index=-2 > /etc/modprobe.d/alsa-base:options snd-via82xx-modem index=-2 > /etc/modprobe.d/alsa-base-blacklist:# Uncomment these entries in order to blacklist unwanted modem drivers > /etc/modprobe.d/alsa-base-blacklist:# blacklist snd-atiixp-modem > /etc/modprobe.d/alsa-base-blacklist:# blacklist snd-via82xx-modem > Within any ancient /etc/devfs files: > > Within ancient kernel 2.4.n /etc/module.conf files: > > --------- end modem support lines -------- > > >