LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   newbie ltmodem help (https://www.linuxquestions.org/questions/mandriva-30/newbie-ltmodem-help-488400/)

blame582 10-01-2006 12:26 AM

newbie ltmodem help Problem Solved 10-05-2006
 
hello

i have installed mandrake 9.2 would update to something newer but only have dail up

i'm looking for a rpm package
ltmodem-kv_2.4.22_6mdk-8.22a5-1.i686.rpm

i've tried googling with nothing found

if anybody knows where i can find this please help
thank you
blame

camorri 10-01-2006 06:52 PM

Have you set up URPMI for your Mandrake system? If yes, and it is a Mandrake package for 9.2 it will be there.

BTW, most Mandrake ( now Mandriva ) packages end in .mdk not .rpm. Are you sure you have the whole name of the package correct? I'm booted in 2006 now, I do have a 9.2 system installed, so I can boot there and look using URPMI, if you have no other choice.

I did a search on rpmseek.com and found this:

Quote:

Package Name ltmodem-kv_2.6.9-1.667asp
Summary ltmodem / linmodem driver for kernel-2.6.9-1.667asp
File Name Distribution Ver. Rel. Arch Dld.
ltmodem-kv_2.6.9-1.667asp-2.6 -7.i386.rpm ASP Linux People 2.6 7 i386
I searched for 'ltmodem' only.

blame582 10-01-2006 07:48 PM

hey camorri

thanks for the reply
i'm a total newbie at linux so excuse me if i make any mistakes


Have you set up URPMI for your Mandrake system? If yes, and it is a Mandrake package for 9.2 it will be there.
no i dont think i've seen anything for URPMI yet but i'll check into it and find out about

BTW, most Mandrake ( now Mandriva ) packages end in .mdk not .rpm. Are you sure you have the whole name of the package correct? I'm booted in 2006 now, I do have a 9.2 system installed, so I can boot there and look using URPMI, if you have no other choice.
well thats alittle info i didnt know about the .mdk thank you

I did a search on rpmseek.com and found this:

i've seen this site referred to before but couldnt remember the name so i'll have to book mark it


thanks again i'll be back later blame

Emmanuel_uk 10-02-2006 02:00 AM

Quote:

i have installed mandrake 9.2 would update to something newer but only have dail up
There are numerous magazines which would have a dvd cover disc
with mandriva 2007 on them, for about 6£

you can order cd or dvds for a few dollars from many sites
(a few in the UK, google for linux distribution buy cheap for example) or see http://distrowatch.com/

Unless you had very old equipment, I would try a newer version,
and even so, still a newer distro will have more software

See as well there might be a linux user group (LUG) near from
where you are, somebody will give you a distro for sure

modems can be a pain see the excellent resource
http://linmodems.technion.ac.il/
with the scanmodem utility

I appreciate you are new to all this, just come back if
you have further questions, other will help

blame582 10-02-2006 09:46 AM

modems can be a pain see the excellent resource
http://linmodems.technion.ac.il/
with the scanmodem utility

well this was the first site i found on linmodems
i used the scanmodem util and got 2 files from it modemcompile.txt
and modem.txt

the main thing is gitting the modem to show up in harddrake i have it under root part of the time with ltmodem-2.4.22-37mdk.rpm but then i went and tried to use the config tool in harddrake to est. my connection but was informed my modem wasnt supported

so what do i do now?

oh also i've lost my sound and yes i went into kmix and checked to see if it was muted

geez why do they have to b e such a pain linux is really starting to frustrate me but then again i'm used to windoze
thanks for the help
blame

camorri 10-02-2006 12:28 PM

Run the command '/sbin/lsmod | grep snd' with out the quotes to see if you have the sound stuff loaded for your card. Here is what it looks like on my machine. Note, the driver will probably be different.

Code:

/sbin/lsmod | grep snd
snd_seq_dummy          2532  0
snd_seq_oss            31136  0
snd_seq_midi_event      5696  1 snd_seq_oss
snd_seq                46960  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_pcm_oss            48960  0
snd_mixer_oss          16896  1 snd_pcm_oss
snd_es18xx            27208  3
snd_pcm                79784  4 snd_pcm_oss,snd_es18xx
snd_page_alloc          8392  1 snd_pcm
snd_opl3_lib            8672  1 snd_es18xx
snd_timer              20548  3 snd_seq,snd_pcm,snd_opl3_lib
snd_hwdep              6848  1 snd_opl3_lib
snd_mpu401_uart        5664  1 snd_es18xx
snd_rawmidi            19616  1 snd_mpu401_uart
snd_seq_device          6828  5 snd_seq_dummy,snd_seq_oss,snd_seq,snd_opl3_lib,snd_rawmidi
snd                    46116  16 snd_seq_oss,snd_seq,snd_pcm_oss,snd_mixer_oss,snd_es18xx,snd_pcm,s              nd_opl3_lib,snd_timer,snd_hwdep,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore              7008  1 snd

Snd is alsa and you need soundcore. The rest of the stuff loaded on my machine by using 'modprobe snd_es18xx'

If you don't have a driver loaded you need to figure out what driver you need. Post back what you find.

blame582 10-02-2006 01:26 PM

ok here is what i've found
Code:

snd-pcm-oss              43428  0  (unused)
snd-mixer-oss            14232  0  [snd-pcm-oss]
snd-via82xx              14816  2
snd-pcm                  72672  0  [snd-pcm-oss snd-via82xx]
snd-timer                18276  0  [snd-pcm]
snd-ac97-codec            44824  0  [snd-via82xx]
snd-mpu401-uart            4608  0  [snd-via82xx]
snd-rawmidi              17664  0  [snd-mpu401-uart]
snd-seq-device            5672  0  [snd-rawmidi]
snd                      40836  2  [snd-pcm-oss snd-mixer-oss snd-via82xx snd-pcm snd-timer snd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device]
soundcore                  6308  0  [snd]
snd-page-alloc            8942  0  [snd-via82xx snd-pcm]


Emmanuel_uk 10-02-2006 01:52 PM

from the command line as route you can also type alsaconf
and see if that helps

re modem, you are much better using wvdial to configure your modem
as explained in scanmodem and also to establish the connection.
I would forget about hardrake, my 2cents (unless you use a newer version
with a very good support of the modem). Anyway without the info
given by scanmodem we are in the dark to help.
Also we would need to know exactly what you have done so far to configure the
modem. Did you follow scanmodem instructions? What were they?

if you cut and past this in a bash script (do you know how to do that?)
camorri might have even more info to guide you with the sound
BTW surely you know what audio card you have...

Code:

#!/bin/bash
# NOT explored alsaconf
# By emmmanuel_uk
# Mixandmathc commands to see if there is sound related info
echo --------"aumix -q | grep -i -E --colour  'vol|cd.'"
aumix -q | grep -i -E --colour  'vol|cd.'
echo --------lspcidrake and lspci
lspcidrake -v | fgrep -i --color AUDIO
lspci -v | grep -i -E --colour 'audio|snd.'
echo --------egrep --colour '(sparcaudio|sound)' /proc/devices
egrep --colour '(sparcaudio|sound)' /proc/devices
echo '--------modules looking for sound slot' grep -i --colour 'sound-slot' /etc/modules.conf
grep -i --colour 'sound-slot' /etc/modules.conf
echo --------cat /etc/modprobe.conf | grep -i --colour 'sound-slot'
cat /etc/modprobe.conf | egrep -i -n --colour 'sound-slot|snd|alsa'
echo --------modprobe -c  with grep and awk
 /sbin/modprobe -c | grep -i -E --after-context=0 '.*i810.|.*snd.*intel8.*|.*nvid.*|alsa' | grep -v pci
echo --------awk
 /sbin/modprobe -c | awk '/^((alias)|(probe)) +sound-slot-[0-9]/ {print $1" "$2" "$3}'
echo --------devices  egrep --colour '(sparcaudio|sound)' /proc/devices
egrep --colour '(sparcaudio|sound)' /proc/devices
# /etc/rc.d/init.d/sound  #would start loading the right module
#/sbin/modprobe --first-time -r --ignore-remove i810_audio  #hardway to unload a kernel module
echo --------lsmod    /sbin/lsmod | grep -i -E --colour 'audio|codec|sound'
/sbin/lsmod | grep -i -E --colour 'audio|codec|sound'
echo --------chkconfig services at level x sound and alsa
/sbin/chkconfig --list sound
/sbin/chkconfig --list alsa
echo --------fuser of dsp
/sbin/fuser -v /dev/dsp
echo --------processes like kscd still live possibly
ps -A | grep kscd

I know it is frustrating,but this is because of the learning curve
Once more newer idstro better hardware detection...

blame582 10-02-2006 04:43 PM

what really sucks is having to shut down windoze to boot linux every little bit all i need
it another powercord but back to the topic

i'll check that stuff out and write out everything ive tried over the last 2 days or so
i'll be back thanks for the help guys

blame582 10-02-2006 05:55 PM

well i thought i had everthing ready too
k the freespace i hade on my hdd and formated
to fat32 with linux but windozes sees it as
unformatted

what can i do to get the files off the hdd


forgot to add this the first time i now have the sound working just running the alsaconf script help it out
thanks Emmanuel_uk for helping with that

Emmanuel_uk 10-03-2006 12:59 AM

glad to know you have the sound working ;)

