LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 05-31-2010, 05:54 AM   #1
test009
LQ Newbie
 
Registered: May 2010
Location: Russia
Distribution: Ubuntu 10.4
Posts: 7

Rep: Reputation: 0
Unhappy Problem with 3G/HDMA internal broadband on Lenovo G560 in Ubuntu


Hi guys, i have grand problem with my 3G modem in Ubuntu. It's looks like modem is absent on the my device, but i know that it present. In Windows 7 a see Simple PCI Communication Contorller in device maanger, but in Ubuntu i don't see some similar. May be whoes knows how to detect and start working with 3g modem in linux on the Lenovo G560?
 
Old 05-31-2010, 06:06 AM   #2
yooy
Senior Member
 
Registered: Dec 2009
Posts: 1,387

Rep: Reputation: 174Reputation: 174
if moden don't appear in nm-applet there is possibility that ubuntu team didnt include non-open-source drivers
 
Old 05-31-2010, 06:24 AM   #3
test009
LQ Newbie
 
Registered: May 2010
Location: Russia
Distribution: Ubuntu 10.4
Posts: 7

Original Poster
Rep: Reputation: 0
Yeah, it does't appears into nm-applet. So, there is some ways for config the device?
 
Old 06-04-2010, 08:44 PM   #4
Karl Godt
Member
 
Registered: Mar 2010
Location: Kiel , Germany
Distribution: once:SuSE6.2,Debian3.1, aurox9.2+3,Mandrake?,DSL? then:W7st,WVHB, #!8.10.02,PUPPY4.3.1 now:Macpup
Posts: 314

Rep: Reputation: 45
I just want to add that x-ubuntu 10.04 liveCD did not automatically loaded the drivers I needed
Code:
((sudo)modprobe) usbserial
and
Code:
((*)*) option
that worked for me (UMTS/HSPA/BB) USB Stick Huawei K3715.
x-ubuntu 9.10 liveCD did.
(I really get confused by "3G" because of "togo".)
The last days I surprisingly found out that "option" does not mean "choice" (perhaps "internet-access-choice" between wire and wireless) but "http://www.option.com/". This driver works for me.

Quote:
#
Dual-Cell HSDPA, part of 3GPP Release 8, is the natural evolution of HSPA by means of carrier aggregation. An HSPA+ network can theoretically support up to ...
en.wikipedia.org/wiki/High_Speed_Packet_Access - Im Cache - Ähnliche
Weitere Ergebnisse anzeigen von en.wikipedia.org
# [PDF]
 
Old 06-06-2010, 06:49 AM   #5
test009
LQ Newbie
 
Registered: May 2010
Location: Russia
Distribution: Ubuntu 10.4
Posts: 7

Original Poster
Rep: Reputation: 0
Well, before im start the search nessessary drivers i need to know what kind is my modem, so how i can know about type of my modem and what device in the system is handled to it?
 
Old 06-06-2010, 01:57 PM   #6
Karl Godt
Member
 
Registered: Mar 2010
Location: Kiel , Germany
Distribution: once:SuSE6.2,Debian3.1, aurox9.2+3,Mandrake?,DSL? then:W7st,WVHB, #!8.10.02,PUPPY4.3.1 now:Macpup
Posts: 314

