Am Montag 20 August 2007 08:15:57 schrieb Michael Gisbers:
> Am Sonntag 19 August 2007 schrieb Michael Gisbers:
> > Am Sonntag 19 August 2007 schrieb Florian Philipp:
> > > Am Sonntag 19 August 2007 16:52:37 schrieb Michael Gisbers:
> > > > Am Samstag 18 August 2007 schrieb Florian Philipp:
> > > > > Am Donnerstag 16 August 2007 20:28:43 schrieb Florian Philipp:
> > > > > > Am Donnerstag 16 August 2007 13:03:40 schrieben Sie:
> > > > > > > Am Mittwoch 15 August 2007 21:07:49 schrieb Michael Gisbers:
> > > > > > > > Am Mittwoch 15 August 2007 schrieb Florian Philipp:
> > > > > > > > > Okay, I've found option.ko and airprime.ko. tail -f
> > > > > > > > > /var/log/messages still doesn't output anything. Might that
> > > > > > > > > be a configuration issue (syslog-ng? kernel?)?
> > > > > > > >
> > > > > > > > Which kernel do you use?
> > > > > > >
> > > > > > > suspend2-2.6.22-r1
> > > > > > >
> > > > > > > I fact, this machine NEVER produced any output to
> > > > > > > /var/log/messages. It's completely empty. Its only content is
> > > > > > > the gzip-header when logrotate compresses the empty file once a
> > > > > > > week.
> > > > > >
> > > > > > /var/log/messages works now. (syslog-ng's sync had to be set to
> > > > > > 1).
> > > > > >
> > > > > > Unfortunately, that does not solve my problem. airprime, option,
> > > > > > usbserial and ftdi_sio are compiled as modules and loaded. Yet, I
> > > > > > still don't get anything useful on tail -f /var/log/messages.
> > > > > >
> > > > > > Might it be due to the fact that I have to use an adapter
> > > > > > (shipped with the card, works with Windows)?
> > > > >
> > > > > Just to complete the image, this is the output of "umtsmon -v5"
> > > > >
> > > > > umtsmon version 0.6 .
> > > > > set verbosity level to 5
> > > > > installing text SIGABRT handler
> > > > > INFO: '2.6 kernel found'
> > > > > INFO: 'sysfs found, mounted on /sys'
> > > > > USB iteration: vendorID/ProductID = 0x413c:a005
> > > > >   unknown USB Device '(null)' '(null)'
> > > > > BAD: 'no known USB device found'
> > > > > INFO: 'pcmcia_core kernel support (yenta) found'
> > > > > INFO: 'PCMCIA kernel module found - cardctl support possible'
> > > > > INFO: 'pcmcia browsing available'
> > > > > INFO: 'Detected NEC-based usb2serial PCMCIA card'
> > > > > INFO: 'subvendor equals vendor detected. Is there an adapter around
> > > > > your card?'
> > > > > INFO: 'Anyway, we think we can handle this one by doing direct USB
> > > > > analysis.' INFO: 'no serial_cs capable device found'
> > > > > INFO: 'No Phone Modem found'
> > > > > INFO: 'Nothing detected yet - let's check for usb2serial in
> > > > > general' BAD: 'no usbserial ports found that are linked to PCMCIA'
> > > > > KILLING: 'no USB2Serial found, I'm out of options now...'
> > > > > *** CRITICAL ERROR: Device detection not successful.
> > > > >
> > > > >
> > > > >   *** umtsmon version 0.6 closed due to an unrecoverable program
> > > > > error.
> > > >
> > > > Do does /dev/ttyUSB0 and /dev/ttyUSB1 exist after inserting your
> > > > Merlin - card?
> > >
> > > No, I used diff to compare the "ls -l /dev" output before and a after
> > > the insertion, there is no difference.
> > >
> > > > If they do exist try to start umtsmon with:
> > > >
> > > > umtsmon --serial /dev/ttyUSB0
> > > >
> > > > BTW: What color shows your Merlin card after inserting?
> > >
> > > White (initializing?), red, flashing red (no PIN)
> >
> > Ok. I will try my card with pcmcia - adapter tomorrow.
>
> Good morning...
>
> I just tried my Merlin Card with pcmcia adapter.
>
> Following Modules are used additional to normal usb modules:
>
> Module                  Size  Used by
> option                 11648  0
> usbserial              36816  1 option
>
> Infos from my logfile:
>
> Aug 20 08:01:35 mars usb 6-1: configuration #1 chosen from 1 choice
> Aug 20 08:01:35 mars usbcore: registered new interface driver usbserial
> Aug 20 08:01:35 mars USB driver usbserial lacks resume support.
> Aug 20 08:01:35 mars drivers/usb/serial/usb-serial.c: USB Serial support
> registe
> red for generic
> Aug 20 08:01:35 mars usbcore: registered new interface driver
> usbserial_generic
> Aug 20 08:01:35 mars USB driver usbserial_generic lacks resume support.
> Aug 20 08:01:35 mars drivers/usb/serial/usb-serial.c: USB Serial Driver
> core Aug 20 08:01:35 mars drivers/usb/serial/usb-serial.c: USB Serial
> support registe
> red for GSM modem (1-port)
> Aug 20 08:01:35 mars option 6-1:1.0: GSM modem (1-port) converter detected
> Aug 20 08:01:35 mars usb 6-1: GSM modem (1-port) converter now attached to
> ttyUSB0
> Aug 20 08:01:35 mars Device driver ttyUSB0 lacks bus and class support for
> being resumed.
> Aug 20 08:01:35 mars option 6-1:1.1: GSM modem (1-port) converter detected
> Aug 20 08:01:35 mars usb 6-1: GSM modem (1-port) converter now attached to
> ttyUSB1
> Aug 20 08:01:35 mars Device driver ttyUSB1 lacks bus and class support for
> being resumed.
> Aug 20 08:01:35 mars usbcore: registered new interface driver option
> Aug 20 08:01:35 mars USB driver option lacks resume support.
> Aug 20 08:01:35 mars drivers/usb/serial/option.c: USB Driver for GSM
> modems: v0.7.1
>
> And also devices /dev/ttyUSB[0|1] exist.
>
> So there seems to be no difference between using the express card with or
> without adapter.

Hmm ... this morning I've got the idea that maybe "USB selective 
suspend/resume and wakeup" is the problem but disabling it didn't change 
anything. 

At least it's not a gentoo-only problem. Knoppix didn't far any better.

I'll try a second card, a second SIM card and a second laptop. In the 
meantime, could you please send me your kernel config?

Thank you for your help!

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to