public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Kernel doesn't see USB ADSL modem - pegasus?
@ 2003-10-04  5:10 Juan Carlos Castro Y Castro
  2003-10-04 21:39 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Juan Carlos Castro Y Castro @ 2003-10-04  5:10 UTC (permalink / raw)
  To: 'linux-kernel@vger.kernel.org'

[-- Attachment #1: Type: text/plain, Size: 1728 bytes --]

(Please CC me here and at jcastro@vialink.com.br -- I'm not subscribed)

I have a SpeedStream 5200 ADSL modem, connected to the USB port. From what I
understand, the pegasus driver should see it. I installed 2.4.23-pre6,
modprobe'd usbnet and pegasus, but no new interface shows up. (I tested with
ip link show)

Maybe I should patch the driver to include a device ID or something of the
sort?

This is the contents of /proc/bus/usb/devices:

T:  Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 0.00
S:  Product=USB UHCI Root Hub
S:  SerialNumber=d800
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=0000 ProdID=0000 Rev= 0.00
S:  Product=USB UHCI Root Hub
S:  SerialNumber=d400
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
T:  Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  2 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=ff(vend.) Sub=ff Prot=ff MxPS= 8 #Cfgs=  1
P:  Vendor=067c ProdID=e240 Rev= 1.01
S:  Manufacturer=Efficient Networks, Inc.
S:  Product=SpeedStream
S:  SerialNumber=SpeedStream
C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 2 Cls=ff(vend.) Sub=00 Prot=ff Driver=(none)
E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
E:  Ad=03(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms

[-- Attachment #2: Type: text/plain, Size: 1034 bytes --]

**********************************************************************
 Informação transmitida destina-se apenas à pessoa a quem foi endereçada e pode conter informação confidencial, legalmente protegida e para conhecimento exclusivo do destinatário. Se o leitor desta advertência não for o seu destinatário, fica ciente de que sua leitura, divulgação ou cópia é estritamente proibida. Caso a mensagem tenha sido recebida por engano, favor comunicar ao remetente e apagar o texto de qualquer computador.


The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information, by person or entity other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
**********************************************************************

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Kernel doesn't see USB ADSL modem - pegasus?
  2003-10-04  5:10 Juan Carlos Castro Y Castro
@ 2003-10-04 21:39 ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2003-10-04 21:39 UTC (permalink / raw)
  To: Juan Carlos Castro Y Castro; +Cc: 'linux-kernel@vger.kernel.org'

On Sat, Oct 04, 2003 at 02:10:57AM -0300, Juan Carlos Castro Y Castro wrote:
> (Please CC me here and at jcastro@vialink.com.br -- I'm not subscribed)
> 
> I have a SpeedStream 5200 ADSL modem, connected to the USB port. From what I
> understand, the pegasus driver should see it. I installed 2.4.23-pre6,
> modprobe'd usbnet and pegasus, but no new interface shows up. (I tested with
> ip link show)
> 
> Maybe I should patch the driver to include a device ID or something of the
> sort?

Try that, the driver currently does not support this device id.  Let us
know how that works.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* RE: Kernel doesn't see USB ADSL modem - pegasus?
@ 2003-10-04 22:17 Juan Carlos Castro Y Castro
  0 siblings, 0 replies; 6+ messages in thread
From: Juan Carlos Castro Y Castro @ 2003-10-04 22:17 UTC (permalink / raw)
  To: 'linux-kernel@vger.kernel.org'


<caveman-trying-to-understand-black-monolith>
So I should insert the following line in pegasus.h?

PEGASUS_DEV( "SpeedStream 5200 ADSL Modem", VENDOR_SIEMENS, 0xe240,
                DEFAULT_GPIO_RESET | PEGASUS_II )

Is the first string free to choose or do I have to match some output from
the device? Anyway, I'll try it tonight or tomorrow.
</caveman-trying-to-understand-black-monolith>

By the way, USB and ACPI are nice to each other again. Thanks Jun! You're
better at your craft than your distant relative Satoru
(http://www.grandprix.com/gpe/drv-naksat.html) was at his!

Cheers all,
Juan

-----Original Message-----
From: Greg KH
To: Juan Carlos Castro Y Castro
Cc: 'linux-kernel@vger.kernel.org'
Sent: 10/4/2003 6:39 PM
Subject: Re: Kernel doesn't see USB ADSL modem - pegasus?

On Sat, Oct 04, 2003 at 02:10:57AM -0300, Juan Carlos Castro Y Castro
wrote:
> (Please CC me here and at jcastro@vialink.com.br -- I'm not
subscribed)
> 
> I have a SpeedStream 5200 ADSL modem, connected to the USB port. From
what I
> understand, the pegasus driver should see it. I installed 2.4.23-pre6,
> modprobe'd usbnet and pegasus, but no new interface shows up. (I
tested with
> ip link show)
> 
> Maybe I should patch the driver to include a device ID or something of
the
> sort?

Try that, the driver currently does not support this device id.  Let us
know how that works.

thanks,

greg k-h

**********************************************************************
 Informação transmitida destina-se apenas à pessoa a quem foi endereçada e pode conter informação confidencial, legalmente protegida e para conhecimento exclusivo do destinatário. Se o leitor desta advertência não for o seu destinatário, fica ciente de que sua leitura, divulgação ou cópia é estritamente proibida. Caso a mensagem tenha sido recebida por engano, favor comunicar ao remetente e apagar o texto de qualquer computador.


The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information, by person or entity other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from any computer.
**********************************************************************

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Kernel doesn't see USB ADSL modem - pegasus?
@ 2003-10-05  1:57 Juan Carlos Castro y Castro
  2003-10-07 18:08 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Juan Carlos Castro y Castro @ 2003-10-05  1:57 UTC (permalink / raw)
  To: linux-kernel

Well, it didn't work -- I inserted the following line in pegasus.h:

PEGASUS_DEV( "SpeedStream", VENDOR_SIEMENS, 0xe240,
DEFAULT_GPIO_RESET | PEGASUS_II )

Because that's what appeared in /proc/bus/usb/devices. But now, modprobe 
pegasus hangs (the process, not the machine). Also, any attemp to access 
/proc/bus/usb hangs the process. Kudzu hangs too. Now I reached the 
limits of my knowledge. :(

-- 
"I drank WHAT?" --Socrates



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Kernel doesn't see USB ADSL modem - pegasus?
  2003-10-05  1:57 Kernel doesn't see USB ADSL modem - pegasus? Juan Carlos Castro y Castro
@ 2003-10-07 18:08 ` Greg KH
  2003-10-07 22:26   ` Juan Carlos Castro y Castro
  0 siblings, 1 reply; 6+ messages in thread
From: Greg KH @ 2003-10-07 18:08 UTC (permalink / raw)
  To: Juan Carlos Castro y Castro; +Cc: linux-kernel

On Sat, Oct 04, 2003 at 10:57:50PM -0300, Juan Carlos Castro y Castro wrote:
> Well, it didn't work -- I inserted the following line in pegasus.h:
> 
> PEGASUS_DEV( "SpeedStream", VENDOR_SIEMENS, 0xe240,
> DEFAULT_GPIO_RESET | PEGASUS_II )
> 
> Because that's what appeared in /proc/bus/usb/devices. But now, modprobe 
> pegasus hangs (the process, not the machine). Also, any attemp to access 
> /proc/bus/usb hangs the process. Kudzu hangs too. Now I reached the 
> limits of my knowledge. :(

Sorry, this device is probably not supported by that driver :(

Can you return it and get something else?

Good luck,

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Kernel doesn't see USB ADSL modem - pegasus?
  2003-10-07 18:08 ` Greg KH
@ 2003-10-07 22:26   ` Juan Carlos Castro y Castro
  0 siblings, 0 replies; 6+ messages in thread
From: Juan Carlos Castro y Castro @ 2003-10-07 22:26 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

*sigh* I can use it with ethernet instead of USB. I don't mind 
installing a new piece of hardware in order to run Linux, but I'd like 
it to be "fully" compatible for the masses. Who in the kernel team would 
likely be able to come up with an USB driver if sent one of those 
devices? You? You? You over there? The fellow in the back row with the 
nose piercing? ;)

Greg KH wrote:

>On Sat, Oct 04, 2003 at 10:57:50PM -0300, Juan Carlos Castro y Castro wrote:
>  
>
>>Well, it didn't work -- I inserted the following line in pegasus.h:
>>
>>PEGASUS_DEV( "SpeedStream", VENDOR_SIEMENS, 0xe240,
>>DEFAULT_GPIO_RESET | PEGASUS_II )
>>
>>Because that's what appeared in /proc/bus/usb/devices. But now, modprobe 
>>pegasus hangs (the process, not the machine). Also, any attemp to access 
>>/proc/bus/usb hangs the process. Kudzu hangs too. Now I reached the 
>>limits of my knowledge. :(
>>    
>>
>
>Sorry, this device is probably not supported by that driver :(
>
>Can you return it and get something else?
>
>Good luck,
>
>greg k-h
>
>
>  
>



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2003-10-07 22:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-05  1:57 Kernel doesn't see USB ADSL modem - pegasus? Juan Carlos Castro y Castro
2003-10-07 18:08 ` Greg KH
2003-10-07 22:26   ` Juan Carlos Castro y Castro
  -- strict thread matches above, loose matches on Subject: below --
2003-10-04 22:17 Juan Carlos Castro Y Castro
2003-10-04  5:10 Juan Carlos Castro Y Castro
2003-10-04 21:39 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox