LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 01-07-2008, 03:26 PM   #1
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Rep: Reputation: 31
Built-in Bluetooth and Card-Reader not working.


Hello,
I have an Acer Extensa 5220 with built-in Bluetooth and Card-Reader they are not working.
I tried my old Bluetooth dongle and it worked without problems
When I insterted a SD card it was detected but when I inserted a MMC card it was not detected although it was detected when I used a separate card reader

How can I use the built-in Bluetooth and Card-Reader?
 
Old 01-07-2008, 05:20 PM   #2
elliott678
Member
 
Registered: Mar 2005
Location: North Carolina
Distribution: Arch
Posts: 977

Rep: Reputation: 74
Posting your 'lsusb' and 'lspci' output would help us know where to start.
 
Old 01-12-2008, 03:56 AM   #3
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Original Poster
Rep: Reputation: 31
Thank you elliott
Code:
# lsusb
Unknown line at line 2389
Bus 006 Device 001: ID 0000:0000
Bus 007 Device 001: ID 0000:0000
Bus 005 Device 001: ID 0000:0000
Bus 003 Device 001: ID 0000:0000
Bus 004 Device 001: ID 0000:0000
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 001: ID 0000:0000
Code:
# lspci
00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03)
00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Contoller #4 (rev 03)
00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
00:1c.2 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 3 (rev 03)
00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5787M Gigabit Ethernet PCI Express (rev 02)
04:00.0 Network controller: Broadcom Corporation BCM94311MCG wlan mini-PCI (rev 01)
0f:06.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
0f:06.1 FireWire (IEEE 1394): Texas Instruments PCIxx12 OHCI Compliant IEEE 1394 Host Controller
0f:06.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)
0f:06.3 Generic system peripheral [0805]: Texas Instruments PCIxx12 SDA Standard Compliant SD Host Controller
 
Old 01-17-2008, 02:09 PM   #4
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Original Poster
Rep: Reputation: 31
Question

Could somebody help me?
I still can not use the built-in bluetooth and card-reader.
 
Old 01-17-2008, 03:27 PM   #5
elliott678
Member
 
Registered: Mar 2005
Location: North Carolina
Distribution: Arch
Posts: 977

Rep: Reputation: 74
You need the following modules for the card reader, make sure they are all there:
Code:
mmc_block tifm_sd tifm_7xx1 tifm_core
In Acer's the bluetooth module is usually connected via USB internally, I'm not seeing it on the lsusb output, are you sure this one has it? Not all Acer's with a bluetooth button have bluetooth.
 
Old 01-18-2008, 03:13 AM   #6
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Original Poster
Rep: Reputation: 31
The files are available in the following paths.
Code:
/lib/modules/2.6.22.9-laptop-1mdv/kernel/drivers/mmc/card/mmc_block.ko
/lib/modules/2.6.22.9-laptop-1mdv/kernel/drivers/mmc/host/tifm_sd.ko.gz
/lib/modules/2.6.22.9-laptop-1mdv/kernel/drivers/misc/tifm_7xx1.ko.gz
/lib/modules/2.6.22.9-laptop-1mdv/kernel/drivers/misc/tifm_core.ko
These files are provided by this package: kernel-laptop-2.6.22.9-1mdv
Is there any thing else I can do?
 
Old 01-18-2008, 03:17 AM   #7
elliott678
Member
 
Registered: Mar 2005
Location: North Carolina
Distribution: Arch
Posts: 977

Rep: Reputation: 74
Are they loaded? Check the output of 'lsmod'. I haven't tested it, but I hear this reader has problems with MS and xD cards in Linux, MMC and SD are supported though. I only have SD cards, and it works well with them.

Last edited by elliott678; 01-18-2008 at 03:19 AM.
 
