Re: Edwin, USA, kernel 3.0.0-12-generic

Marvin Stodolsky <[email protected]> Mon, 21 Nov 2011 18:20:46 -0500
Newsgroups gmane.linux.linmodem
Message-ID <CAH_ma5Jr+RKof2oke1Q7K-6QvHoz90NzTzyARv_kXyEdxX8pLw@mail.gmail.com>
PPP  is considered a Security RIsk.
That is why Root/Adm permission is required to start a PPP connection.

Our general recommendation is to:
$ sudo modprobe martian_dev
$ sudo martian_modem
will setup the modem.  Then
$ sudo wvdialconf
will create a /etc/wvdial.conf  , which you can edit with:
$ sudo gedit /etc/wvdial.conf
removing the ;  <  > symbols as you put in your personal info.
Also add a line:
Carrier Check  =3D  no
---
This wvdialconf does not need to be repeated.
Start dialouts with:
$ sudo wvdial

If you have further problems, do write to the List.
We do strongly recommend that you get use to such manual usage, before
using graphical interfaces and changing permissions.

MarvS

On Mon, Nov 21, 2011 at 5:30 PM, bartman2589 <[email protected]> wrote:
> THANK YOU VERY MUCH, It compiled using the new Makefile and seems to run =
ok,
> now I just need to get it configured to allow normal user account access =
to
> the modem. =C2=A0Running KPPP as root ('kdesudo kppp') and unchecking 'ch=
eck for
> dialtone' allows me to query the modem just fine. =C2=A0Any chance of get=
ting
> some help setting it up for normal user access too now? =C2=A0I greatly
> appreciate all you've both done to help me. =C2=A0I really don't want to =
have to
> do all my faxing as root if I can avoid it. :)
>
> On 11/21/2011 11:09 AM, Marvin Stodolsky wrote:
>>
>> Replace the Makefile with the attached , after unzipping.
>> Then
>> $ sudo make cleam
>> $ sudo make all
>> and the compile will be OK, per below
>> The problem was an old kernel SUBLEVEL constraint, not cogent under
>> the 3.0.n =C2=A0kernels
>>
>> MarvS
>>
>> martian-full-20100123$ sudo make all
>> make -C kmodule/ modules
>> make[1]: Entering directory
>> `/usr/src/pkg/martian/martian-full-20100123/kmodule'
>> make -C /lib/modules/3.0.0-12-generic/build
>> M=3D"/usr/src/pkg/martian/martian-full-20100123/kmodule" =C2=A0modules
>> make[2]: Entering directory `/usr/src/linux-headers-3.0.0-12-generic'
>> =C2=A0 CC [M] =C2=A0/usr/src/pkg/martian/martian-full-20100123/kmodule/m=
artian.o
>> /usr/src/pkg/martian/martian-full-20100123/kmodule/martian.c: In
>> function =E2=80=98martian_isr=E2=80=99:
>> /usr/src/pkg/martian/martian-full-20100123/kmodule/martian.c:135:27:
>> warning: value computed is not used [-Wunused-value]
>> =C2=A0 CC [M] =C2=A0/usr/src/pkg/martian/martian-full-20100123/kmodule/m=
arsio.o
>> /usr/src/pkg/martian/martian-full-20100123/kmodule/marsio.c:358:11:
>> warning: =E2=80=98mars_read_register_rem=E2=80=99 defined but not used
>> [-Wunused-function]
>> /usr/src/pkg/martian/martian-full-20100123/kmodule/marsio.c:371:13:
>> warning: =E2=80=98mars_write_register_rem=E2=80=99 defined but not used
>> [-Wunused-function]
>> In file included from
>>
>> /usr/src/linux-headers-3.0.0-12-generic/arch/x86/include/asm/uaccess.h:5=
70:0,
>> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0from
>> /usr/src/pkg/martian/martian-full-20100123/kmodule/marsio.c:2:
>> In function =E2=80=98copy_from_user=E2=80=99,
>> =C2=A0 =C2=A0 inlined from =E2=80=98mars_download_dsp_user=E2=80=99 at
>> /usr/src/pkg/martian/martian-full-20100123/kmodule/marsio.c:767:22:
>>
>> /usr/src/linux-headers-3.0.0-12-generic/arch/x86/include/asm/uaccess_32.=
h:211:26:
>> warning: call to =E2=80=98copy_from_user_overflow=E2=80=99 declared with=
 attribute