Rep: Reputation: 45
Code:
lspci
Code:
lshal
Code:
lsusb
today I slaughtered a blade with salt crusted RAM that only had a useable 20 GB Seagate HD to be used.
actually I am running Puppy 4.3.1 liveCD without HD just to 256 MB RAM.
unfortunately this Puppy hasn't lsusb and lshal and the lspci is limited.
but normally lspci command shows off much.
if you just would paste the relevant wireless/modem parts of the ls* because they tend to be very large.
the following is mine ls* + part of output of the hardinfo command (-->GUI) that is somewhat equal to ls* command:
Code:
# modprobe usbserial
# modprobe option
# lspci
00:00.0 Class 0600: 8086:7190 (rev 03)
00:01.0 Class 0604: 8086:7191 (rev 03)
00:07.0 Class 0601: 8086:7110 (rev 02)
00:07.1 Class 0101: 8086:7111 (rev 01)
00:07.2 Class 0c03: 8086:7112 (rev 01)
00:07.3 Class 0680: 8086:7113 (rev 02)
00:0d.0 Class 0401: 13f6:0111 (rev 10)
00:0d.1 Class 0780: 13f6:0211 (rev 10)
01:00.0 Class 0300: 10de:002d (rev 15)
# lsusb
bash: lsusb: command not found
# lshal
bash: lshal: command not found
# hardinfo
Code:
cdc_acm		: USB Abstract Control Model driver for USB modems and ISDN adapters
option		: USB Driver for GSM modems
usbserial		: USB Serial Driver core
Code:
-USB Devices-
UHCI Host Controller
USB2.0 Hub
HUAWEI Mobile
Trust Mouse 16536
and this is pupdial output:
Code:
--> WvDial: Internet dialer version 1.53
--> Initializing modem.
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Sending: AT+CGDCONT=1,"IP","web.vodafone.de","",0,0
AT+CGDCONT=1,"IP","web.vodafone.de","",0,0
OK
--> Sending: AT+CGDCONT=1,"IP","web.vodafone.de"
AT+CGDCONT=1,"IP","web.vodafone.de"
OK
--> Modem initialized.
--> Sending: ATDT*99#
--> Waiting for carrier.
ATDT*99#
CONNECT
--> Carrier detected.  Starting PPP immediately.
--> Starting pppd at Wed May 19 07:42:47 2010
--> pid of pppd: 20345
I think I have to renew the battery on the mainboard
but in the next days I want to find out more about Pup5s and LightHousePup.
 
Old 06-07-2010, 04:55 AM   #7
test009
LQ Newbie
 
Registered: May 2010
Location: Russia
Distribution: Ubuntu 10.4
Posts: 7

Original Poster
Rep: Reputation: 0
Karl, thnx a lot for responsing again. I've started hardinfo and i have't seen mobile modem. When i looked through my devices in `hardinfo`, there are `Devices / Usb Devices` section is empty and `Devices / PCI devices` not contains elements similar to modem. At first time i think that modem is absent in my system, but in Windows 7 i see PCI Simple Communication cotroller without drivers installed, but other devices in system, are correctly configured (drivers installed from original Lenovo g560 CD)
 
Old 06-07-2010, 08:22 AM   #8
Karl Godt
Member
 
Registered: Mar 2010
Location: Kiel , Germany
Distribution: once:SuSE6.2,Debian3.1, aurox9.2+3,Mandrake?,DSL? then:W7st,WVHB, #!8.10.02,PUPPY4.3.1 now:Macpup
Posts: 314

Rep: Reputation: 45
Actually I am running X-Ubuntu 9.10 live to 256 MB RAM without HD.

Code:
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

ubuntu@ubuntu:~$ lsusb
Bus 001 Device 003: ID 04fc:0538 Sunplus Technology Co., Ltd 
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
ubuntu@ubuntu:~$ lspci
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:0d.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
00:0d.1 Communication controller: C-Media Electronics Inc CM8738 (rev 10)
01:00.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)
ubuntu@ubuntu:~$ lsmod
Module                  Size  Used by
lp                      8964  0 
snd_cmipci             33408  4 
gameport               11368  1 snd_cmipci
snd_pcm_oss            37920  0 
snd_mixer_oss          16028  3 snd_pcm_oss
snd_pcm                75296  2 snd_cmipci,snd_pcm_oss
snd_page_alloc          9156  1 snd_pcm
snd_opl3_lib           10396  1 snd_cmipci
snd_hwdep               7200  1 snd_opl3_lib
snd_mpu401_uart         6940  1 snd_cmipci
snd_seq_dummy           2656  0 
snd_seq_oss            28576  0 
snd_seq_midi            6432  0 
iptable_filter          3100  0 
snd_rawmidi            22208  2 snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event      6940  2 snd_seq_oss,snd_seq_midi
ip_tables              11692  1 iptable_filter
snd_seq                50224  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
x_tables               16544  1 ip_tables
dm_crypt               12928  0 
snd_timer              22276  3 snd_pcm,snd_opl3_lib,snd_seq
ppdev                   6688  0 
snd_seq_device          6920  6 snd_opl3_lib,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd                    59204  16 snd_cmipci,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
parport_pc             31940  1 
i2c_piix4               9932  0 
soundcore               7264  3 snd
parport                35340  3 lp,ppdev,parport_pc
joydev                 10272  0 
shpchp                 32272  0 
squashfs               22912  1 
aufs                  149420  1 
nls_cp437               5372  1 
isofs                  31620  1 
dm_raid45              84228  0 
xor                    15620  1 dm_raid45
usbhid                 38208  0 
floppy                 54916  0 
intel_agp              27484  1 
agpgart                34988  1 intel_agp
ramzswap                8880  1 
xvmalloc                5180  1 ramzswap
lzo_decompress          2620  1 ramzswap
lzo_compress            2300  1 ramzswap
ubuntu@ubuntu:~$
The output of lshal is larger than the already large cache of the terminal.

