newbie_jr
Posts: 2
Joined: Thu Jun 18, 2020 5:03 am

I want to use USB type faxmodem ( Conexant chipset) on raspberrian burst

Thu Jun 18, 2020 5:09 am

I want to use USB type faxmodem ( Conexant chipset) on raspberrian burst


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!!!!!!!!

fruitoftheloom
Posts: 27225
Joined: Tue Mar 25, 2014 12:40 pm

Re: I want to use USB type faxmodem ( Conexant chipset) on raspberrian burst

Thu Jun 18, 2020 8:00 am

newbie_jr wrote:
Thu Jun 18, 2020 5:09 am

Driver for PCI ID 0572:1300 is here

http://www.linuxant.com/drivers/hsf/oem ... taller.php

The drivers are for x86 CPU Architecture Machines so are not compatible:

http://www.linuxant.com/drivers/hsf/oem/downloads.php
Take what I advise as advice not the utopian holy grail, and it is gratis !!

newbie_jr
Posts: 2
Joined: Thu Jun 18, 2020 5:03 am

Re: I want to use USB type faxmodem ( Conexant chipset) on raspberrian burst

Fri Jun 19, 2020 3:40 am

fruitoftheloom wrote:
Thu Jun 18, 2020 8:00 am

The drivers are for x86 CPU Architecture Machines so are not compatible:

http://www.linuxant.com/drivers/hsf/oem/downloads.php
Thanks for reply!!!


I am wondering if there is any way to use PCI ID 0572: 1300 device on Raspberry Pi (arm processor).

or

in an easier way

Is there a USB type faxmodem product supported by Raspberry Pi?
If so, where can I get it?


thanks for reading!!!

User avatar
B.Goode
Posts: 14829
Joined: Mon Sep 01, 2014 4:03 pm
Location: UK

Re: I want to use USB type faxmodem ( Conexant chipset) on raspberrian burst

Fri Jun 19, 2020 7:23 am

newbie_jr wrote:
Fri Jun 19, 2020 3:40 am

I am wondering if there is any way to use PCI ID 0572: 1300 device on Raspberry Pi (arm processor).


I am wondering if there is any way to use PCI ID 0572: 1300 device on Raspberry Pi (arm processor).




The reply from an RPF/T Engineer in this 6-year old thread appears to say 'NO' -
viewtopic.php?f=28&t=67521

fruitoftheloom
Posts: 27225
Joined: Tue Mar 25, 2014 12:40 pm

Re: I want to use USB type faxmodem ( Conexant chipset) on raspberrian burst

Fri Jun 19, 2020 7:40 am

newbie_jr wrote:
Fri Jun 19, 2020 3:40 am
fruitoftheloom wrote:
Thu Jun 18, 2020 8:00 am

The drivers are for x86 CPU Architecture Machines so are not compatible:

http://www.linuxant.com/drivers/hsf/oem/downloads.php
Thanks for reply!!!


I am wondering if there is any way to use PCI ID 0572: 1300 device on Raspberry Pi (arm processor).

or

in an easier way

Is there a USB type faxmodem product supported by Raspberry Pi?
If so, where can I get it?


thanks for reading!!!

U.S. Robotics USR5637 56K USB Controller Dial-Up External Fax Modem with Voice, appears to be "Hayes" compatible modem but pricey at around £60.00......


As the Raspberry Pi has GPIO Serial you may find a a 56K Serial "Hayes compatible" Modem will work with a RS232 add-on board ??

https://www.abelectronics.co.uk/p/51/serial-pi-plus


Please note I have not used 56K Dialup Modem for over a decade so I could be totally wrong.
Take what I advise as advice not the utopian holy grail, and it is gratis !!

Return to “Beginners”