LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 04-01-2015, 11:52 AM   #16
thorkelljarl
Senior Member
 
Registered: Jun 2008
Posts: 1,820

Rep: Reputation: 229Reputation: 229Reputation: 229

GRUB...

The only way you could get any different results by editing GRUB is if the kernel module for this key combination is not being loaded as it should. I doubt that's the case.

To check, boot linux first when you can use Fn+F5 and use the command "lsmod" to see which kernel modules are loaded at boot. Then boot linux while unable to activate functions with Fn+F5 and use the same command. If there is no difference in the results and the acpi module is listed in both cases, editing GRUB woun't do anything to solve the problem.

You may just have to live with this limitation. There may be a bug in the acpi module, but it may be a limitation built into the way the hardware works.
 
Old 04-03-2015, 07:42 AM   #17
Pekkis69
LQ Newbie
 
Registered: Mar 2015
Posts: 10

Original Poster
Rep: Reputation: Disabled
I running lsmod for working and not working 3G, there is something difference

Working 3G
Code:
pekkis@pekkis-ThinkPad-X121e:~$ lsmod
Module                  Size  Used by
ctr                    13049  1 
ccm                    17773  1 
bnep                   19624  2 
rfcomm                 69160  4 
nls_iso8859_1          12713  1 
cdc_mbim               13176  0 
uvcvideo               80885  0 
videobuf2_vmalloc      13216  1 uvcvideo
videobuf2_memops       13362  1 videobuf2_vmalloc
videobuf2_core         40664  1 uvcvideo
cdc_ncm                24511  1 cdc_mbim
videodev              134688  2 uvcvideo,videobuf2_core
usbnet                 43913  2 cdc_mbim,cdc_ncm
cdc_wdm                19053  1 cdc_mbim
cdc_acm                28803  4 
mii                    13934  1 usbnet
arc4                   12608  2 
iwldvm                232285  0 
mac80211              630669  1 iwldvm
snd_hda_codec_hdmi     46368  1 
snd_hda_codec_conexant    57441  1 
btusb                  32412  0 
bluetooth             391136  11 bnep,btusb,rfcomm
intel_rapl             18773  0 
x86_pkg_temp_thermal    14205  0 
intel_powerclamp       14705  0 
coretemp               13435  0 
kvm_intel             143187  0 
kvm                   455835  1 kvm_intel
crct10dif_pclmul       14289  0 
crc32_pclmul           13113  0 
ghash_clmulni_intel    13216  0 
cryptd                 20359  1 ghash_clmulni_intel
thinkpad_acpi          81013  1 
joydev                 17381  0 
nvram                  14411  1 thinkpad_acpi
snd_hda_intel          56531  3 
snd_hda_codec         192906  3 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_intel
serio_raw              13462  0 
snd_seq_midi           13324  0 
snd_seq_midi_event     14899  1 snd_seq_midi
snd_rawmidi            30144  1 snd_seq_midi
snd_hwdep              13602  1 snd_hda_codec
i915                  784111  3 
iwlwifi               169932  1 iwldvm
rtsx_pci_ms            18151  0 
memstick               16966  1 rtsx_pci_ms
lpc_ich                21080  0 
cfg80211              484040  3 iwlwifi,mac80211,iwldvm
snd_pcm               102099  3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_seq                61560  2 snd_seq_midi_event,snd_seq_midi
snd_page_alloc         18710  2 snd_pcm,snd_hda_intel
snd_seq_device         14497  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer              29482  2 snd_pcm,snd_seq
drm_kms_helper         55071  1 i915
shpchp                 37032  0 
drm                   303102  4 i915,drm_kms_helper
mei_me                 18627  0 
mei                    82276  1 mei_me
i2c_algo_bit           13413  1 i915
wmi                    19177  0 
snd                    69322  18 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,thinkpad_acpi,snd_seq_device,snd_seq_midi
soundcore              12680  1 snd
video                  19476  1 i915
mac_hid                13205  0 
parport_pc             32701  0 
ppdev                  17671  0 
lp                     17759  0 
parport                42348  3 lp,ppdev,parport_pc
rtsx_pci_sdmmc         23274  0 
ahci                   29915  3 
psmouse               106714  0 
libahci                32716  1 ahci
rtsx_pci               46245  2 rtsx_pci_ms,rtsx_pci_sdmmc
atl1c                  46086  0 
pekkis@pekkis-ThinkPad-X121e:~$
Not Working 3G
Code:
pekkis@pekkis-ThinkPad-X121e:~$ lsmod
Module                  Size  Used by
ctr                    13049  1 
ccm                    17773  1 
bnep                   19624  2 
rfcomm                 69160  4 
bluetooth             391136  10 bnep,rfcomm
nls_iso8859_1          12713  1 
cdc_mbim               13176  0 
uvcvideo               80885  0 
videobuf2_vmalloc      13216  1 uvcvideo
videobuf2_memops       13362  1 videobuf2_vmalloc
videobuf2_core         40664  1 uvcvideo
videodev              134688  2 uvcvideo,videobuf2_core
cdc_ncm                24511  1 cdc_mbim
usbnet                 43913  2 cdc_mbim,cdc_ncm
mii                    13934  1 usbnet
cdc_wdm                19053  1 cdc_mbim
cdc_acm                28803  0 
snd_hda_codec_hdmi     46368  1 
snd_hda_codec_conexant    57441  1 
arc4                   12608  2 
iwldvm                232285  0 
mac80211              630669  1 iwldvm
intel_rapl             18773  0 
x86_pkg_temp_thermal    14205  0 
intel_powerclamp       14705  0 
coretemp               13435  0 
kvm_intel             143187  0 
kvm                   455835  1 kvm_intel
crct10dif_pclmul       14289  0 
crc32_pclmul           13113  0 
ghash_clmulni_intel    13216  0 
cryptd                 20359  1 ghash_clmulni_intel
joydev                 17381  0 
serio_raw              13462  0 
lpc_ich                21080  0 
rtsx_pci_ms            18151  0 
memstick               16966  1 rtsx_pci_ms
wmi                    19177  0 
thinkpad_acpi          81013  1 
nvram                  14411  1 thinkpad_acpi
snd_hda_intel          56531  3 
snd_hda_codec         192906  3 snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_hda_intel
snd_hwdep              13602  1 snd_hda_codec
snd_pcm               102099  3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
snd_page_alloc         18710  2 snd_pcm,snd_hda_intel
snd_seq_midi           13324  0 
snd_seq_midi_event     14899  1 snd_seq_midi
i915                  784111  3 
snd_rawmidi            30144  1 snd_seq_midi
snd_seq                61560  2 snd_seq_midi_event,snd_seq_midi
snd_seq_device         14497  3 snd_seq,snd_rawmidi,snd_seq_midi
snd_timer              29482  2 snd_pcm,snd_seq
video                  19476  1 i915
iwlwifi               169932  1 iwldvm
drm_kms_helper         55071  1 i915
drm                   303102  4 i915,drm_kms_helper
snd                    69322  18 snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_conexant,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec,snd_hda_intel,thinkpad_acpi,snd_seq_device,snd_seq_midi
cfg80211              484040  3 iwlwifi,mac80211,iwldvm
i2c_algo_bit           13413  1 i915
mei_me                 18627  0 
soundcore              12680  1 snd
mei                    82276  1 mei_me
shpchp                 37032  0 
mac_hid                13205  0 
parport_pc             32701  0 
ppdev                  17671  0 
lp                     17759  0 
parport                42348  3 lp,ppdev,parport_pc
rtsx_pci_sdmmc         23274  0 
rtsx_pci               46245  2 rtsx_pci_ms,rtsx_pci_sdmmc
ahci                   29915  3 
psmouse               106714  0 
libahci                32716  1 ahci
atl1c                  46086  0 
pekkis@pekkis-ThinkPad-X121e:~$
 
