Re: Connecting with a Mobile



On Fri, 2008-04-18 at 12:35 -0400, Gonsolo wrote:
> Hi!
> 
> After adding
> 
>     <!-- Samsung SGH E300 -->
>       <match key="@info.parent:usb.vendor_id" int="0x067b">
>         <match key="@info.parent:usb.product_id" int="0x2303">
>           <match key="@info.parent:usb.interface.number" int="0">
>             <append key="info.capabilities" type="strlist">modem</append>
>             <append key="modem.command_sets" type="strlist">GSM-07.07</append>
>             <append key="modem.command_sets" type="strlist">GSM-07.05</append>
>           </match>
>         </match>
>       </match>
> 
> to /usr/share/hal/fdi/information/10freedesktop/10-modem.fdi
> 
> I am able to see my mobile in network manager.
> Connecting however fails with
> 
> Apr 18 18:19:34 localhost NetworkManager: <info>  Activation (ttyUSB0)
> starting connection 'Auto GSM network connection'
> Apr 18 18:19:34 localhost NetworkManager: <info>  Activation (ttyUSB0)
> Stage 1 of 5 (Device Prepare) scheduled...
> Apr 18 18:19:34 localhost NetworkManager: <info>  Activation (ttyUSB0)
> Stage 1 of 5 (Device Prepare) started...
> Apr 18 18:19:34 localhost NetworkManager: <info>  Activation (ttyUSB0)
> Stage 1 of 5 (Device Prepare) complete.
> Apr 18 18:19:44 localhost NetworkManager: <WARN>  init_done(): Modem
> initialization timed out
> Apr 18 18:19:44 localhost NetworkManager: <info>  Marking connection
> 'Auto GSM network connection' invalid.
> Apr 18 18:19:44 localhost NetworkManager: <info>  Activation (ttyUSB0) failed.
> Apr 18 18:19:44 localhost NetworkManager: <info>  Deactivating device ttyUSB0.
> 
> in /var/log/messages.
> 
> This is Fedora 9 Preview.
> I don't know what to do. Can somebody give me a hint?

Grab the latest NM from koji:

http://koji.fedoraproject.org/koji/buildinfo?buildID=46621

It's got more robust serial handling code, and also logs the serial
communications, so we'll have a much better chance of figuring out
what's going wrong.

dan




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