And this is the output after I inserted the stick:
(I did not modprobe anything)
Code:
ubuntu@ubuntu:~/Desktop$ lsusb
Bus 001 Device 005: ID 12d1:1001 Huawei Technologies Co., Ltd. E620 USB Modem
Bus 001 Device 003: ID 04fc:0538 Sunplus Technology Co., Ltd 
Bus 001 Device 002: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
ubuntu@ubuntu:~/Desktop$ lspci
00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 03)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:0d.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)
00:0d.1 Communication controller: C-Media Electronics Inc CM8738 (rev 10)
01:00.0 VGA compatible controller: nVidia Corporation NV5M64 [RIVA TNT2 Model 64/Model 64 Pro] (rev 15)
ubuntu@ubuntu:~/Desktop$ lsmod
Module                  Size  Used by
ppp_deflate             4732  0 
zlib_deflate           20088  1 ppp_deflate
bsd_comp                5436  0 
ppp_async               8860  1 
crc_ccitt               1852  1 ppp_async
nls_utf8                1568  1 
option                 23008  1 
usbserial              36232  4 option
usb_storage            52544  1 
lp                      8964  0 
snd_cmipci             33408  2 
gameport               11368  1 snd_cmipci
snd_pcm_oss            37920  0 
snd_mixer_oss          16028  2 snd_pcm_oss
snd_pcm                75296  2 snd_cmipci,snd_pcm_oss
snd_page_alloc          9156  1 snd_pcm
snd_opl3_lib           10396  1 snd_cmipci
snd_hwdep               7200  1 snd_opl3_lib
snd_mpu401_uart         6940  1 snd_cmipci
snd_seq_dummy           2656  0 
snd_seq_oss            28576  0 
snd_seq_midi            6432  0 
iptable_filter          3100  0 
snd_rawmidi            22208  2 snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event      6940  2 snd_seq_oss,snd_seq_midi
ip_tables              11692  1 iptable_filter
snd_seq                50224  6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
x_tables               16544  1 ip_tables
dm_crypt               12928  0 
snd_timer              22276  3 snd_pcm,snd_opl3_lib,snd_seq
ppdev                   6688  0 
snd_seq_device          6920  6 snd_opl3_lib,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
snd                    59204  14 snd_cmipci,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_opl3_lib,snd_hwdep,snd_mpu401_uart,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
parport_pc             31940  1 
i2c_piix4               9932  0 
soundcore               7264  2 snd
parport                35340  3 lp,ppdev,parport_pc
joydev                 10272  0 
shpchp                 32272  0 
squashfs               22912  1 
aufs                  149420  1 
nls_cp437               5372  1 
isofs                  31620  2 
dm_raid45              84228  0 
xor                    15620  1 dm_raid45
usbhid                 38208  0 
floppy                 54916  0 
intel_agp              27484  1 
agpgart                34988  1 intel_agp
ramzswap                8880  1 
xvmalloc                5180  1 ramzswap
lzo_decompress          2620  1 ramzswap
lzo_compress            2300  1 ramzswap
ubuntu@ubuntu:~/Desktop$
Quote:
option 23008 1
usbserial 36232 4 option
was done automatically
At X-Ubuntu 10.04 not anymore as far as I can remember

Code:
nm-connection-editor/ configure VPN
first tab:
*99#
vodafone
vodafone

1628
sec + third tab I did not change anything
 
Old 06-07-2010, 07:47 PM   #9
Karl Godt
Member
 
