Posts: 20
burak
Joined: 21 Aug 2014
#16
I did it just using these instruction and using DSL 4.4.10 finally beginning hylafax installed.

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.damnsmalllinux.org/wiki/enabling_apt.html"
linktext was:"http://www.damnsmalllinux.org/wiki/enabling_apt.html"
====================================


========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://askubuntu.com/questions/161333/why-does-apt-give-me-a-dynamic-mmap-ran-out-of-room-error-when-trying-to-upgra"
linktext was:"http://askubuntu.com/questions/161333/w ... g-to-upgra"
====================================


I am still getting errors but there is improvement using apt-get and dpkg.

By the way I noticed in DSL lsmod returns ltserial for the modem.
Is there a package regarding ltserial in Antix. Maybe slmodem and Martian are not for this modem in Debian.
Although puppy linux is using Martian modem for this modem, it is probably not based on Debian...
Posts: 850
fatmac
Joined: 26 Jul 2012
#17
Debian has packages for martian-modem & martian-modem-source.

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"https://packages.debian.org/stable/net/"
linktext was:"https://packages.debian.org/stable/net/"
====================================

(Half way down the page.)
Posts: 20
burak
Joined: 21 Aug 2014
#18
I can update , get , build and install all martian packages using apt , synaptics , module assistant.

The problem is after the install antix does not recognize the modem.
The drive is not being loaded. Modprobe and insmod does not see martian_dev module.

I am not advanced linux user, therefore I do not understand what more I can do.
Posts: 850
fatmac
Joined: 26 Jul 2012
#19
From my understanding of *_dev packages, they are used to build software.
If you have built a binary, I think you will then need to 'install' it.
The only way I know to do that is with dpkg,

Code: Select all

dpkg -i <filename>
If it is a kernel 'module' you can 'modprobe' it.
If it is 'firmware', it needs to go into the /lib/firmware directory.

(All the above have to be done as 'root' or using 'sudo'.)

Edit: A look on this site may help.

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://linmodems.org/"
linktext was:"http://linmodems.org/"
====================================
Posts: 850
fatmac
Joined: 26 Jul 2012
#20
This may also give you an idea, from 3) down, to disregard 'rpm' specifics.

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.linuxforums.org/forum/linux-tutorials-howtos-reference-material/3005-winmodems-linux.html"
linktext was:"http://www.linuxforums.org/forum/linux- ... linux.html"
====================================
Posts: 20
burak
Joined: 21 Aug 2014
#21
Thanks for the replies.
I solved it by compiling and installing the kernel manually.

Even though I was seeing martian_dev.o in the folders in /lib/modules modprobe never could find the martian_dev.

I looked through folders and found the /usr/src folder in which there was martian-modem files extracted.
I thought compiling manually and just used make and make install.
Then the martian_dev got installed and I could modprobe it.

I am surprised and dissapointed that how many times I reinstalled the antix , updated apt-get , synaptics, module-assistant.
None of them did this completely. In the end I had to manually compile and install the martian_dev kernel module.

I hope this gets fixed and saves many users like me spending days and hours.

Thanks all for trying helping,
Burak
Posts: 850
fatmac
Joined: 26 Jul 2012
#22
Good to hear you got it working.
Posts: 667
jdmeaux1952
Joined: 01 Nov 2013
#23
I'm glad you were able to solve your problem.

That's one good thing about linux. You can usually find someone else's problem and use it it help yourself.