#1  
Old 06-02-2010, 01:53 AM
timberhawk timberhawk is offline
Junior Member
 
Join Date: Mar 2010
Posts: 5
Thanked: 1 time
Default SD Slot on acer 532H?

I can't seem to find my memory card reader under meego. I know that acer did something screwy with it because it doesn't show up in the bios either, but it did work under windows when I first got the computer. Anybody have any idea's on mounting the card? Its from my blackberry, which I know is a pita to mount under any linux distro...
Reply With Quote
  #2  
Old 06-03-2010, 11:10 PM
dawnfoster's Avatar
dawnfoster dawnfoster is offline
Super Moderator
 
Join Date: Feb 2010
Location: Portland, OR
Posts: 292
Thanked: 383 times
Default Re: SD Slot on acer 532H?

Quote:
Originally Posted by timberhawk View Post
I can't seem to find my memory card reader under meego. I know that acer did something screwy with it because it doesn't show up in the bios either, but it did work under windows when I first got the computer. Anybody have any idea's on mounting the card? Its from my blackberry, which I know is a pita to mount under any linux distro...
I wonder if the Linux drivers exist for it? I see that other people are having issues under Linux for that model: http://ub-os.blogspot.com/2010/03/un...532h-2325.html

We have similar driver issues with other SD readers as you can see here: http://bugs.meego.com/show_bug.cgi?id=28
Reply With Quote

The Following User Says Thank You to dawnfoster For This Useful Post:
  #3  
Old 06-04-2010, 07:35 AM
timberhawk timberhawk is offline
Junior Member
 
Join Date: Mar 2010
Posts: 5
Thanked: 1 time
Default Re: SD Slot on acer 532H?

Hmm, I kinda assumed that there was a driver for this hardware. I figured it was more of a problem with how acer mounted the hardware within the case and was hoping for a work around. Thanks for the heads up.
Reply With Quote
  #4  
Old 10-05-2010, 05:58 AM
g01d10x g01d10x is offline
Junior Member
 
Join Date: Oct 2010
Posts: 1
Default Re: SD Slot on acer 532H?

I kinda assumed that there was a driver for this hardware.

I found the link to download the Windows driver for the Card Reader ..

from the acer site

does anyone know how to use or 'look inside' the windows driver for the right info ??

cheers
Reply With Quote
  #5  
Old 10-05-2010, 06:50 AM
munozferna munozferna is offline
Junior Member
 
Join Date: Feb 2010
Posts: 13
Thanked: 3 times
Default Re: SD Slot on acer 532H?

It can be helpful to others if you post the output of the lspci and lsusb commands, to identify your card reader hardware.
Reply With Quote
  #6  
Old 06-20-2011, 05:31 PM
ekz4 ekz4 is offline
Junior Member
 
Join Date: Jul 2010
Posts: 9
Thanked: 3 times
Default Re: SD Slot on acer 532H?

Solution to Card reader issue:

Install kernel headers

# sudo yum install kernel-netbook-devel


Download driver keucr, unzip and cd to folder

https://bugs.launchpad.net/ubuntu/+s...iles/keucr.tgz


Compile & install (change your kernel version)

make -C /usr/src/kernels/2.6.33.5-28.1-netbook/ M=`pwd` modules
make -C /usr/src/kernels/2.6.33.5-28.1-netbook/ M=`pwd` modules_install
depmod -a


Quote:
If you have compilation error : "implicit declaration of usb_alloc_coherent" on line 293 in usb.c

You can try to add this after the all the includes of usb.c (line 19) :

#define usb_alloc_coherent(a, b, c, d) usb_buffer_alloc(a, b, c, d)
#define usb_free_coherent(a, b, c, d) usb_buffer_free(a, b, c, d)

It worked like a charm for me. Did not even required to reboot, it worked immediately.
Source: https://bugs.launchpad.net/ubuntu/+s...x?comments=all (comments #149 and #158)


Works for me with kernel 2.6.33.5-28.1-netbook and meego 1.0.x

Kind regards
Reply With Quote

The Following User Says Thank You to ekz4 For This Useful Post:
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:33 PM.