>> warning: copy_from_user() buffer size is not provably correct [enabled
>> by default]
>> =C2=A0 CC [M] =C2=A0/usr/src/pkg/martian/martian-full-20100123/kmodule/m=
fifo.o
>> =C2=A0 LD [M] =C2=A0/usr/src/pkg/martian/martian-full-20100123/kmodule/m=
artian_dev.o
>> =C2=A0 Building modules, stage 2.
>> =C2=A0 MODPOST 1 modules
>> =C2=A0 CC
>> =C2=A0/usr/src/pkg/martian/martian-full-20100123/kmodule/martian_dev.mod=
.o
>> =C2=A0 LD [M]
>> =C2=A0/usr/src/pkg/martian/martian-full-20100123/kmodule/martian_dev.ko
>> make[2]: Leaving directory `/usr/src/linux-headers-3.0.0-12-generic'
>> make[1]: Leaving directory
>> `/usr/src/pkg/martian/martian-full-20100123/kmodule'
>> make -C modem/ all
>> make[1]: Entering directory
>> `/usr/src/pkg/martian/martian-full-20100123/modem'
>> =C2=A0 =C2=A0 CC main.o
>> =C2=A0 =C2=A0 CC dumpers.o
>> =C2=A0 =C2=A0 CC log.o
>> =C2=A0 =C2=A0 CC session.o
>> =C2=A0 =C2=A0 CC mport.o
>> =C2=A0 =C2=A0 CC pty.o
>> pty.c: In function =E2=80=98accept_client=E2=80=99:
>> pty.c:290:18: warning: variable =E2=80=98timeout=E2=80=99 set but not us=
ed
>> [-Wunused-but-set-variable]
>> =C2=A0 =C2=A0 CC sysdep.o
>> =C2=A0 =C2=A0 CC isr.o
>> =C2=A0 =C2=A0 CC smp.o
>> =C2=A0 =C2=A0 CC core_if.o
>> =C2=A0 =C2=A0 CC coresubst.o
>> =C2=A0 =C2=A0 CC link.o
>> =C2=A0 =C2=A0 CC tweakrelocsdynamic.o
>> =C2=A0 =C2=A0 CC coreadd.o
>> =C2=A0 =C2=A0 CC elf386tweakrelocs
>> =C2=A0 =C2=A0 LD marscore.o
>> =C2=A0 =C2=A0 TWEAK =C2=A0 =C2=A0 =C2=A0marscore.o
>> =C2=A0 =C2=A0 LD martian_modem
>> make[1]: Leaving directory
>> `/usr/src/pkg/martian/martian-full-20100123/modem'
>>
>>
>> On Mon, Nov 21, 2011 at 8:14 AM, Antonio Olivares
>> <[email protected]> =C2=A0wrote:
>>>
>>> Edwin,
>>>
>>> I don't get the errors that you are getting :( =C2=A0I get WARNINGS, bu=
t
>>> that is about it. =C2=A0martian module is created see below:
>>>
>>> [students@localhost martian-full-20100123]$ cat README
>>> Martian is an alternative to the ltmodem and provides Linux support
>>> for Agere WinModem hardware. Major difference is that core moved to
>>> the user space.
>>>
>>> Driver comprises two parts:
>>> =C2=A0 =C2=A0 =C2=A0 =C2=A0martian_dev - kernel module to configure dev=
ices, and serve irqs
>>> from it
>>> =C2=A0 =C2=A0 =C2=A0 =C2=A0martian_modem - user mode application to sup=
ply major IO, buffers,
>>> =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0user level strea=
ms.
>>>
>>> For specific details concerning distribution and usage look in
>>> directories.
>>>
>>> When configuring wvdial add "Carrier Check =3D no" line. No modem statu=
s
>>> is checked yet. Kernel mode part is linux-2.6 module.
>>>
>>> Project has a site http://martian.barrelsoutofbond.org/.
>>> There is also maintenance within the Debian distribution
>>> At http://www.debian.org/distrib/packages , =C2=A0search with "martian"=
 for