Quote:

what can i do to get the files off the hdd
I am not sure I understand how many partitions you have,
and whether you have a dual boot.
Are you trying to make a spare fat32 partition so you
can share files between OS's? (this is the right thing to do)

camorri 10-03-2006 09:29 AM

I'm glad you got sound working. Run a 'df' command and paste the results here. Then we'll understand the partitions, and drives you have.

blame582 10-03-2006 01:43 PM

Quote:

Originally Posted by Emmanuel_uk
I am not sure I understand how many partitions you have,
and whether you have a dual boot.
Are you trying to make a spare fat32 partition so you
can share files between OS's? (this is the right thing to do)

i have 3 hdds
1st hdd has windows xp pro (master ide1)
2nd hdd has Linux mandrake 9.2 (slave ide1)
3rd hdd has the fat32 format

yeah i thought that the best way to go with dual boot for this computer
but to learn the os i wanted to run it on its own computer but i ran out of power cables
anyway i have other issues


well last night while tring to config the modem i lost my mouse i use
a microsoft usb trackball and it changed it to a ps/2 for some reason

i thought i could change it back using the mouseconf but i lost something in
the process i'm not sure what but i rebooted linux and when i booted it up it said

it couldnt find host drive (or something along those lines)
wouldnt let me do anything so trying to figure things out i put the mandrake cd in
and set in the bios to boot from cd-rom only and redid the linux install
i tried to use rescue but it said file not found
so i used the upgrade option (dont think this was a very good idea now that i've done it)
thus gitting where i am now to sum it up

i dont have any the orig programs i was using to configure the comp
either that or i need a break from this
i still dont have a mouse
i still cant get the linmodem working
and everytime i do somoething it seems like everything changes
but anyway i dont know i might just do a complete reinstall and see what happens

be back later
thanks for help guys
blame

blame582 10-03-2006 11:53 PM

before i post anything about my ltmodem problem

is the a way to take driver package and make my own drivers for thr kernel i have?

ok here is what i have found i guess

Code:

[root@localhost /]# wvdial
--> WvDial: Internet dialer version 1.53
--> Warning: section [Dialer Defaults] does not exist in wvdial.conf.
--> Cannot open /dev/modem: No such file or directory
--> Cannot open /dev/modem: No such file or directory
--> Cannot open /dev/modem: No such file or directory
[root@localhost /]#
/end




[root@localhost /]# lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8375 [KM266/KL266] Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8633 [Apollo Pro266 AGP]
00:09.0 Communication controller: Lucent Microelectronics LT WinModem (rev 02)  this is my modem
00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)
00:10.0 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.1 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.2 USB Controller: VIA Technologies, Inc. USB (rev 80)
00:10.3 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 82)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8235 ISA Bridge
00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT8233/A/C/VT8235 PIPC Bus Master IDE (rev 06)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235 AC97 Audio Controller (rev 50)
01:00.0 VGA compatible controller: nVidia Corporation NV25 [GeForce4 Ti 4200] (rev a3)
[root@localhost /]#
/end


