RE: jfdesign, Indonesia Mandriva 2006.0 kernel 2.6.12-12mdk

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Mr. Jacques Goldberg,

No, Mr. Jacques, here is the story :
After succeeding turning on the modem with : slmodemd -c INDONESIA --alsa
modem:1 and tested perfectly with kppp, then I have to arrange so the
slmodem loaded each time after reboot, right ?
Then I choose to add this line at my /etc/rc.local file :
	slmodemd -c INDONESIA --alsa modem:1 &
rather than editing the /etc/sysconfig/slmodemd or /etc/init.d/slmodemd
because it didn't work.
After adding that line, reboot my system, and try the modem with kppp it
brings an error cause kppp cannot find ttySL0.
I have to do this steps :
	Modprobe -r snd-via82xx-modem
	Modprobe snd-via82xx-modem
Then trying with kppp again, now it succeeded.
So I have to add this three lines of command to my etc/rc.local :
	Modprobe -r snd-via82xx-modem
	Modprobe snd-via82xx-modem
	slmodemd -c INDONESIA --alsa modem:1 &
Now It works ! 

I know that is not usual, then I ask Mr. MarvS. :-)

So, answering your question is a little bit confusing to me, before or after
resetting modprobing the snd-via82xx-modem module ?
If after resetting , yes the module was there, and the slmodem also work,
until restarting occur.
If before resetting, yes the module was there, but the slmodem won't work.
The point is the snd-via82xx-modem needs to be resetting after restart to
make slmodem to work. Is that usual ?

Please advise Mr. Jacques ....
I'm really be thankful for your help.

Cheers,

Jusuf

-----Original Message-----
From: Jacques Goldberg [mailto:Jacques.Goldberg@xxxxxxx] 
Sent: Thursday, January 11, 2007 2:40 PM
To: Jusuf
Cc: DISCUSS@xxxxxxxxxxxxx
Subject: Re: jfdesign, Indonesia Mandriva 2006.0 kernel 2.6.12-12mdk

Jusuf,
I do not understand.
Please do the following and tell me exactly where the problem is:

1-Type    /sbin/lsmod  . This shows the modules present in memory. Do 
you see snd-via82xx-modem in the output?
You can save the long list by just typing   /sbin/lsmod | grep modem

2-If it is not there,    modprobe snd-via82xx-modem

3-Try to connect: start slmodemd as usual wvdial (kppp if you use kppp). 
Success?

4-Reboot

5-Repeat #1 above .  /sbin/lsmod | grep modem  . Is the driver there?

6-Repeat #3. Success? Then I do not understand why you write:
"But why I have to :
 > 	Modprobe -r snd-via82xx-modem
 > 	Modprobe snd-via82xx-modem
 > Each time after reboot, if doesn't the slmodemd cannot find the 
device ???"
  since obviously slmodemd DOES find the modem (module snd-via82xx-modem).

Or are you asking why do you need to start slmodemd after each reboot
although snd-via82xx-modem is already in memory?

It is trivial to start slmodemd automatically at boot if you do not care 
for the resources (memory, cpu) which it takes when not in use.

The file from which you started, SLMODEMD... , contains instructions and 
example on how to do that (paragraph number 4 in file README).

You can also start the modem connection automatically, by the same 
method, if you do not care paying for the communication while you do not 
use it.

Jacques