>>> direction to the most recent code.
>>> [students@localhost martian-full-20100123]$ ls
>>> ChangeLog =C2=A0 =C2=A0 Concept =C2=A0kmodule =C2=A0 martian.h =C2=A0RE=
ADME =C2=A0 =C2=A0 =C2=A0scripts
>>> Cleaning.txt =C2=A0INSTALL =C2=A0Makefile =C2=A0modem =C2=A0 =C2=A0 =C2=
=A0sample.txt
>>> [students@localhost martian-full-20100123]$ cat INSTALL
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>> =C2=A0 =C2=A0Building
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>>
>>> In root directory run
>>> $ make all
>>>
>>>
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>> =C2=A0 Installation
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>>
>>> In root directory run
>>> $ su
>>> # make install
>>>
>>>
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>> =C2=A0 Running
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>>
>>> Load module and run martian_modem first.
>>> # modprobe martian_dev
>>> # martian_modem [Options] [Tty]
>>>
>>> Now Tty is the name of the device file to represent your modem. You'll
>>> supply it to the dialer. /dev/ttySM0 if argument omitted. Left
>>> martian_modem running and start the dialer.
>>>
>>> See options available
>>> # martian_modem --help
>>>
>>>
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>> =C2=A0 =C2=A0 Auto
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>>
>>> In scripts/ directory run automate.sh.
>>> $ cd scripts/
>>> $ ./automate.sh
>>>
>>> You can supply the option to be passed to martian_modem on loading like
>>> $ ./automate --mode 0660
>>>
>>> See ./automate.sh --help for more options.
>>>
>>>
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>> =C2=A0 =C2=A0Notes
>>> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
>>>
>>> 'martian_modem' program is a crucial part of the driver. It should be
>>> running as long as you access the modem.
>>>
>>> For technical reasons carrier status support is not available for the
>>> modem client. Configure dialer respectively. For wvdial add "Check
>>> Carrier =3D No" line to the configuration file.
>>>
>>>
>>> x86_64 platform.
>>> ----------------
>>>
>>> martian_modem is a 32-bit application. It can be built on x86_64 the
>>> way prescribed, but you need 32-bit development environment for that.
>>> Second option is to use binary built on i386.
>>>
>>> To compile and install module only do
>>> $ make -C kmodule/ modules
>>> $ su
>>> # make -C kmodule/ install
>>>
>>> [students@localhost martian-full-20100123]$ make -C kmodule/ modules
>>> make: Entering directory
>>> `/home/students/Downloads/martian-full-20100123/kmodule'
>>> make -C /lib/modules/3.1.1-2.fc16.x86_64/build
>>> M=3D"/home/students/Downloads/martian-full-20100123/kmodule" =C2=A0modu=
les
>>> make[1]: Entering directory `/usr/src/kernels/3.1.1-2.fc16.x86_64'
>>> =C2=A0CC [M] =C2=A0/home/students/Downloads/martian-full-20100123/kmodu=
le/martian.o
>>> /home/students/Downloads/martian-full-20100123/kmodule/martian.c: In
>>> function =E2=80=98martian_isr=E2=80=99:
>>> /home/students/Downloads/martian-full-20100123/kmodule/martian.c:135:27=
:
>>> warning: value computed is not used [-Wunused-value]
>>> =C2=A0CC [M] =C2=A0/home/students/Downloads/martian-full-20100123/kmodu=
le/marsio.o
>>> /home/students/Downloads/martian-full-20100123/kmodule/marsio.c:358:11:
>>> warning: =E2=80=98mars_read_register_rem=E2=80=99 defined but not used
>>> [-Wunused-function]
>>> /home/students/Downloads/martian-full-20100123/kmodule/marsio.c:371:13:
>>> warning: =E2=80=98mars_write_register_rem=E2=80=99 defined but not used
>>> [-Wunused-function]
>>> =C2=A0CC [M] =C2=A0/home/students/Downloads/martian-full-20100123/kmodu=
le/mfifo.o
>>> =C2=A0LD [M]
>>> =C2=A0/home/students/Downloads/martian-full-20100123/kmodule/martian_de=
v.o
>>> =C2=A0Building modules, stage 2.
>>> =C2=A0MODPOST 1 modules
>>> =C2=A0CC
>>> =C2=A0/home/students/Downloads/martian-full-20100123/kmodule/martian_de=
v.mod.o
>>> =C2=A0LD [M]
>>> =C2=A0/home/students/Downloads/martian-full-20100123/kmodule/martian_de=
v.ko
>>> make[1]: Leaving directory `/usr/src/kernels/3.1.1-2.fc16.x86_64'
>>> make: Leaving directory
>>> `/home/students/Downloads/martian-full-20100123/kmodule'
>>> [students@localhost martian-full-20100123]$ make -C kmodule/ install
>>> make: Entering directory
>>> `/home/students/Downloads/martian-full-20100123/kmodule'
>>> make -C /lib/modules/3.1.1-2.fc16.x86_64/build
>>> M=3D"/home/students/Downloads/martian-full-20100123/kmodule"
>>> modules_install
>>> make[1]: Entering directory `/usr/src/kernels/3.1.1-2.fc16.x86_64'
>>> =C2=A0INSTALL
>>> /home/students/Downloads/martian-full-20100123/kmodule/martian_dev.ko
>>> cp: cannot create regular file
>>> `/lib/modules/3.1.1-2.fc16.x86_64/extra/martian_dev.ko': Permission
>>> denied
>>> =C2=A0DEPMOD =C2=A03.1.1-2.fc16.x86_64
>>> FATAL: Could not open
>>> /lib/modules/3.1.1-2.fc16.x86_64/modules.dep.temp for writing:
>>> Permission denied
>>> make[1]: *** [_emodinst_post] Error 1
>>> make[1]: Leaving directory `/usr/src/kernels/3.1.1-2.fc16.x86_64'
>>> make: *** [install] Error 2
>>> make: Leaving directory
>>> `/home/students/Downloads/martian-full-20100123/kmodule'
>>> [students@localhost martian-full-20100123]$ su -c 'make -C kmodule/
>>> install'
>>> Password:
>>> make: Entering directory
>>> `/home/students/Downloads/martian-full-20100123/kmodule'
>>> make -C /lib/modules/3.1.1-2.fc16.x86_64/build
>>> M=3D"/home/students/Downloads/martian-full-20100123/kmodule"
>>> modules_install
>>> make[1]: Entering directory `/usr/src/kernels/3.1.1-2.fc16.x86_64'
>>> =C2=A0INSTALL
>>> /home/students/Downloads/martian-full-20100123/kmodule/martian_dev.ko
>>> =C2=A0DEPMOD =C2=A03.1.1-2.fc16.x86_64
>>> make[1]: Leaving directory `/usr/src/kernels/3.1.1-2.fc16.x86_64'
>>> if ! /sbin/modprobe -nq martian_dev ; then /sbin/depmod -a; fi
>>> make: Leaving directory
>>> `/home/students/Downloads/martian-full-20100123/kmodule'
>>> [students@localhost martian-full-20100123]$ ls /lib/modules/`uname -r`/
>>> build =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0modules.de=
p.bin =C2=A0 =C2=A0 =C2=A0modules.pcimap
>>> extra =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0modules.de=
vname =C2=A0 =C2=A0 =C2=A0modules.seriomap
>>> kernel =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 modules.drm =C2=
=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0modules.softdep
>>> modules.alias =C2=A0 =C2=A0 =C2=A0 =C2=A0modules.ieee1394map =C2=A0modu=
les.symbols
>>> modules.alias.bin =C2=A0 =C2=A0modules.inputmap =C2=A0 =C2=A0 modules.s=
ymbols.bin
>>> modules.block =C2=A0 =C2=A0 =C2=A0 =C2=A0modules.isapnpmap =C2=A0 =C2=
=A0modules.usbmap
>>> modules.builtin =C2=A0 =C2=A0 =C2=A0modules.modesetting =C2=A0source
>>> modules.builtin.bin =C2=A0modules.networking =C2=A0 updates
>>> modules.ccwmap =C2=A0 =C2=A0 =C2=A0 modules.ofmap =C2=A0 =C2=A0 =C2=A0 =
=C2=A0vdso
>>> modules.dep =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0modules.order
>>> [students@localhost martian-full-20100123]$ ls /lib/modules/`uname
>>> -r`/extra/
>>> martian_dev.ko
>>> [students@localhost martian-full-20100123]$ ls /lib/modules/`uname
>>> -r`/extra/ -l
>>> total 536
>>> -rw-rw-r--. 1 root root 546982 Nov 21 07:08 martian_dev.ko
>>>
>>> Please try the following and send it to us(list [email protected])
>>> $ cd martian-full-20100123
>>> $ make clean
>>> $ make
>>> $ sudo make install
>>>
>>> if one of these commands fails, please post all messages that you get
>>> and attach them here.
>>>
>>> Regards,
>>>
>>> Antonio
>>>
>>> On Mon, Nov 21, 2011 at 6:58 AM, Antonio Olivares
>>> <[email protected]> =C2=A0wrote:
>>>>
>>>> Edwin,
>>>>
>>>> It could be a detection problem? =C2=A0kernel 3.0.X is newer than 2.6.=
20,
>>>> 2.6.39.X, etc. =C2=A0Maybe martian code is not 3.X kernel friendly, I
>>>> thought that there could be error messages about some
>>>> things(functions) that have changed with the new kernel releases, but
>>>> the make command returns something different. =C2=A0I will try to chec=
k up
>>>> on that and cc. to Marv in case he has some suggestions for you to try
>>>> out.
>>>>
>>>> Regards,
>>>>
>>>> Antonio
>>>>
>>>> On Sun, Nov 20, 2011 at 10:51 PM, bartman2589<[email protected]>
>>>> =C2=A0wrote:
>>>>>
>>>>> Antonio, thanks for taking the time to try to help me with this, when=
 I
>>>>> try
>>>>> running just 'make' from within the folder I extracted the source to =
I
>>>>> get
>>>>> the following message:
>>>>>
>>>>> "The martian_dev.ko driver and the complementary helper martian_helpe=
r
>>>>> are
>>>>> for use with kernels after 2.6.20. Use the martian-20080407.tar.gz fo=
r
>>>>> earlier kernels."
>>>>>
>>>>> It's as if it isn't recognizing that my kernel is newer than 2.6.20, =
I
>>>>> also
>>>>> noticed in the ModemData.txt file that it doesn't seem to notice that
>>>>> the
>>>>> 'linux-headers-3.0.0-12-generic' package is in fact already installed
>>>>> (though I think this is more of a problem with scanmodem itself).
>>>>>
>>>>> Thanks,
>>>>> Edwin
>>>>>
>>>>> On 11/20/2011 12:35 PM, Antonio Olivares wrote:
>>>>>>
>>>>>> Edwin,
>>>>>>
>>>>>> On Sun, Nov 20, 2011 at 11:23 AM, bartman2589<[email protected]>
>>>>>> =C2=A0wrote:
>>>>>>>
>>>>>>> Hi to everyone who ends up receiving this, I'm having trouble
>>>>>>> compiling/installing the 'martian-full-20100123' drivers obtained
>>>>>>> from
>>>>>>> http://linmodems.technion.ac.il/packages/ltmodem/kernel-2.6/martian=
/
>>>>>>> under
>>>>>>> Kubuntu 11.10 32 bit (if indeed that's the one I'm supposed to be
>>>>>>> using),
>>>>>>> I've attached the output from scanmodem (the ModemData.txt file and
>>>>>>> the
>>>>>>> scanout file), and here is the relevant output from the command 'su=
do
>>>>>>> lspci
>>>>>>> -v':
>>>>>>>
>>>>>>> 03:01.0 Communication controller: Agere Systems 56k WinModem (rev 0=
1)
>>>>>>> =C2=A0 =C2=A0Subsystem: Zoom Telephonics Inc Device 9300
>>>>>>> =C2=A0 =C2=A0Flags: bus master, medium devsel, latency 0, IRQ 9
>>>>>>> =C2=A0 =C2=A0Memory at feaffc00 (32-bit, non-prefetchable) [size=3D=
256]
>>>>>>> =C2=A0 =C2=A0I/O ports at bc00 [size=3D8]
>>>>>>> =C2=A0 =C2=A0I/O ports at b800 [size=3D256]
>>>>>>> =C2=A0 =C2=A0Capabilities: [f8] Power Management version 2
>>>>>>>
>>>>>>> I'm hoping someone can help me get this working. =C2=A0I'm a bit of=
 a
>>>>>>> Linux
>>>>>>> newb
>>>>>>> and certainly not a linux programmer, but when I try to run 'make
>>>>>>> all'
>>>>>>> from
>>>>>>> a shell prompt in the folder I extracted the source code into
>>>>>>> (/home/edwin/martian-full-20100123), I get the following error:
>>>>>>>
>>>>>>> "make: *** No rule to make target `all'. =C2=A0Stop.'"
>>>>>>
>>>>>> Did you try just make?
>>>>>>
>>>>>> $ make
>>>>>>
>>>>>> if it succeeds then, =C2=A0run
>>>>>> $ sudo make install
>>>>>> afterwards. =C2=A0 If it does not please reply to this message and p=
ost the
>>>>>> error messages.
>>>>>>
>>>>>> You do have the correct driver as scanModem recommends:
>>>>>>
>>>>>> For candidate card in slot 03:01.0, firmware information and bootup
>>>>>> diagnostics are:
>>>>>> =C2=A0PCI slot =C2=A0 =C2=A0 =C2=A0PCI ID =C2=A0 =C2=A0 =C2=A0 =C2=
=A0 =C2=A0SubsystemID =C2=A0 =C2=A0 Name
>>>>>> =C2=A0---------- =C2=A0 =C2=A0--------- =C2=A0 =C2=A0 =C2=A0 -------=
-- =C2=A0 =C2=A0 =C2=A0 --------------
>>>>>> =C2=A003:01.0 =C2=A0 =C2=A0 =C2=A0 11c1:0442 =C2=A0 =C2=A0 =C2=A0 14=
1b:9300 =C2=A0 =C2=A0 =C2=A0 Communication
>>>>>> controller:
>>>>>> Agere Systems
>>>>>> 56k WinModem
>>>>>>
>>>>>> =C2=A0Modem interrupt assignment and sharing:
>>>>>> =C2=A019: =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A00 =C2=A0 IO-APIC-fasteoi=
 =C2=A0 uhci_hcd:usb3