[root@localhost /]# pcimodules
snd-via82xx
via82cxxx_audio
ehci-hcd
usb-uhci
uhci
usb-uhci
uhci
usb-uhci
uhci
8139too
8139cp
[root@localhost /]#
/end



[root@localhost /]# wvdialconf /etc/wvdial.conf
Scanning your serial ports for a modem.



Sorry, no modem was detected!  Is it in use by another program? no
Did you configure it properly with setserial?

Please read the FAQ at http://open.nit.ca/wvdial/

If you still have problems, send mail to wvdial-list@lists.nit.ca.
[root@localhost /]# setserial
bash: setserial: command not found
/end


ltinstall.txt
start/
If you cannot resolve the problems, please send /usr/share/doc/ltmodem-kv_2.4.22_37mdk-8.30a3/LTinstall.txt to discuss@linmodems.org with Subject:  LTinstallRPM
 RECORD=/usr/share/doc/ltmodem-kv_2.4.22_37mdk-8.30a3/LTinstall.txt
 Linux localhost 2.4.22-6mdk #1 Sun Sep 7 18:11:19 EDT 2003 i686 unknown unknown GNU/Linux
 TARGET_VERSION=2.4.22-37mdk
 PWD=/
 ENVIR=rpm
 INSTALLER=/var/tmp/rpm-tmp.50309 1
 TMPM=/tmp/ltmodem/tmpfile
 FAST=
 LT_VERSION=8.30a3
 TARGET_VERSION=2.4.22-37mdk
 TARGET_CPU=i686
 SYSTEM_CPU=i686
 GCC_DRIVERS=3
 GCCcompiler=3.3.1
 SCAN=/usr/share/doc/ltmodem-kv_2.4.22_37mdk-8.30a3/utils/scanmodem
 DOCS=/usr/share/doc/ltmodem-kv_2.4.22_37mdk-8.30a3
 GCC_PC=3.3.1
 GCCmajor=3

