LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-06-2012, 12:08 PM   #1
cod_liver_0il
Member
 
Registered: Apr 2012
Location: India
Distribution: Slackware, FreeBSD
Posts: 48

Rep: Reputation: Disabled
micro sd card


Hi, wonder if anyone could tell me how to find my sd micro card device name. I plug it in and dmesg, syslog and messages don't show anything? ...i was wondering if i was doing something wrong or my card reader has stopped working.

thanks.
 
Old 06-06-2012, 12:09 PM   #2
cod_liver_0il
Member
 
Registered: Apr 2012
Location: India
Distribution: Slackware, FreeBSD
Posts: 48

Original Poster
Rep: Reputation: Disabled
BTW, the card reader is built into my laptop.
 
Old 06-06-2012, 12:14 PM   #3
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,102

Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
as root
Code:
fdisk -l
should show your sd as /dev/sdX (it uses SCSI emulation), you should recognize it easily by the size.

Code:
df -h
to see if it is (by any chance) already mounted.

Last edited by ponce; 06-06-2012 at 12:16 PM.
 
Old 06-06-2012, 12:21 PM   #4
cod_liver_0il
Member
 
Registered: Apr 2012
Location: India
Distribution: Slackware, FreeBSD
Posts: 48

Original Poster
Rep: Reputation: Disabled
No ponce, it's not mounted already i tried fdisk -l and df -h just shows /dev/sda
 
Old 06-06-2012, 12:42 PM   #5
eSelix
Senior Member
 
Registered: Oct 2009
Location: Wroclaw, Poland
Distribution: Arch, Kubuntu
Posts: 1,281

Rep: Reputation: 320Reputation: 320Reputation: 320Reputation: 320
If you have no info in "dmesg" then I think your card reader is broken or unconnected. Which kernel version you have?

Last edited by eSelix; 06-06-2012 at 12:47 PM.
 
Old 06-06-2012, 01:28 PM   #6
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,727

Rep: Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919
Please post the make/model of your laptop. Some laptop card readers have proprietary interfaces
 
Old 06-06-2012, 01:35 PM   #7
cod_liver_0il
Member
 
Registered: Apr 2012
Location: India
Distribution: Slackware, FreeBSD
Posts: 48

Original Poster
Rep: Reputation: Disabled
My laptop is a Fujitsu Siemens Alimo and i'm using 13.37 stock kernel
 
Old 06-06-2012, 02:18 PM   #8
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,727

Rep: Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919
What is the model number? ie. M7400, A1630 etc.
 
Old 06-06-2012, 02:26 PM   #9
cod_liver_0il
Member
 
Registered: Apr 2012
Location: India
Distribution: Slackware, FreeBSD
Posts: 48

Original Poster
Rep: Reputation: Disabled
M7405
 
Old 06-06-2012, 04:35 PM   #10
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,727

Rep: Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919Reputation: 5919
I could not find much information on the card reader. According to the link it isn't supported.

http://flsdemo.nrcfoss.au-kbc.org.in...ilo_M7405.html
 
Old 06-06-2012, 05:08 PM   #11
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,102

Rep: Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178Reputation: 4178
yes, I can see it also in this (updated) list (the first)

http://www.linuxdriverproject.org/me..._media_readers

Last edited by ponce; 06-06-2012 at 05:12 PM.
 
Old 06-06-2012, 05:22 PM   #12
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Note that if you have a micro-sd HC card, you would be better off to have a kernel > 3.0

Markus

Last edited by markush; 06-06-2012 at 05:23 PM.
 
Old 06-08-2012, 12:55 AM   #13
vdemuth
Member
 
Registered: Oct 2003
Location: West Midlands, UK
Distribution: Slackware 14 (Server),OpenSuse 13.2 (Laptop & Desktop),, OpenSuse 13.2 on the wifes lappy
Posts: 781

Rep: Reputation: 98
I had exactly that problem when running the huge.s kernel. Plugged in an sd card and got nothing. No dmesg info or anything else to go on.

However, creating an initrd using the Slackware built in generator, and then running the generic kernel worked straight away and my card reader sprang to life. So it might be worth you trying that approach, although of course it may not work for you.
 
Old 06-08-2012, 10:56 AM   #14
caduqued
Member
 
Registered: Apr 2008
Location: Coventry, United Kingdom
Distribution: Slackware64, Slackware64 13.37, linuxslackware
Posts: 83

Rep: Reputation: 25
Quote:
Originally Posted by vdemuth View Post
I had exactly that problem when running the huge.s kernel. Plugged in an sd card and got nothing. No dmesg info or anything else to go on.

However, creating an initrd using the Slackware built in generator, and then running the generic kernel worked straight away and my card reader sprang to life. So it might be worth you trying that approach, although of course it may not work for you.
Hi vdemuth

What kernel are you using? I have exactly the same problem referred to in this thread, and so far I have not been able to fix the SD-Card thing. I boot using an initrd with an own-compiled kernel, using as source kernel 2.6.38.7 but with a slightly modified config file (based on that shipped with Slackware 13.37)

Jut wondering if maybe using a kernel > 3.X, with your initrd approach, works better to get the SD-Card working.
 
Old 06-08-2012, 10:59 AM   #15
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Quote:
Originally Posted by caduqued View Post
...
Jut wondering if maybe using a kernel > 3.X, with your initrd approach, works better to get the SD-Card working.
Exactly which type of card do you have?

Markus
 
  


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
can't get 8-1 card reader to work {ID 058f:9360 Alcor Micro Corp. 8-in-1 Media Card } DBabo Linux - Software 28 12-06-2013 08:06 PM
Micro SD Card: can't read superblock s2005 Linux - Hardware 2 02-18-2012 04:42 PM
micro sd card built-in security? plebetan Linux - Hardware 2 06-09-2009 04:42 PM
Micro SD Card, cant read at all Kenny5445 Linux - Hardware 6 11-04-2007 03:39 PM
o2 micro SD card reader in suse 10.1 Fezar Linux - Hardware 0 11-01-2006 08:17 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:31 PM.

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