LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 11-21-2012, 06:11 PM   #1
AngryAngry
Member
 
Registered: Jan 2011
Posts: 67

Rep: Reputation: 0
SD card won't read


It worked intermittently at first(appeared as KINGSTON) then nothing. Works perfectly under Windows. I tried X & KDE.
SDHC 8GB removable - requires adaptor of which I tried several(all detect correctly under windows). I have other 4GB that work fine, and a self-contained 8GB stick that also works fine(appears as KINGSTON).
 
Old 11-22-2012, 09:31 AM   #2
Peacedog
LQ Guru
 
Registered: Sep 2003
Location: Danville, VA
Distribution: Slackware, Windows, FreeBSD, OpenBSD, Mac OS X
Posts: 5,296

Rep: Reputation: 168Reputation: 168
Hi AngryAngry, Welcome to LQ. Please post the result of the following.

Code:
$ lsmod
What distribution & version are you running?

Good luck. ;-)
 
Old 11-22-2012, 10:26 AM   #3
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
It would be good to know the kernel version
Code:
uname -r
Markus
 
Old 11-22-2012, 11:14 AM   #4
manwichmakesameal
Member
 
Registered: Aug 2006
Distribution: Slackware
Posts: 804

Rep: Reputation: 110Reputation: 110
What does dmesg report when you plug it in? What file system is the card? What type of reader are you using?
 
Old 11-26-2012, 01:30 AM   #5
AngryAngry
Member
 
Registered: Jan 2011
Posts: 67

Original Poster
Rep: Reputation: 0
All default

Quote:
Originally Posted by Peacedog View Post
Hi AngryAngry, Welcome to LQ. Please post the result of the following.

Code:
$ lsmod
What distribution & version are you running?

