But I donot know HOW-to
I use raspberry pi 2B+ with raspbrian burst.
I want to use USB type faxmodem ( Conexant chipset) on raspberry pi.
I try to follow
https://www.instructables.com/id/Instal ... pberry-Pi/
But I cannot go forward at very beginnig step
because my faxmodem dosenot use CX93010-11Z chipset. but my faxmodem use CX06836-11 chipset.
and CX06836-11 chipset is not Hardware modem, it is HSF (softmodem)
and PCI ID is 0572:1300
Code: Select all
Bus 005 Device 003: ID 0572:1300 Conexant Systems (Rockwell), Inc. SoftK56 Data Fax Voice CARP
and I found some thing... linux kernel does not include driver which support that chipset anymore.
So. If I want to use CX06836-11 chipset on raspberrian .
It seems I need to install a driver..
Driver for PCI ID 0572:1300 is here
http://www.linuxant.com/drivers/hsf/oem ... taller.php
I download cnxtinstall.run
and excute it
_______________
Code: Select all
pi@raspberrypi:~/Downloads $ lsusb
Bus 001 Device 005: ID 0572:1300 Conexant Systems (Rockwell), Inc. SoftK56 Data Fax Voice CARP
Bus 001 Device 004: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp. SMC9512/9514 USB Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
pi@raspberrypi:~/Downloads $ sudo sh cnxtinstall.run
Verifying archive integrity... All good.
Uncompressing Linux drivers for Conexant modem chipsets Installer version 1.0.3
Please ensure that all modems are attached to the machine.
Press enter to continue.
Detecting devices in your system... please wait...
pcilib: Cannot open /proc/bus/pci
lspci: Cannot find any working access method.
WARNING: Can't obtain a list of USB devices on this system.
Done.
ERROR: No supported devices were detected on your system. It is possible
that you have a modem which is not based on a HSF or HCF Conexant chipset.
It is also possible that the driver is not available for your architecture
or you have a device with a different PCI/USB ID than the drivers expect.
Please try to identify your modem with the different tools available at:
http://www.linuxant.com/drivers/modemident.php
Then, try to manually download and install the required package(s) for your
modem.
If you are still unable to identify your modem and you are sure that your
modem is based on a HSF or HCF Conexant chipset, please send the file
'/tmp/cnxtinstall-dumpdiag.txt' to support@linuxant.com.
Faxmodem device is clearly plugged into the USB port in raspberry pi.
and device is shown in lsusb ( not in lspci )
HELP ME!!!
How can I install driver for Conexant faxmodem in raspberry pi?
If it is impossible. please recommand to me what USB type faxmodem product could be recognized on raspberry pi without any addtional step.
I want to use faxmodem in raspberry pi!!!!!!!!