Registered: Mar 2010
Location: Kiel , Germany
Distribution: once:SuSE6.2,Debian3.1, aurox9.2+3,Mandrake?,DSL? then:W7st,WVHB, #!8.10.02,PUPPY4.3.1 now:Macpup
Posts: 314

Rep: Reputation: 45
Wink

I googled a little for lenovo G 560
and found old ThinkPad and new IdeaPad.
I could not find any data about 3G modem but usual ethernet chip wlan and such.
The 10,1" IdeaPad S10 seems to have a 3G module.
I am not sure if it would become usual for 15" laptops to have a WideAreaNetwork module inserted. WirelessLokalAreaNetwork (WLAN) != WAN.
PCMCIA* != ExpressCard*
If it is the i* IdeaPad it makes sense for fresh unix version but if it is the old ThinkPad so try, if you really like Ubuntu, for 3G older versions. The K-Ubuntu 8.10 really runs fine and is unexpectedly easy to setup that I am running at the moment.

http://www.lenovo.com/shop/americas/.../G-Series/G560 datasheet.pdf
 
Old 06-08-2010, 06:24 AM   #10
Karl Godt
Member
 
Registered: Mar 2010
Location: Kiel , Germany
Distribution: once:SuSE6.2,Debian3.1, aurox9.2+3,Mandrake?,DSL? then:W7st,WVHB, #!8.10.02,PUPPY4.3.1 now:Macpup
Posts: 314

Rep: Reputation: 45
Hardwaredetection more comfortable at root mode

Just want to add that while running Mandriva Xfce-4 2009 live I encountered a similar hardware detection problem:
The Mobile Broadband got setup and internet running but at harddrake I got only this output:
CD-ROM sr1 Modul: ‎usb-storage (option)

This was solving the problem:
Code:
[guest@localhost ~]$ lsusb
bash: lsusb: command not found
[guest@localhost ~]$ sudo lsusb

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

    #1) Respect the privacy of others.
    #2) Think before you type.
    #3) With great power comes great responsibility.