Good luck. ;-)
13.37
No modifications (I'm a noob - well I installed okay

Quote:
Originally Posted by manwichmakesameal View Post
What does dmesg report when you plug it in? What file system is the card? What type of reader are you using?
I don't know what dmesg is.
I assume it is Fat32, as stated above I have tried many different readers - even a motion camera device with USB connection.
 
Old 11-26-2012, 01:37 AM   #6
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
13.37 has a 2.6 kernel and my experience is that you will need a 3.* kernel when you have a SDHC card.

Upgrade the kernel or upgrade to 14.0

Markus

Last edited by markush; 11-26-2012 at 03:07 AM. Reason: bold
 
Old 11-26-2012, 09:48 PM   #7
barutanseijin
LQ Newbie
 
Registered: Aug 2011
Distribution: Slackware
Posts: 4

Rep: Reputation: Disabled
Quote:
Originally Posted by AngryAngry View Post
13.37
No modifications (I'm a noob - well I installed okay



I don't know what dmesg is.
I assume it is Fat32, as stated above I have tried many different readers - even a motion camera device with USB connection.
/bin/dmesg prints kernel messages. Try 'sudo /bin/dmesg' in a terminal window. There will be a lot of text, so if you want just the latest (& probably most relevant if you're inserting & injecting cards) try 'dmesg | tail'.

I don't think it's an issue with the type of card. When my system is not reading cards, it is not even picking up insertions or ejections. All the same, it's worth trying different cards.
 
Old 11-27-2012, 01:15 AM   #8
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Quote:
Originally Posted by barutanseijin View Post
/bin/dmesg prints kernel messages. Try 'sudo /bin/dmesg' in a terminal window. There will be a lot of text, so if you want just the latest (& probably most relevant if you're inserting & injecting cards) try 'dmesg | tail'.

I don't think it's an issue with the type of card. When my system is not reading cards, it is not even picking up insertions or ejections. All the same, it's worth trying different cards.
Once I purchased my first SDHC card, it was recognized by the system, but it wasn't "stable". I ran a 2.6 kernel back than and the card wasn't recognized when I inserted it but only when I rebooted. And then when I tried to mount it, it sometimes "disappeared". This were the times when kernel had recently switched to 3.? and I installed a 3.? kernel and the card worked well.

Unlike SDHC cards the SD cards worked also with the stock 2.6 kernel from 13.37.

I would install a more recent kernel. There's a helpful page at SlackDocs http://docs.slackware.com/howtos:sla...kernelbuilding

Markus

Last edited by markush; 11-27-2012 at 01:33 AM.
 
Old 11-27-2012, 02:23 AM   #9
kingbeowulf
Senior Member
 
Registered: Oct 2003
Location: WA
Distribution: Slackware
Posts: 1,266
Blog Entries: 11

Rep: Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744Reputation: 744
The newer SDHC cards will need compatible readers. I have several 8GB micro SDHC cards and I needed to get a new SDHC USB reader. The older 4GB SD cards were fine in the older readers. Had similer issues in WindowsXP on my corporate laptop. The SDHC cards won't be recognized as a USB mass staorage device without the newer adaptors. Really pissed me off for a while until I figured out the common thread (Slackware, Arch, Ubuntu, Mint, WinXP, Win7...).

It seems not all SD cards are created equal... Seems I recal a simalar silliness in the switch from MMC to SD...
 
Old 11-27-2012, 11:26 PM   #10
AngryAngry
Member
 
Registered: Jan 2011
Posts: 67

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by barutanseijin View Post
/bin/dmesg prints kernel messages. Try 'sudo /bin/dmesg' in a terminal window. There will be a lot of text, so if you want just the latest (& probably most relevant if you're inserting & injecting cards) try 'dmesg | tail'.

I don't think it's an issue with the type of card. When my system is not reading cards, it is not even picking up insertions or ejections. All the same, it's worth trying different cards.
I will try that.

Quote:
Originally Posted by kingbeowulf View Post
The newer SDHC cards will need compatible readers. I have several 8GB micro SDHC cards and I needed to get a new SDHC USB reader. The older 4GB SD cards were fine in the older readers. Had similer issues in WindowsXP on my corporate laptop. The SDHC cards won't be recognized as a USB mass staorage device without the newer adaptors. Really pissed me off for a while until I figured out the common thread (Slackware, Arch, Ubuntu, Mint, WinXP, Win7...).

It seems not all SD cards are created equal... Seems I recal a simalar silliness in the switch from MMC to SD...
Yeah all my other SDHC cards work fine. All the removable ones (use usb adapters) read fine, & I have a self contained 8GB Kingston (they are ALL Kingston, except a few cheap self contained brands) they all read fine. I even got an adaptor with this problematic card! (sorry for poor sentence structure - any contructive criticism would be much welcomed Grammar Nazi's go NUTS!)
 
Old 11-28-2012, 12:47 AM   #11
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
@barutanseijin, you've hijacked this thread but your problem is very different from the OP's one. I will report your posts to the Moderators and ask to put them into a separate thread. This will also help you to find a solution.

Markus
 
Old 11-28-2012, 05:08 AM   #12
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by markush View Post
@barutanseijin, you've hijacked this thread but your problem is very different from the OP's one. I will report your posts to the Moderators and ask to put them into a separate thread. This will also help you to find a solution.
Markus
@barutanseijin, thread lives here now: http://www.linuxquestions.org/questi...-a-4175439098/
 
1 members found this post helpful.
Old 11-28-2012, 05:11 AM   #13
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Thanks unSpawn, I hope that the subject of the OP becomes clearer now.

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
change read speed of SD-card / recover (hardware related) damaged SD-card lazyart Linux - Hardware 2 07-09-2012 01:44 PM
Ricoh Sd/mmc Card Reader Won't Read Mmc Cards it-s Linux - Hardware 4 07-02-2011 05:49 AM
Program to read total read/write cycles for compact flash card timetraveler Linux - Hardware 0 05-06-2010 09:49 PM
New DVD writer won't write; old dvd reader won't read. Tomermory Linux - Hardware 15 09-24-2007 11:20 AM
Icepack won't remember hardware changes/won't recognize network card PiOfFive Linux - Laptop and Netbook 3 06-27-2006 01:26 PM

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

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