Hi, I have been trying to figure out why the S100U is not performing very well on RH9.. Here is my thinking..( may be totally wide of the mark but here goes anyway) I remember reading somwhere that the sound system used by RH has changed... Does the S100U not depend on the sound subsystem?? So what I think is that the sound subsystem in RH9 and the S100U are not happy working together.. Does that sound valid? And how difficult would it be to fix apart from installing and older version of RH or a completely different distro?? Thanks.. -- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
Have you tried changing between the uhci and usb-uhci drivers? Mark On Tue, 15 Apr 2003, WipeOut . wrote:> Hi, > > I have been trying to figure out why the S100U is not performing very well on RH9.. > > Here is my thinking..( may be totally wide of the mark but here goes anyway) > > I remember reading somwhere that the sound system used by RH has changed... > > Does the S100U not depend on the sound subsystem?? > > So what I think is that the sound subsystem in RH9 and the S100U are not happy working together.. > > Does that sound valid? And how difficult would it be to fix apart from installing and older version of RH or a completely different distro?? > > Thanks.. > -- > ______________________________________________ > http://www.linuxmail.org/ > Now with e-mail forwarding for only US$5.95/yr > > Powered by Outblaze > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
I have just left it as redhat installs it.. Its got the usb-uhci module loaded.. The S100U worked fine under redhat 7.2 which if I remember correctly also used the usb-uhci driver.. but now on redhat 9 I get a hissing sound on the channel.. A little like the sound a cpu fan makes...> Have you tried changing between the uhci and usb-uhci drivers? > > Mark > > On Tue, 15 Apr 2003, WipeOut . wrote: > > > Hi, > > > > I have been trying to figure out why the S100U is not performing very well on RH9.. > > > > Here is my thinking..( may be totally wide of the mark but here goes anyway) > > > > I remember reading somwhere that the sound system used by RH has changed... > > > > Does the S100U not depend on the sound subsystem?? > > > > So what I think is that the sound subsystem in RH9 and the S100U are not happy working together.. > > > > Does that sound valid? And how difficult would it be to fix apart from installing and older version of RH or a completely different distro?? > > > > Thanks.. > > -- > > ______________________________________________ > > http://www.linuxmail.org/ > > Now with e-mail forwarding for only US$5.95/yr > > > > Powered by Outblaze > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
Try: rmmod usb-uhci modprobe uhci ztcfg and tell me if the noise gets better. Mark On Tue, 15 Apr 2003, WipeOut . wrote:> I have just left it as redhat installs it.. Its got the usb-uhci module loaded.. > > The S100U worked fine under redhat 7.2 which if I remember correctly > also used the usb-uhci driver.. but now on redhat 9 I get a hissing > sound on the channel.. A little like the sound a cpu fan makes... > > > > Have you tried changing between the uhci and usb-uhci drivers? > > > > Mark > > > > On Tue, 15 Apr 2003, WipeOut . wrote: > > > > > Hi, > > > > > > I have been trying to figure out why the S100U is not performing very well on RH9.. > > > > > > Here is my thinking..( may be totally wide of the mark but here goes anyway) > > > > > > I remember reading somwhere that the sound system used by RH has changed... > > > > > > Does the S100U not depend on the sound subsystem?? > > > > > > So what I think is that the sound subsystem in RH9 and the S100U are not happy working together.. > > > > > > Does that sound valid? And how difficult would it be to fix apart from installing and older version of RH or a completely different distro?? > > > > > > Thanks.. > > > -- > > > ______________________________________________ > > > http://www.linuxmail.org/ > > > Now with e-mail forwarding for only US$5.95/yr > > > > > > Powered by Outblaze > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@lists.digium.com > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > -- > ______________________________________________ > http://www.linuxmail.org/ > Now with e-mail forwarding for only US$5.95/yr > > Powered by Outblaze > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Mark, No luck with the loading of the other driver... After ztcfg ran I got the folowing.. ZT_CHANCONFIG failed on channel 1: Invalid argument (22) I rebooted the PC and when I started zaptel I got the following output (I had not noticed this output before becasue I had it starting at boot time).. # /etc/init.d/zaptel start ending transmit wcusb: Removed a Wildcard device usbaudio: device 2 interface 2 altsetting 1 channels 1 framesize 2 configured usbaudio: device 2 interface 3 altsetting 0 does not have an endpoint usbaudio: device 2 interface 3 altsetting 1 channels 1 framesize 2 configured usb-uhci.c: interrupt, status 2, frame# 1383 usb_control/bulk_msg: timeout usbaudio: mixer request device 2 if 1 unit 6 ch 1 selector 2 failed usb_control/bulk_msg: timeout usbaudio: mixer request device 2 if 1 unit 5 ch 1 selector 2 failed Loading zaptel framework: [ OK ] Loading zaptel hardware modules: Specify address with base=0xNNNNN Registered Tormenta2 PCI Found a Wildcard FXO: Wildcard X101P wcfxo wcusb: wc_detect_device Second exit wcusb: Found a Wildcard S100U USB FXS Interface (WCUSB/0) Wildcard USB FXS Interface driver registered wcusb Running ztcfg: [ OK ] Is this normal??.. I don't remember seeing this when I ran it in redhat 7.2.. Thanks for your help..> Try: > > rmmod usb-uhci > modprobe uhci > ztcfg > > and tell me if the noise gets better. > > Mark > > On Tue, 15 Apr 2003, WipeOut . wrote: > > > I have just left it as redhat installs it.. Its got the usb-uhci module loaded.. > > > > The S100U worked fine under redhat 7.2 which if I remember correctly > > also used the usb-uhci driver.. but now on redhat 9 I get a hissing > > sound on the channel.. A little like the sound a cpu fan makes... > > > > > > > Have you tried changing between the uhci and usb-uhci drivers? > > > > > > Mark > > > > > > On Tue, 15 Apr 2003, WipeOut . wrote: > > > > > > > Hi, > > > > > > > > I have been trying to figure out why the S100U is not performing very well on RH9.. > > > > > > > > Here is my thinking..( may be totally wide of the mark but here goes anyway) > > > > > > > > I remember reading somwhere that the sound system used by RH has changed... > > > > > > > > Does the S100U not depend on the sound subsystem?? > > > > > > > > So what I think is that the sound subsystem in RH9 and the S100U are not happy working together.. > > > > > > > > Does that sound valid? And how difficult would it be to fix apart from installing and older version of RH or a completely different distro?? > > > > > > > > Thanks.. > > > > -- > > > > ______________________________________________ > > > > http://www.linuxmail.org/ > > > > Now with e-mail forwarding for only US$5.95/yr > > > > > > > > Powered by Outblaze > > > > _______________________________________________ > > > > Asterisk-Users mailing list > > > > Asterisk-Users@lists.digium.com > > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > > > > > > > _______________________________________________ > > > Asterisk-Users mailing list > > > Asterisk-Users@lists.digium.com > > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > -- > > ______________________________________________ > > http://www.linuxmail.org/ > > Now with e-mail forwarding for only US$5.95/yr > > > > Powered by Outblaze > > _______________________________________________ > > Asterisk-Users mailing list > > Asterisk-Users@lists.digium.com > > http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze
I have just run through the following sequence with these results.. # /etc/init.d/zaptel stop # rmmod usb-uhci ~ take phone off hook and listen.. Silent.. # modprobe uhci # /etc/init.d/zaptel start ~ take phone off hook.. hissing sound with a click at +- 1 second intervals. # /etc/init.d/zaptel stop # rmmod uhci ~ take phone off hook and listen.. Silent.. # modprobe usb-uhci # /etc/init.d/zaptel start ~ take phone off hook.. hissing sound with a click at +- 1 second intervals. ----- Original Message ----- From: Mark Spencer <markster@digium.com> Date: Wed, 16 Apr 2003 10:17:06 -0500 (CDT) To: <asterisk-users@lists.digium.com> Subject: Re: [Asterisk-Users] S100U on RH9> > No luck with the loading of the other driver... > > After ztcfg ran I got the folowing.. > > ZT_CHANCONFIG failed on channel 1: Invalid argument (22) > > Sounds like they're detected in the wrong order at this point. Perhaps a > /etc/init.d/zaptel restart would be in order. > > Mark > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users-- ______________________________________________ http://www.linuxmail.org/ Now with e-mail forwarding for only US$5.95/yr Powered by Outblaze