------------ beginning SCANMODEM section ------
 assembled with compiler:  3.3.1
 with current System compiler GCC=3.3.1
    /usr/bin/gcc -> /etc/alternatives/gcc
----active COMM services are ------------
eth0      Link encap:Ethernet  HWaddr 00:40:CA:45:D0:4D
This COMM mode should be closed before using the modem, or DNS services may fail.
 PPP support module  zlib_deflate..o  not found!

  The following ppp related modules should be unpacked by root with:
# gunzip PathTo/ModuleName.o.gz

/lib/modules/2.4.22-6mdk/kernel/drivers/net/bsd_comp.o.gz
/lib/modules/2.4.22-6mdk/kernel/drivers/net/ppp_async.o.gz
/lib/modules/2.4.22-6mdk/kernel/drivers/net/ppp_generic.o.gz
/lib/modules/2.4.22-6mdk/kernel/drivers/net/slhc.o.gz
/lib/modules/2.4.22-6mdk/kernel/drivers/net/ppp_deflate.o.gz


  mandrake is not yet providing pre-compiled drivers for WinModems

 An AC'97 modem codec was not detected


        A PCI card modem was NOT detected, compatible with these drivers for
 Lucent/Agere DSP (digital signal processing) chipsets.
 The Agere Systems soft modem chipsets 11c1:048(a,b,c,d) and 11c1:0600 are NOT supported,
 Nor are soft modem Subsystems under AC'97 or MC97 controllers.
        But some supported  ISA card and many PCMCIA modems
 would not be detected by the scanmodem tool just used. Hence
 the installation will continue in 10 seconds, unless aborted by: Ctrl-C