guest is not in the sudoers file.  This incident will be reported.
[guest@localhost ~]$
Code:
[guest@localhost ~]$ su root
[root@localhost guest]# lsusb
Bus 002 Device 006: ID 04fc:0538 Sunplus Technology Co., Ltd 
Bus 002 Device 005: ID 413c:2010 Dell Computer Corp. 
Bus 002 Device 004: ID 413c:1003 Dell Computer Corp. 
Bus 002 Device 003: ID 05e3:0608 Genesys Logic, Inc. USB-2.0 4-Port HUB
Bus 002 Device 002: ID 12d1:1001 Huawei Technologies Co., Ltd. E620 USB Modem
Bus 002 Device 001: ID 1d6b:0002  
Bus 008 Device 001: ID 1d6b:0001  
Bus 007 Device 001: ID 1d6b:0001  
Bus 006 Device 001: ID 1d6b:0001  
Bus 001 Device 001: ID 1d6b:0002  
Bus 005 Device 001: ID 1d6b:0001  
Bus 004 Device 001: ID 1d6b:0001  
Bus 003 Device 001: ID 1d6b:0001  
[root@localhost guest]# lsmod
Module                  Size  Used by
ppp_async              12672  1 
ppp_generic            27164  5 ppp_async
slhc                    9600  1 ppp_generic
crc_ccitt               5888  1 ppp_async
ip6table_filter         6528  1 
ip6_tables             16656  1 ip6table_filter
i915                   36228  2 
drm                    76200  3 i915
ipv6                  250916  10 
ipt_IFWLOG              6788  2 
ipt_psd                47752  1 
ip_set_iptree          10376  2 
xt_realm                5376  0 
iptable_raw             6144  0 
xt_comment              5504  18 
xt_policy               6912  0 
ipt_ULOG               11044  0 
ipt_TTL                 5888  0 
ipt_ttl                 5504  0 
ipt_set                 5888  2 
ipt_REJECT              6912  4 
ipt_REDIRECT            5760  0 
ipt_recent             11804  0 
ipt_NETMAP              5760  0 
ipt_MASQUERADE          6784  0 
ipt_LOG                 9604  7 
ipt_ECN                 6400  0 
ipt_ecn                 5888  0 
ipt_CLUSTERIP          10628  0 
ipt_ah                  5632  0 
ipt_addrtype            6400  4 
nf_nat_tftp             5504  0 
nf_nat_snmp_basic      12808  0 
nf_nat_sip             10880  0 
nf_nat_pptp             6912  0 
nf_nat_proto_gre        6148  1 nf_nat_pptp
nf_nat_irc              6016  0 
nf_nat_h323            10240  0 
nf_nat_ftp              6656  0 
nf_nat_amanda           5760  0 
ts_kmp                  6272  5 
nf_conntrack_amanda     7680  1 nf_nat_amanda
nf_conntrack_sane       8348  0 
nf_conntrack_tftp       8084  1 nf_nat_tftp
nf_conntrack_sip       20756  1 nf_nat_sip
nf_conntrack_proto_sctp    12168  0 
nf_conntrack_pptp       9476  1 nf_nat_pptp
nf_conntrack_proto_gre     8576  1 nf_conntrack_pptp
nf_conntrack_netlink    19840  0 
nf_conntrack_netbios_ns     6400  0 
nf_conntrack_irc        8996  1 nf_nat_irc
nf_conntrack_h323      51144  1 nf_nat_h323
nf_conntrack_ftp       11428  1 nf_nat_ftp
ip_set_portmap          8064  0 
ip_set_macipmap         7940  0 
ip_set_ipmap            8064  0 
ip_set_iphash          10500  0 
ip_set                 21532  11 ip_set_iptree,ipt_set,ip_set_portmap,ip_set_macipmap,ip_set_ipmap,ip_set_iphash
xt_tcpmss               5888  0 
xt_pkttype              5632  0 
xt_physdev              6544  0 
xt_owner                6656  0 
xt_NFQUEUE              5760  0 
xt_NFLOG                5760  0 
xt_multiport            7168  4 
xt_MARK                 6272  0 
xt_mark                 5888  0 
xt_mac                  5632  0 
xt_limit                6148  0 
xt_length               5632  0 
xt_iprange              6400  0 
xt_helper               6016  0 
xt_hashlimit           14096  0 
xt_DSCP                 7040  0 
xt_dscp                 6400  0 
xt_dccp                 6792  0 
xt_conntrack            7808  0 
xt_CONNMARK             7040  0 
xt_connmark             6400  0 
xt_CLASSIFY             5632  0 
xt_tcpudp               6912  11 
xt_state                6016  13 
iptable_nat             9480  0 
nf_nat                 19864  13 ipt_REDIRECT,ipt_NETMAP,ipt_MASQUERADE,nf_nat_tftp,nf_nat_sip,nf_nat_pptp,nf_nat_proto_gre,nf_nat_irc,nf_nat_h323,nf_nat_ftp,nf_nat_amanda,nf_conntrack_netlink,iptable_nat
nf_conntrack_ipv4      17676  16 iptable_nat,nf_nat
nf_conntrack           60128  30 ipt_MASQUERADE,ipt_CLUSTERIP,nf_nat_tftp,nf_nat_snmp_basic,nf_nat_sip,nf_nat_pptp,nf_nat_irc,nf_nat_h323,nf_nat_ftp,nf_nat_amanda,nf_conntrack_amanda,nf_conntrack_sane,nf_conntrack_tftp,nf_conntrack_sip,nf_conntrack_proto_sctp,nf_conntrack_pptp,nf_conntrack_proto_gre,nf_conntrack_netlink,nf_conntrack_netbios_ns,nf_conntrack_irc,nf_conntrack_h323,nf_conntrack_ftp,xt_helper,xt_conntrack,xt_CONNMARK,xt_connmark,xt_state,iptable_nat,nf_nat,nf_conntrack_ipv4
iptable_mangle          6784  1 
nfnetlink               7448  1 nf_conntrack_netlink
iptable_filter          6656  1 
ip_tables              15376  4 iptable_raw,iptable_nat,iptable_mangle,iptable_filter
x_tables               16516  47 ip6_tables,ipt_IFWLOG,ipt_psd,xt_realm,xt_comment,xt_policy,ipt_ULOG,ipt_TTL,ipt_ttl,ipt_set,ipt_REJECT,ipt_REDIRECT,ipt_recent,ipt_NETMAP,ipt_MASQUERADE,ipt_LOG,ipt_ECN,ipt_ecn,ipt_CLUSTERIP,ipt_ah,ipt_addrtype,xt_tcpmss,xt_pkttype,xt_physdev,xt_owner,xt_NFQUEUE,xt_NFLOG,xt_multiport,xt_MARK,xt_mark,xt_mac,xt_limit,xt_length,xt_iprange,xt_helper,xt_hashlimit,xt_DSCP,xt_dscp,xt_dccp,xt_conntrack,xt_CONNMARK,xt_connmark,xt_CLASSIFY,xt_tcpudp,xt_state,iptable_nat,ip_tables
fuse                   55196  4 
nls_cp437               9600  1 
vfat                   14464  1 
fat                    51616  1 vfat
dm_zero                 5760  0 
binfmt_misc            12424  1 
dm_mirror              22272  0 
dm_log                 13060  1 dm_mirror
dm_mod                 55240  3 dm_zero,dm_mirror,dm_log
snd_hda_intel         409872  2 
snd_hwdep              10884  1 snd_hda_intel
arc4                    5760  2 
ecb                     6656  2 
crypto_blkcipher       19588  1 ecb
snd_seq_dummy           6660  0 
snd_seq_oss            33664  0 
snd_seq_midi_event     10240  1 snd_seq_oss
snd_seq                51312  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device         10252  3 snd_seq_dummy,snd_seq_oss,snd_seq
pcmcia                 37036  0 
snd_pcm_oss            41760  0 
ath9k                 265656  0 
mac80211              156956  1 ath9k
snd_pcm                72836  2 snd_hda_intel,snd_pcm_oss
snd_timer              23816  2 snd_seq,snd_pcm
snd_page_alloc         11784  2 snd_hda_intel,snd_pcm
usbhid                 50368  0 
snd_mixer_oss          18304  1 snd_pcm_oss
video                  20240  0 
ff_memless              8840  1 usbhid
thermal                19100  0 
cfg80211               27144  1 mac80211
yenta_socket           27148  1 
i2c_i801               12816  0 
snd                    52772  13 snd_hda_intel,snd_hwdep,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
intel_agp              29636  1 
battery                14212  0 
ac                      8068  0 
tg3                   124036  0 
output                  6656  1 video
processor              37292  2 thermal
rsrc_nonstatic         15104  1 yenta_socket
button                 10000  0 
option                 19204  1 
i2c_core               24212  1 i2c_i801
sd_mod                 38040  4 
usbserial              33768  3 option
pcmcia_core            35476  3 pcmcia,yenta_socket,rsrc_nonstatic
agpgart                32840  3 drm,intel_agp
rtc_cmos               13472  0 
soundcore              10080  1 snd
crc_t10dif              5760  1 sd_mod
libphy                 20224  1 tg3
acer_wmi               14272  0 
wacom                  20864  0 
serio_raw               9220  0 
led_class               7556  1 acer_wmi
sg                     34864  0 
joydev                 13888  0 
evdev                  13344  10 
wmi                     9640  1 acer_wmi
usb_storage           105540  0 
uhci_hcd               26000  0 
ehci_hcd               37900  0 
usbcore               137712  8 usbhid,option,usbserial,wacom,usb_storage,uhci_hcd,ehci_hcd
ata_piix               20356  0 
ahci                   32524  4 
libata                156448  2 ata_piix,ahci
dock                   11792  1 libata
unionfs                70484  1 
squashfs               41476  1 
loop                   18444  2 
isofs                  35748  1 
nls_utf8                5632  0 
nls_iso8859_15          8448  0 
nls_iso8859_14          8448  0 
nls_iso8859_13          8448  0 
nls_iso8859_9           8192  0 
nls_iso8859_7           8704  0 
nls_iso8859_6           8192  0 
nls_iso8859_5           8448  0 
nls_iso8859_4           8448  0 
nls_iso8859_3           8448  0 
nls_iso8859_2           8448  0 
nls_iso8859_1           7936  2 
sr_mod                 18884  1 
scsi_mod              138316  5 sd_mod,sg,usb_storage,libata,sr_mod
ide_cd_mod             34564  0 
ide_core               99912  1 ide_cd_mod
[root@localhost guest]#
 