Old 01-18-2008, 03:25 AM   #8
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Original Poster
Rep: Reputation: 31
Code:
# lsmod
Module                  Size  Used by
i915                   22688  2
drm                    72628  3 i915
nfsd                  208688  13
exportfs                5408  1 nfsd
nfs                   227532  0
lockd                  60136  3 nfsd,nfs
nfs_acl                 3648  2 nfsd,nfs
sunrpc                149148  11 nfsd,nfs,lockd,nfs_acl
af_packet              17960  2
snd_seq_dummy           3492  0
snd_seq_oss            29888  0
snd_seq_midi_event      6912  1 snd_seq_oss
snd_seq                46800  5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device          7276  3 snd_seq_dummy,snd_seq_oss,snd_seq
ipv6                  249988  14
snd_pcm_oss            37216  0
snd_mixer_oss          14784  1 snd_pcm_oss
video                  15080  0
thermal                11304  0
sbs                    16520  0
processor              25796  1 thermal
fan                     4260  0
container               4032  0
button                  6576  0
dock                    7568  0
battery                10344  0
ac                      4452  0
ide_cd                 35200  0
binfmt_misc             9416  1
loop                   14276  0
nls_iso8859_1           4672  1
nls_cp437               6304  1
vfat                   11040  1
fat                    45852  1 vfat
dm_mod                 48064  0
piix                    9028  0 [permanent]
usb_storage            90276  0
ide_core               99748  3 ide_cd,piix,usb_storage
tifm_sd                10376  0
tifm_7xx1               6304  0
tifm_core               8004  2 tifm_sd,tifm_7xx1
nvram                   8488  0
pcmcia                 33260  0
mmc_block               9508  0
ohci1394               32016  0
sdhci                  15244  0
ieee1394               81080  1 ohci1394
yenta_socket           23628  1
rsrc_nonstatic         11904  1 yenta_socket
mmc_core               23108  3 tifm_sd,mmc_block,sdhci
pcmcia_core            33108  3 pcmcia,yenta_socket,rsrc_nonstatic
snd_hda_intel         284028  6
bcm43xx               426016  0
tg3                   105860  0
i2c_i801                8528  0
snd_pcm                69636  3 snd_pcm_oss,snd_hda_intel
rng_core                4900  1 bcm43xx
i2c_core               20224  1 i2c_i801
ehci_hcd               30732  0
ieee80211softmac       26656  1 bcm43xx
uhci_hcd               22832  0
ieee80211              31752  2 bcm43xx,ieee80211softmac
ieee80211_crypt         5248  1 ieee80211
intel_agp              22132  1
snd_timer              19652  3 snd_seq,snd_pcm
sr_mod                 15236  0
agpgart                27656  3 drm,intel_agp
snd_page_alloc          8456  2 snd_hda_intel,snd_pcm
snd_hwdep               7492  1 snd_hda_intel
usbcore               118760  4 usb_storage,ehci_hcd,uhci_hcd
snd                    45092  19 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_intel,snd_pcm,snd_timer,snd_hwdep
soundcore               6624  1 snd
joydev                  8800  0
tsdev                   7104  0
evdev                   8448  5
sg                     30488  0
reiserfs              243716  1
scsi_wait_scan          1920  0
sd_mod                 26240  4
ata_piix               12068  0
ahci                   19364  3
libata                108688  2 ata_piix,ahci
scsi_mod              124972  6 usb_storage,sr_mod,sg,scsi_wait_scan,sd_mod,libata
I guess they are loaded.
 
Old 01-18-2008, 03:34 AM   #9
elliott678
Member
 
Registered: Mar 2005
Location: North Carolina
Distribution: Arch
Posts: 977

Rep: Reputation: 74
Everything seems fine, I don't really know what to tell you. Support for this reader is fairly new, it isn't as simple as the USB ones that show up as mass storage devices, hopefully it will improve soon.
 
Old 01-18-2008, 03:44 AM   #10
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Original Poster
Rep: Reputation: 31
Thank you for your help elliott678
I think I will stick to my old bluetooth dongle and buy myself a new card-reader
 
Old 01-18-2008, 08:19 AM   #11
cathectic
Member
 
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761

Rep: Reputation: 35
For the bluetooth, you could try acer_acpi and see if it can turn it on.
 
Old 01-18-2008, 11:42 AM   #12
AGazzaz
Member
 
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393

Original Poster
Rep: Reputation: 31
Code:
$ ./Makefile
./Makefile: line 5: KERNELSRC?=/lib/modules/2.6.22.9-laptop-1mdv/build: No such file or directory
./Makefile: line 6: KERNELSRC: command not found
./Makefile: line 6: KERNELSRC: command not found
./Makefile: line 6: shell: command not found
./Makefile: line 6: shell: command not found
./Makefile: line 8: KERNELVERSION: command not found
./Makefile: line 8: shell: command not found
./Makefile: line 16: obj-m: command not found
./Makefile: line 20: -Wall: command not found
./Makefile: line 21: KERNELSRC: command not found
./Makefile: line 23: syntax error near unexpected token `$(KERNELMAJOR),'
./Makefile: line 23: `ifneq ($(KERNELMAJOR), 2.6)'
Can I do anything about this?
 
Old 01-18-2008, 12:57 PM   #13
cathectic
Member
 
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761

Rep: Reputation: 35
You are missing the kernel sources.

However, IIRC, I believe Mandriva already ship a prebuilt acer_acpi module?
 
  


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
Card reader and bluetooth undetected on mandriva 2007.1 spring loaded in acer aspire Ken L'Epee Linux - Newbie 1 12-06-2007 11:32 AM
Built-in card reader sofocle Linux - Hardware 6 12-29-2006 06:25 PM
How to access laptop's built in memory card reader? Ckradjia Linux - Hardware 4 04-07-2006 08:46 PM
The built-in card reader of my ThinkPad shreks Fedora 1 01-16-2006 10:44 AM
How do I access the built-in camera card reader on my Hp Photosmart 7350? asdfjkl Linux - Hardware 0 10-28-2004 10:20 PM

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

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