DEVFS=active
DEV_MODEM_LINK_ORIG=
UPDATE=/etc/init.d/devfsd start
TARGET=/etc/devfsd.conf

 Support is installed for maintenance of the modem device node:
        /dev/tts/LT0
 by the Device File System, together with its symbolic links;
        /dev/modem  and /dev/ttySLTO
 Informing the System with:
        /etc/init.d/devfsd start

MCFILE=/etc/modules.conf

UPDATE_MOD=/sbin/depmod -a
 ---- ppp lines in /etc/modules.conf ----

DEPMOD_A=passed
 The following lines mediate driver autoloading
    and have been written to /etc/modules.conf
### lt_drivers: autoloading and insertion parameter usage
alias /dev/modem lt_serial
alias char-major-62 lt_serial
# below lt_drivers line supports Systems using the device file system (Mandrake and some Debians)
alias /dev/tts/LT0 lt_serial
## Syntax example, lt_driver insertion, ISA card only, may not be needed. See Documentation
# options lt_modem Forced=3,0x130,0x2f8,0
## Syntax example, lt_driver insertion, PCI card only, Very RARELY needed. See Documentation
# options lt_modem vendor_id=0x115d device_id=0x0420
### section lt_drivers ends

 A folder has been installed in your Systems documentation,
  /usr/share/doc/ltmodem-kv_2.4.22_37mdk-8.30a3
 containing much useful guidance and uilities. Updates can be
 downloaded from http://www.heby.de/ltmodem/ as DOCs.tgz

To get online, the Port to be specified in your dialout scripts is:
        /dev/modem

 Installation of the package wvdial is STRONGLY recommended,
 to enable the drivers+modem_hardware test by Root:
    wvdialconf /etc/wvdial.conf
 Read /usr/share/doc/ltmodem-kv_2.4.22_37mdk-8.30a3/wvdial.txt for details
 Browse /usr/share/doc/ltmodem-kv_2.4.22_37mdk-8.30a3 for guidance and tools.
If not familar with the ltmodem drivers, run the interactive CHECKOUT utility by executing:
        /usr/share/doc/ltmodem-kv_2.4.22_37mdk-8.30a3/utils/checkout

  See /usr/share/doc/ltmodem-kv_2.4.22_37mdk-8.30a3/DOCs/Ltmodem.html for issues that may be relevant to your system and useful URLs
  Also see /usr/share/doc/ltmodem-kv_2.4.22_37mdk-8.30a3/DOCs/LastAdvice
  Some dialer utilities including KPPP require that Each User set up a configuration,
  as there could be diverse configurations on multi-User systems.


        Otherwise, get Online and Enjoy
        Relate problems to discuss@linmodems.org
        Gratitude too,  to discuss@linmodems.org

/end




