**** BEGIN LOGGING AT Fri Jun 10 02:59:57 2011 Jun 10 10:21:58 crevetor: pong Jun 10 18:20:52 denkenz: Hi. Any idea if the dell 5540 modem is an mbm one ? Jun 10 18:23:14 sameo: it is Jun 10 18:23:48 denkenz: 3607 ? Jun 10 18:24:41 Dell Wireless 5540 Rev A01 Jun 10 18:24:45 F3607GW Jun 10 18:25:00 That's the one I have Jun 10 18:25:20 cool, thanks. Jun 10 18:27:16 denkenz: iirc, the 3607 gives you a static IP, right ? Jun 10 18:28:13 Yes, only the 3507 required dhcp Jun 10 18:29:56 Ok. I have a ConnMan bug report for the 3607 not giving us a gateway. Do you think this could be a firmware bug ? Jun 10 18:32:28 No idea, what does the AT log say? Jun 10 18:34:07 I haven't got that yet. Jun 10 18:34:25 I just wanted to check with you if this is something you've ever seen. Jun 10 18:36:27 hm, I suspect this is a regression introduced by one of the Nokia guys Jun 10 18:37:29 ofono_gprs_context_set_ipv4_address(gc, ip, TRUE); Jun 10 18:37:29 ofono_gprs_context_set_ipv4_netmask(gc, STATIC_IP_NETMASK); Jun 10 18:37:29 ofono_gprs_context_set_ipv4_dns_servers(gc, dns); Jun 10 18:37:29 + ofono_gprs_context_set_ipv4_gateway(gc, gateway); Jun 10 18:37:30 } else Jun 10 18:37:30 ofono_gprs_context_set_ipv4_address(gc, NULL, FALSE); Jun 10 18:37:45 Try that and see if it solves your problem Jun 10 18:41:02 sameo: This is in drivers/mbmmodem/gprs-context.c Jun 10 18:41:24 yep. Thanks a lot. Jun 10 18:41:47 let me test that bit.. Jun 10 19:21:46 ?exit Jun 10 19:28:34 ffs, why is my mbm modem not recognized now... Jun 10 19:55:54 denkenz: so I copied ofono.rules into /etc/udev/rules.d/, I get a wwan0 interface when plugging this device in, but still no udev.c sign of life... Jun 10 19:57:20 sheesh, you need to stop working on a Friday night :P Jun 10 19:57:48 yes, I know :) Jun 10 19:58:20 being 10pm might be one of the reasons I can't get this thing running... Jun 10 19:59:07 oh, and yes, I re-started udevd several times. Jun 10 20:01:13 Just plugged in my Dell 5540 on holtmann's magic usb pcix converter, works fine Jun 10 20:01:15 denkenz@localhost ~/ofono-master $ test/list-modems Jun 10 20:01:15 [ /3532360301920510 ] Jun 10 20:01:15 Features = Jun 10 20:01:15 Emergency = 0 Jun 10 20:01:16 Powered = 0 Jun 10 20:01:16 Lockdown = 0 Jun 10 20:01:16 Interfaces = Jun 10 20:01:16 Online = 0 Jun 10 20:01:48 usb 1-1: new high speed USB device using ehci_hcd and address 2 Jun 10 20:01:48 cdc_acm 1-1:1.1: ttyACM0: USB ACM device Jun 10 20:01:48 cdc_acm 1-1:1.3: ttyACM1: USB ACM device Jun 10 20:01:48 cdc_acm 1-1:1.9: ttyACM2: USB ACM device Jun 10 20:01:49 usbcore: registered new interface driver cdc_acm Jun 10 20:01:49 cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters Jun 10 20:02:35 Have you tried udevadm control --reload-rules Jun 10 20:02:39 I'm sure it does. My problem probably lis in udev, as I never seem to get the OFONO_DRIVER env variable set. Jun 10 20:02:40 and udevadm trigger Jun 10 20:03:12 denkenz: yes, I did. Jun 10 20:03:22 ofonod[19242]: plugins/udev.c:udev_event() Jun 10 20:03:22 ofonod[19242]: plugins/udev.c:add_modem() driver (null) Jun 10 20:03:22 ofonod[19242]: plugins/udev.c:udev_event() Jun 10 20:03:22 ofonod[19242]: plugins/udev.c:add_modem() driver (null) Jun 10 20:03:22 ofonod[19242]: plugins/udev.c:udev_event() Jun 10 20:03:23 ofonod[19242]: plugins/udev.c:add_modem() driver (null) Jun 10 20:03:25 ofonod[19242]: plugins/udev.c:udev_event() Jun 10 20:03:27 ofonod[19242]: plugins/udev.c:add_modem() driver (null) Jun 10 20:04:12 Do you have networkmanager / modem manager installed? Or maybe some other thingy that installs its own udev rules? Jun 10 20:04:43 Sounds like you're getting the right nodes from udev Jun 10 20:04:56 no, NM and MM are long gone from my machines. Jun 10 20:05:22 yes, I'm getting the right udev events from the kernel, but udevd doesn't seem to care about my ofono.rules file. Jun 10 20:06:40 have you checked the silly causes? e.g. permissions, etc? Jun 10 20:07:53 -rw-r--r-- 1 root root 29K Jun 10 2011 /etc/udev/rules.d/ofono.rules Jun 10 20:08:34 oh well, it's dinner time anyway... Jun 10 20:10:29 I named mine 77-ofono.rules Jun 10 20:10:44 no idea whether that has any bearing **** ENDING LOGGING AT Sat Jun 11 02:59:57 2011