>>>>>> =C2=A0--- Bootup diagnostics for card in PCI slot 03:01.0 ----
>>>>>> [ =C2=A0 =C2=A00.177339] pci 0000:03:01.0: [11c1:0442] type 0 class =
0x000780
>>>>>> [ =C2=A0 =C2=A00.177356] pci 0000:03:01.0: reg 10: [mem 0xfeaffc00-0=
xfeaffcff]
>>>>>> [ =C2=A0 =C2=A00.177366] pci 0000:03:01.0: reg 14: [io =C2=A00xbc00-=
0xbc07]
>>>>>> [ =C2=A0 =C2=A00.177376] pci 0000:03:01.0: reg 18: [io =C2=A00xb800-=
0xb8ff]
>>>>>> [ =C2=A0 =C2=A00.177421] pci 0000:03:01.0: supports D2
>>>>>> [ =C2=A0 =C2=A00.177424] pci 0000:03:01.0: PME# supported from D2 D3=
hot D3cold
>>>>>> [ =C2=A0 =C2=A00.177428] pci 0000:03:01.0: PME# disabled
>>>>>>
>>>>>> =C2=A0The PCI slot 03:01.0 of the modem card may be disabled early i=
n
>>>>>> =C2=A0a bootup process, =C2=A0but then enabled later. If modem drive=
rs load
>>>>>> =C2=A0but the =C2=A0modem is not responsive, read DOCs/Bootup.txt ab=
out possible
>>>>>> fixes.
>>>>>> =C2=A0Send dmesg.txt along with ModemData.txt to [email protected]=
rg
>>>>>> =C2=A0if help is needed.
>>>>>>
>>>>>> If you are able to install the driver but the modem is unresponsive
>>>>>> please do as instructed above.
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>> Antonio
>>>>>>>
>>>>>>> I have tried searching on the Internet to find references on how to
>>>>>>> correct
>>>>>>> this problem but I can't seem to find anything relevant that I can
>>>>>>> make
>>>>>>> sense of. =C2=A0So I'm turning to the Linmodems community in the ho=
pes
>>>>>>> that
>>>>>>> somebody can help me figure this out. =C2=A0Incidentally I'm also t=
rying
>>>>>>> to
>>>>>>> install a similar modem into another computer, but I'll wait to see
>>>>>>> what
>>>>>>> I
>>>>>>> learn here before I attempt to proceed further with the other syste=
m
>>>>>>> (who
>>>>>>> knows I may not need any help with that one once I get this one
>>>>>>> figured
>>>>>>> out
>>>>>>> :) ).
>>>>>>>
>>>>>>> Thanks for any help anyone can provide,
>>>>>>> Edwin Barton
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>
>
>