[root@localhost /]# /sbin/lsmod
Module                  Size  Used by    Not tainted
udf                    89952  0  (autoclean)
lp                      8128  0  (autoclean) (unused)
parport                34376  0  (autoclean) [lp]
snd-seq-oss            31808  0
snd-seq-midi-event      6016  0  [snd-seq-oss]
snd-seq                42320  2  [snd-seq-oss snd-seq-midi-event]
snd-pcm-oss            43428  0
snd-mixer-oss          14232  0  [snd-pcm-oss]
snd-via82xx            14816  2
snd-pcm                78692  0  [snd-pcm-oss snd-via82xx]
snd-timer              18276  0  [snd-seq snd-pcm]
snd-ac97-codec        44824  0  [snd-via82xx]
snd-mpu401-uart        4608  0  [snd-via82xx]
snd-rawmidi            17664  0  [snd-mpu401-uart]
snd-seq-device          5672  0  [snd-seq-oss snd-seq snd-rawmidi]
snd-page-alloc          8948  0  [snd-via82xx snd-pcm]
snd                    40836  2  [snd-seq-oss snd-seq-midi-event snd-seq snd-pcm-oss snd-mixer-oss snd-via82xx snd-pcm snd-timer snd-ac97-codec snd-mpu401-uart snd-rawmidi snd-seq-device]
soundcore              6308  0  [snd]
nfsd                  74544  0  (autoclean)
af_packet              14824  0  (autoclean)
ip_vs                  69964  0  (autoclean)
sr_mod                19384  0  (autoclean)
floppy                55516  0
8139too                17160  1  (autoclean)
mii                    3784  0  (autoclean) [8139too]
usbmouse                2936  0  (unused)
keybdev                2724  0  (unused)
mousedev                5460  1
hid                    24068  0  (unused)
input                  5632  0  [usbmouse keybdev mousedev hid]
nls_cp850              4284  1  (autoclean)
vfat                  12012  1  (autoclean)
fat                    36760  0  (autoclean) [vfat]
nls_iso8859-1          3484  3  (autoclean)
ntfs                  78476  2  (autoclean)
supermount            83040  2  (autoclean)
ide-cd                33732  0
cdrom                  32768  0  [sr_mod ide-cd]
ide-scsi              11152  0
scsi_mod              105632  2  [sr_mod ide-scsi]
ehci-hcd              18828  0  (unused)
usb-uhci              25040  0  (unused)
usbcore                74476  1  [usbmouse hid ehci-hcd usb-uhci]
rtc                    8940  0  (autoclean)
ext3                  59920  3
jbd                    38624  3  [ext3]
/end