Old 04-16-2015, 10:56 AM   #18
Pekkis69
LQ Newbie
 
Registered: Mar 2015
Posts: 10

Original Poster
Rep: Reputation: Disabled
Hi,

This problem is still unsolved, I trying got help from Ericsson company but nobody answer my question from there
 
Old 04-16-2015, 11:55 PM   #19
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
You had wifi working in post #7.

Is it not working now?
 
Old 04-17-2015, 11:04 AM   #20
Pekkis69
LQ Newbie
 
Registered: Mar 2015
Posts: 10

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
You had wifi working in post #7.

Is it not working now?
Hi,

Wifi work all the time well

Regards,

Pekkis
 
Old 04-17-2015, 04:08 PM   #21
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by Pekkis69 View Post
Hi,

Wifi work all the time well

Regards,

Pekkis
Ok, well that's good.

Sorry I'm not good with 3G.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
fedora 20 lenovo T410 wifi issue iceman81 Linux - Newbie 3 09-17-2014 12:35 PM
Wifi disabled on the Lenovo Yoga 2 13" akamikeym Linux - Hardware 5 08-28-2014 11:52 PM
WiFi issues on a Lenovo IdeaPad S10e borepstein Linux - Laptop and Netbook 6 01-17-2012 10:44 AM
Lenovo Y550 Wifi Problems linuxlychallenged Linux - Laptop and Netbook 0 01-20-2010 07:55 PM
Lenovo s10 WiFi in Puppy 4.31 TheHimself Puppy 8 01-11-2010 06:35 AM

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

All times are GMT -5. The time now is 08:16 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