Re: agrmodem module segfaulting

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

 



Jason,


Some PCs are getting good service with agrmodem+agrserial.
Sometimes problems like your
> [ Â236.833883] Modules linked in: agrserial agrmodem coretemp
etc

arise with particular motherboards.
They may sometimes be alleviated by unloading unnecessary drivers
before loading the modem drivers.
Detach unnecessary external hardware first.
$ lsmod
starting from the top of the displayed list, test with:
$ sudo modprobe -r driverName

When you have removed all you can, then try loading the modem drivers
and checking the port.

We do recommend wvdialconf for testing, but first you will have to set
a symbolic link
$ sudo ln -s /dev/ttyAGS3  /dev/ttySAGR
as wvdialconf only tests ports with /dev/ttyS*  designations, and USB ports.

Do send further help messages to the List, not me directly.  Also you
should send the ModemData.txt output from scanModem

MarvS

MarvS

On Wed, Dec 15, 2010 at 10:19 PM, Jason Stahls <jason@xxxxxxxxxxxxx> wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> I've been trying to get the modem in my Acer Aspire 5315 laptop working
> and I've made it to the point where I can load agrmodem and agrserial
> and get /dev/ttyAGRS3 to come up. ÂWhen I try to open the port in
> minicom tho minicom just hangs and can't be killed. ÂA look in dmesg
> shows this
>
> [ Â133.859509] * Hello Agere Driver **
> [ Â133.859549] usbcore: registered new interface driver agr12dec2006
> [ Â136.411331] Loading module Agere Modem Controller driver version
> 2.1.80 (2007-10-01)
> [ Â136.411335] Disabling lock debugging due to kernel taint
> [ Â205.540229] ACPI: EC: GPE storm detected, transactions will use
> polling mode
> [ Â206.861387] serial8250_register_ports: BaseAddress 0x0004 Irq 22
> [ Â206.861398] ttyAGS3 at I/O 0x4 (irq = 22) is a AgereModem
> [ Â206.863094] agrserial - ret_val 0, call: lt_modem_ops.init_modem
> [ Â206.863103] Loading module Agere Modem Interface driver version
> 2.1.80.0 (2007-10-01)
> [ Â236.833804] ==> codecType = 0x32
> [ Â236.833814] BUG: unable to handle kernel NULL pointer dereference at
> 00000033
> [ Â236.833820] IP: [<fd37e1ef>] azlGetResourceInformation+0x13/0x3f
> [agrmodem]
> [ Â236.833873] *pde = 00000000
> [ Â236.833876] Oops: 0000 [#1] SMP
> [ Â236.833880] last sysfs file:
> /sys/devices/system/cpu/cpu0/cpufreq/scaling_cur_freq
> [ Â236.833883] Modules linked in: agrserial agrmodem coretemp
> [ Â236.833889]
> [ Â236.833893] Pid: 6252, comm: minicom Tainted: P
> 2.6.34-gentoo-r12 #3 Acadia  /Aspire 5315
> [ Â236.833896] EIP: 0060:[<fd37e1ef>] EFLAGS: 00210246 CPU: 0
> [ Â236.833943] EIP is at azlGetResourceInformation+0x13/0x3f [agrmodem]
> [ Â236.833946] EAX: f6828400 EBX: f84040c4 ECX: 00000003 EDX: 00000000
> [ Â236.833948] ESI: f84040c4 EDI: f8404028 EBP: f393bcdc ESP: f393bcdc
> [ Â236.833951] ÂDS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
> [ Â236.833955] Process minicom (pid: 6252, ti=f393a000 task=f3a072a0
> task.ti=f393a000)
> [ Â236.833957] Stack:
> [ Â236.833959] Âf393bcfc fd369179 f840e5e9 f840e5ea f393bcfc c143f0a5
> fd3975ea f393bd4b
> [ Â236.833965] <0> f393bd6c fd352401 f84040c4 f801f048 00000008 00000001
> f840439c 00000004
> [ Â236.833972] <0> c16b6a00 000080d0 00000000 00000000 f393bda4 c108b321
> c16b73c0 00000001
> [ Â236.833980] Call Trace:
> [ Â236.834040] Â[<fd369179>] ? CAzlIntelInit+0x2d/0x3c4 [agrmodem]
> [ Â236.834048] Â[<c143f0a5>] ? printk+0xf/0x11
> [ Â236.834116] Â[<fd352401>] ? LXHardwareStart+0x11de/0x13fb [agrmodem]
> [ Â236.834122] Â[<c108b321>] ? __alloc_pages_nodemask+0xcf/0x481
> [ Â236.834127] Â[<c1003165>] ? do_invalid_TSS+0x18/0x52
> [ Â236.834196] Â[<fd34dbb8>] ? linux_modem_open+0x45/0x10e [agrmodem]
> [ Â236.834234] Â[<fd2a7de1>] ? modemPortOpen+0x8/0x12 [agrmodem]
> [ Â236.834239] Â[<f807cb42>] ? serial8250_startup+0x77/0x2be [agrserial]
> [ Â236.834243] Â[<c108b6f2>] ? __get_free_pages+0x1f/0x21
> [ Â236.834248] Â[<c123ced2>] ? uart_startup+0x74/0xf3
> [ Â236.834251] Â[<c123d67b>] ? uart_open+0x110/0x2db
> [ Â236.834257] Â[<c11b5f12>] ? tty_ldisc_setup+0x58/0x61
> [ Â236.834261] Â[<c11b2115>] ? tty_init_dev+0x197/0x209
> [ Â236.834264] Â[<c11afedc>] ? check_tty_count+0x16/0x83
> [ Â236.834268] Â[<c11b247e>] ? tty_open+0x2f7/0x457
> [ Â236.834272] Â[<c10b0540>] ? chrdev_open+0x100/0x117
> [ Â236.834277] Â[<c10ac9a5>] ? __dentry_open+0x142/0x22b
> [ Â236.834281] Â[<c10acb27>] ? nameidata_to_filp+0x2c/0x40
> [ Â236.834285] Â[<c10b0440>] ? chrdev_open+0x0/0x117
> [ Â236.834289] Â[<c10b6013>] ? do_last+0x35a/0x43e
> [ Â236.834293] Â[<c10b739d>] ? do_filp_open+0x197/0x435
> [ Â236.834298] Â[<c104533f>] ? __hrtimer_start_range_ns+0x263/0x26e
> [ Â236.834302] Â[<c1045359>] ? hrtimer_start+0xf/0x11
> [ Â236.834306] Â[<c10b5ab8>] ? getname+0x1b/0xb9
> [ Â236.834310] Â[<c10ac76d>] ? do_sys_open+0x48/0xdf
> [ Â236.834314] Â[<c10314e8>] ? alarm_setitimer+0x35/0x54
> [ Â236.834317] Â[<c10ac846>] ? sys_open+0x1e/0x26
> [ Â236.834321] Â[<c100278c>] ? sysenter_do_call+0x12/0x22
> [ Â236.834322] Code: 0d a3 8c 02 3b fd 8b 40 04 83 e0 0f eb 08 42 83 fa
> 10 75 dd b0 fd 5d c3 a1 58 74 7d c1 31 d2 55 89 e5 8b 80 68 01 00 00 8b
> 48 74 <8b> 44 91 30 85 c0 74 1d 66 81 78 1a c1 11 75 0d a3 8c 02 3b fd
> [ Â236.834322] EIP: [<fd37e1ef>] azlGetResourceInformation+0x13/0x3f
> [agrmodem] SS:ESP 0068:f393bcdc
> [ Â236.834322] CR2: 0000000000000033
> [ Â236.834435] ---[ end trace 187ec2655d60c0c6 ]---
>
> Is this modem just not currently supported or is something mucked up? ÂI
> used the source from
> http://linmodems.technion.ac.il/packages/ltmodem/11c11040/agrsm-11c11040-2.1.80~20091225.tar.bz2
> after trying
> http://linmodems.technion.ac.il/packages/ltmodem/11c11040/agrsm-HDA-20080721.tar.bz2
> and being unable to compile it. ÂI've patched hda_codec.c
>
> Thanks,
>
> Jason Stahls
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.16 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iQEcBAEBAgAGBQJNCYU9AAoJEBWmhVAMrS/g02cH/R4RXkxO9z/ZtJoBhTX9PVQK
> 7nekDl+RFT7HVCOc6REzBhdoVWV+lQblEXwBiJrL7Zt+TyNKgik/b+SR3pEA7Xtw
> LuGrvOA4T3ts1prFPGjjghwTMnAZPI6VfBfWNj7w+eLbAWUlE5zZUVjKqZ6scoqF
> aFvbD2tYvsSh0stDNCRNRM8ZULYbXF1OgfIeddRr8wqF/Y9ZsrMzO8Ppc4cKFBjB
> RM0vWq/9l/gnbIdN8CAZvJlp3FTGUR8I11o05LEA7MjGtlEufsLKw171RxaXQKeT
> 8lfzGldnEm/ch4a6sYesX7JeGWRYPcmupBbWjoCR6Vu5dYAmiwrw2v7/TOTf35k=
> =yiYk
> -----END PGP SIGNATURE-----
>



[Index of Archives]     [Linux Media Development]     [Asterisk]     [DCCP]     [Netdev]     [X.org]     [Xfree86]     [Fedora Women]     [Linux USB]

  Powered by Linux