start/
[root@localhost linux]#  modprobe [-C config ] -c
# Generated by modprobe -c (2.4.25)
path[boot]=/lib/modules/boot
path[toplevel]=/lib/modules/2.4.22-6mdk
path[toplevel]=/lib/modules/2.4
path[kernel]=/lib/modules/kernel
path[fs]=/lib/modules/fs
path[net]=/lib/modules/net
path[scsi]=/lib/modules/scsi
path[block]=/lib/modules/block
path[cdrom]=/lib/modules/cdrom
path[ipv4]=/lib/modules/ipv4
path[ipv6]=/lib/modules/ipv6
path[sound]=/lib/modules/sound
path[fc4]=/lib/modules/fc4
path[video]=/lib/modules/video
path[misc]=/lib/modules/misc
path[pcmcia]=/lib/modules/pcmcia
path[atm]=/lib/modules/atm
path[usb]=/lib/modules/usb
path[ide]=/lib/modules/ide
path[ieee1394]=/lib/modules/ieee1394
path[mtd]=/lib/modules/mtd
# Prune
prune modules.dep
prune modules.description
prune modules.generic_string
prune modules.pcimap
prune modules.isapnpmap
prune modules.usbmap
prune modules.parportmap
prune modules.ieee1394map
prune modules.pnpbiosmap
prune System.map
prune .config
prune Kerntypes
prune build
prune vmlinux
prune vmlinuz
prune bzImage
prune zImage
prune .rhkmvtag
# Above
above hid keybdev mousedev
above wacom evdev
above snd-via82xx snd-pcm-oss
# Below
below ov518_decomp ov511
# Aliases
alias binfmt-0000 off
alias binfmt-204 binfmt_aout
alias binfmt-263 binfmt_aout
alias binfmt-264 binfmt_aout
alias binfmt-267 binfmt_aout
alias binfmt-387 binfmt_aout
alias binfmt-332 iBCS
alias binfmt--310 binfmt_java
alias block-major-1 rd
alias block-major-2 floppy
alias block-major-3 ide-probe-mod
alias block-major-7 loop
alias block-major-8 sd_mod
alias block-major-9 md
alias block-major-11 sr_mod
alias block-major-13 xd
alias block-major-15 cdu31a
alias block-major-16 gscd
alias block-major-17 optcd
alias block-major-18 sjcd
alias block-major-20 mcdx
alias block-major-22 ide-probe-mod
alias block-major-23 mcd
alias block-major-24 sonycd535
alias block-major-25 sbpcd
alias block-major-26 sbpcd
alias block-major-27 sbpcd
alias block-major-29 aztcd
alias block-major-32 cm206
alias block-major-33 ide-probe-mod
alias block-major-34 ide-probe-mod
alias block-major-37 ide-tape
alias block-major-44 ftl
alias block-major-46 pcd
alias block-major-47 pf
alias block-major-56 ide-probe-mod
alias block-major-57 ide-probe-mod
alias block-major-58 lvm-mod
alias block-major-88 ide-probe-mod
alias block-major-89 ide-probe-mod
alias block-major-90 ide-probe-mod
alias block-major-91 ide-probe-mod
alias block-major-93 nftl
alias block-major-97 pg
alias char-major-4 serial
alias char-major-5 serial
alias char-major-6 lp
alias char-major-9 st
alias char-major-10 off
alias char-major-10-0 busmouse
alias char-major-10-1 off
alias char-major-10-2 msbusmouse
alias char-major-10-3 atixlmouse
alias char-major-10-130 wdt
alias char-major-10-131 wdt
alias char-major-10-135 rtc
alias char-major-10-139 openprom
alias char-major-10-144 nvram
alias char-major-10-157 applicom
alias char-major-10-175 agpgart
alias char-major-10-184 microcode
alias char-major-10-200 tun
alias char-major-13 input
alias char-major-13-32 mousedev
alias char-major-14 soundcore
alias char-major-19 cyclades
alias char-major-20 cyclades
alias char-major-21 sg
alias char-major-22 pcxx
alias char-major-23 pcxx
alias char-major-27 ftape
alias char-major-34 scc
alias char-major-35 tclmidi
alias char-major-36 netlink
alias char-major-37 ide-tape
alias char-major-48 riscom8
alias char-major-49 riscom8
alias char-major-57 esp
alias char-major-58 esp
alias char-major-63 kdebug
alias char-major-90 mtdchar
alias char-major-96 pt
alias char-major-99 ppdev
alias char-major-107 3dfx
alias char-major-108 ppp_generic
alias char-major-109 lvm-mod
alias char-major-161 ircomm-tty
alias char-major-171 raw1394
alias char-major-195 NVdriver
alias char-major-200 vxspec
alias char-major-206 osst
alias dos msdos
alias dummy0 dummy
alias dummy1 dummy
alias eth0 8139too
alias iso9660 isofs
alias md-personality-1 linear
alias md-personality-2 raid0
alias md-personality-3 raid1
alias md-personality-4 raid5
alias md-personality-7 multipath
alias net-pf-1 unix
alias net-pf-2 ipv4
alias net-pf-3 off
alias net-pf-4 ipx
alias net-pf-5 appletalk
alias net-pf-6 off
alias net-pf-10 off
alias net-pf-17 af_packet
alias net-pf-19 off
alias netalias-2 ip_alias
alias irlan0 irlan
alias irda-dongle-0 tekram
alias irda-dongle-1 esi
alias irda-dongle-2 actisys
alias irda-dongle-3 actisys
alias irda-dongle-4 girbil
alias irda-dongle-5 litelink
alias irda-dongle-6 airport
alias irda-dongle-7 old_belkin
alias plip0 plip
alias plip1 plip
alias tunl0 ipip
alias cipcb0 cipcb
alias cipcb1 cipcb
alias cipcb2 cipcb
alias cipcb3 cipcb
alias ppp0 ppp
alias ppp1 ppp
alias slip0 slip
alias slip1 slip
alias tty-ldisc-1 slip
alias tty-ldisc-3 ppp_async
alias tty-ldisc-11 irtty
alias tty-ldisc-14 ppp_synctty
alias ppp-compress-18 ppp_mppe
alias ppp-compress-21 bsd_comp
alias ppp-compress-24 ppp_deflate
alias ppp-compress-26 ppp_deflate
alias ppp ppp_async
alias parport_lowlevel parport_pc
alias usbdevfs usbcore
alias ncr53c8xx sym53c8xx
alias sound-slot-0 snd-via82xx
# Options
options dummy0 -o dummy0
options dummy1 -o dummy1
options sb io=0x220 irq=7 dma=1 dma16=5 mpu_io=0x330
# Probeall
probeall scsi_hostadapter ide-scsi
probeall usb-interface usb-uhci ehci-hcd
# Commands
post-install binfmt_misc /bin/mount -t binfmt_misc none /proc/sys/fs/binfmt_misc  > /dev/null 2>&1 || :
pre-install usbmouse /sbin/modprobe hid
pre-remove binfmt_misc /bin/umount /proc/sys/fs/binfmt_misc > /dev/null 2>&1 || :
post-install printer /usr/bin/killall -HUP cupsd || :
# Miscellaneous file and directory names
generic_stringfile=/lib/modules/2.4.22-6mdk/modules.generic_string
pcimapfile=/lib/modules/2.4.22-6mdk/modules.pcimap
isapnpmapfile=/lib/modules/2.4.22-6mdk/modules.isapnpmap
usbmapfile=/lib/modules/2.4.22-6mdk/modules.usbmap
parportmapfile=/lib/modules/2.4.22-6mdk/modules.parportmap
ieee1394mapfile=/lib/modules/2.4.22-6mdk/modules.ieee1394map
pnpbiosmapfile=/lib/modules/2.4.22-6mdk/modules.pnpbiosmap
depfile=/lib/modules/2.4.22-6mdk/modules.dep
persistdir=/var/lib/modules/persist
[root@localhost linux]#