Old 06-09-2010, 09:31 AM   #11
test009
LQ Newbie
 
Registered: May 2010
Location: Russia
Distribution: Ubuntu 10.4
Posts: 7

Original Poster
Rep: Reputation: 0
Unhappy

So, Karl, i have't any ideas((( I'm not understand how i can check for internal modem is present... Look through my output please:

Code:
~$ lspci
00:00.0 Host bridge: Intel Corporation Core Processor DRAM Controller (rev 12)
00:01.0 PCI bridge: Intel Corporation Core Processor PCI Express x16 Root Port (rev 12)
00:16.0 Communication controller: Intel Corporation 5 Series/3400 Series Chipset HECI Controller (rev 06)
00:1a.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 05)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 05)
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 05)
00:1c.4 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 5 (rev 05)
00:1d.0 USB Controller: Intel Corporation 5 Series/3400 Series Chipset USB2 Enhanced Host Controller (rev 05)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev a5)
00:1f.0 ISA bridge: Intel Corporation Mobile 5 Series Chipset LPC Interface Controller (rev 05)
00:1f.2 SATA controller: Intel Corporation 5 Series/3400 Series Chipset 4 port SATA AHCI Controller (rev 05)
00:1f.3 SMBus: Intel Corporation 5 Series/3400 Series Chipset SMBus Controller (rev 05)
00:1f.6 Signal processing controller: Intel Corporation 5 Series/3400 Series Chipset Thermal Subsystem (rev 05)
01:00.0 VGA compatible controller: nVidia Corporation GT218 [GeForce 310M] (rev a2)
01:00.1 Audio device: nVidia Corporation High Definition Audio Controller (rev a1)
06:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
ff:00.0 Host bridge: Intel Corporation Core Processor QuickPath Architecture Generic Non-core Registers (rev 02)
ff:00.1 Host bridge: Intel Corporation Core Processor QuickPath Architecture System Address Decoder (rev 02)
ff:02.0 Host bridge: Intel Corporation Core Processor QPI Link 0 (rev 02)
ff:02.1 Host bridge: Intel Corporation Core Processor QPI Physical 0 (rev 02)
ff:02.2 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
ff:02.3 Host bridge: Intel Corporation Core Processor Reserved (rev 02)
and