Jusuf wrote:
> Thank you Mr. MarvS.
> Now my second laptop's modem works too. :-)
> Using 2.6.12-12mdk good, upgrade to 2.6.17-5mdv also works perfectly.
> This is the aplay -l results :
> **** List of PLAYBACK Hardware Devices ****
> card 0: V8235 [VIA 8235], device 0: VIA 8235 [VIA 8235]
>   Subdevices: 4/4
>   Subdevice #0: subdevice #0
>   Subdevice #1: subdevice #1
>   Subdevice #2: subdevice #2
>   Subdevice #3: subdevice #3
> card 0: V8235 [VIA 8235], device 1: VIA 8235 [VIA 8235]
>   Subdevices: 1/1
>   Subdevice #0: subdevice #0
> card 1: modem [VIA 82XX modem], device 0: VIA 82XX modem [VIA 82XX modem]
>   Subdevices: 0/1
>   Subdevice #0: subdevice #0
> And the slmodemd command from SLMODEM.GCC4.tar.gz :
> 	Slmodemd -c INDONESIA --alsa modem:1
> Will turned on the modem.
> 
> But why I have to :
> 	Modprobe -r snd-via82xx-modem
> 	Modprobe snd-via82xx-modem
> Each time after reboot, if doesn't the slmodemd cannot find the device ???
> 
> But, thank you anyway Mr. MarvS.
> 
> Cheers,
> 
> 
> jfdesign
> 
> -----Original Message-----
> From: Marvin Stodolsky [mailto:marvin.stodolsky@xxxxxxxxx] 
> Sent: Wednesday, January 10, 2007 8:43 PM
> To: Jusuf
> Cc: DISCUSS@xxxxxxxxxxxxx
> Subject: Re: jfdesign, Indonesia Mandriva 2006.0 kernel 2.6.12-12mdk
> 
> Jusuf
> 
>   Class 0780: 1106:3068 Communication controller: VIA Technologies,
> Inc. AC'97 Modem Controller
>       Primary PCI_id  1106:3068
>     Subsystem PCI_id  1558:5402
>     Softmodem codec or Vendor from diagnostics: MOT66, an AgereSystems
type.
> 
> is NOT a Conexant chipset modem.  Remove the hsfmodem software.
> Use:
>  Download from http://linmodems.technion.ac.il/packages/smartlink/
>  the package SLMODEMD.gcc4.tar.gz having a compiled slmodemd. Unpack
> under Linux with:
>  	$ tar zxf SLMODEMD.gcc4.tar.gz
>  and read instructions therein. But briefly, the modem is setup with
> command:
>  	 slmodemd -c INDONESIA --alsa modem:1
>  reporting dynamic creation of ports:
> 	/dev/ttySL0 --> /dev/pts/N   , with N some number
>  Read Smartlink.txt and Modem/YourSystem.txt for follow through guidance.
> 
> MarvS
> 
> On 1/10/07, Jusuf <jusuf@xxxxxxxxxxxx> wrote:
>> Mr. MarvS,
>>
>> Regardless to your pointer, I remove the slmodem driver including the
> dkms,
>> then d/l-ing hsfmodem from linuxant.
>> Installing the dkms-hsfmodem, run scanModem again, now my modem at
>> modemdata.txt change to MOT-66 ????
>> Please advise ???
>>
>> Thank you in advance Mr. MarvS.
>>
>> Cheers,
>>
>>
>> jfdesign
>>
>> ________________________________________
>> From: Marvin Stodolsky [mailto:marvin.stodolsky@xxxxxxxxx]
>> Sent: Wednesday, January 10, 2007 10:55 AM
>> To: Jusuf
>> Cc: DISCUSS@xxxxxxxxxxxxx
>> Subject: Re: jfdesign, Indonesia Mandriva 2006.0 kernel 2.6.12-12mdk
>>
>> Jusuf
>>
>> The failure of the scanModem diagnostic:
>>  For candidate modem in PCI bus:  00:11.6
>>    Class 0780: 1106:3068 Communication controller: VIA Technologies, Inc.
>> AC'97 Modem Controller
>>       Primary PCI_id  1106:3068
>>
>>     Subsystem PCI_id  1558:5402
>>     Softmodem codec or Vendor from diagnostics:
>> ------------------
>> is most likely the signature of a Conexant subsystem.  Try an hsfmodem
>> package at
>> www.linuxant.com
>> for your
>> Mandriva Linux release 2006.0 (Official) for i586
>> Kernel 2.6.12-12mdk on an i686
>>
>> MarvS
>>
>> On 1/9/07, Jusuf <jusuf@xxxxxxxxxxxx> wrote:
>> Here is my other notebook modem.
>>
>> Thank you in advance, Mr. MarvS.
>>
>> Cheers,
>>
>>
>> jfdesign
>>
>>
>>
>>
>>
> 


[Index of Archives]     [Linux Media Development]     [Asterisk]     [DCCP]     [Netdev]     [X.org]     [Xfree86]     [Fedora Women]     [Linux USB]

  Powered by Linux