so what can we do to get my modem working under linux any help welocomed thanks blame

Emmanuel_uk 10-04-2006 01:36 AM

I still recommand you ditch mandrake 9.2, try mandy 2006 or 2007 (just wait a few days) or pclinuxos
BTW 2007 is out http://www.mandriva.com/en/download

You might have this modem then
http://www.linuxquestions.org/hcl/sh...p/product/2582
http://linmodems.technion.ac.il/pack...em/kernel-2.6/

I know the results of scanmodem are difficult to read or understand
when being a newbie. However there is nothing better around to start from.
And actually it is very very good and tells you about everything
you need to know. Please read the output again

If you want further help (not from me because this a topic I really dislike)
you need to post
Quote:

Providing detail for device at PCI_bus 0000:01:0a.0
with vendor-ID:device-ID
----:----
Class 11c1:0458 (rev Communication controller: Lucent Microelectronics LT WinModem (rev 02)
SubSystem 11c1:0440 Lucent Microelectronics: Unknown device 0440
0000:01:0a.0 0780: 11c1:0458 (rev 02)
the exact vendor ID and device ID are necessary to look
in the archive of technion
You can email technion there are very very knowledgeable

you need also to post here what the ./scanmodem is suggesting

winmodem are a pain. It sometimes take quite a bit of effort
You might consider buying a serial modem (a true modem)
see the database at http://start.at/modem

The way I would do it is google for mandriva 2005 or 2006 + exact id of modem,
I may have a ltmodem package on the dvd
bottom of page of http://linmodems.technion.ac.il/ you can search the archive
you are not the first one with this modem


All times are GMT -5. The time now is 05:26 PM.