Code:
~$ lsusb
Bus 002 Device 005: ID 09da:8090 A4 Tech Co., Ltd 
Bus 002 Device 004: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard reader
Bus 002 Device 003: ID 090c:37b3 Feiya Technology Corp. 
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0489:e00d Foxconn / Hon Hai 
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 
Old 06-10-2010, 05:09 AM   #12
Karl Godt
Member
 
Registered: Mar 2010
Location: Kiel , Germany
Distribution: once:SuSE6.2,Debian3.1, aurox9.2+3,Mandrake?,DSL? then:W7st,WVHB, #!8.10.02,PUPPY4.3.1 now:Macpup
Posts: 314

Rep: Reputation: 45
couldn´t find any UMTS/BB/GSM/EDGE/GPRS/HS*PA/3G modems at:

http://www.foxconn.com/NWInG/products/default.asp
http://www.a4tech.de/
http://feiya.com/

BTW: Are you really sure ? Did you read my posts before ?
http://shop.lenovo.com/SEUILibrary/c...urrent-catalog
You may also post the microsoft hardwaredetection here.

I am sad to say but I think you had been told totally wrong about wlan<>wan modem inside by the salesman you bought it from....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Lenovo G560 notebook and Linux zylex Linux - Laptop and Netbook 9 05-31-2010 05:44 AM
Lenovo G560 w/ Ubuntu 9.04....video driver help? Leon14344 Linux - Laptop and Netbook 3 04-10-2010 01:45 PM
Problem in insalling Ubuntu NR on Lenovo s12. sugestion for other distro? didland Linux - Laptop and Netbook 13 03-28-2010 02:59 PM
lenovo s10e internal microphone doesnt work (ubuntu remix 9.04 ) mahmoudspeedo Linux - Hardware 2 09-16-2009 04:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 10:20 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration