LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 07-10-2005, 04:39 PM   #1
Rob Parker
LQ Newbie
 
Registered: Jul 2005
Distribution: SuSE 9.3
Posts: 6

Rep: Reputation: 0
PCMCIA Flashdisk not recognized


I'm new to Linux and trying to get an Actiontec PC750 Card Reader to work with SuSE 9.3 running on an AMD 86_64.

The goal is to access a 20MB PCMCIA SunDisk FlashDisk. The card is a 16bit ATA PC Card, the reader is a 32 bit CardBus.

So far, Linux doesn't recognize the flashdisk. Windows XP, on the same computer, reads the card just fine.

The KDE Control Module shows:
Cardbus bridge: Texas Instruments PCI 1225 (rev 01)
Subsystem: Actiontec Electronics Inc: Unknown Device 0293
...followed by other messages indicating interrupt and memory assignments, etc.

Since I'm just starting out, I'd appreciate some advice about what to do next. I don't know much about the command line, but can follow directions if they are clear <g>

Thanks in advance....

Rob
 
Old 07-10-2005, 05:53 PM   #2
Rob Parker
LQ Newbie
 
Registered: Jul 2005
Distribution: SuSE 9.3
Posts: 6

Original Poster
Rep: Reputation: 0
I rebooted a 2nd time, and the card is now recognized upon insertion, with some problems:

1. It doesn't show up under My Computer, or Konqueror/storage media, but does appear under ~/media as idedisk
2. It can be read normally, but can only be written to from root.
3. "Cardctl eject" is apparently necessary before removing the card, but it only works from root.

Can anyone advise on how to get the card to work normally, especially how can I use it in normal user mode?

Rob
 
Old 07-11-2005, 04:11 PM   #3
Rob Parker
LQ Newbie
 
Registered: Jul 2005
Distribution: SuSE 9.3
Posts: 6

Original Poster
Rep: Reputation: 0
I've added a line to fstab as follows:

/dev/hde1 /media/idedisk auto noauto,users,rw,sync,unmask=0000,gid=100,uid=1000 0 0

This results in the flashcard contents showing up in "my computer", etc, but I still can't write to the card unless I'm in root. After spending nearly two full days on this problem, I'm at a loss.

Rob
 
Old 07-11-2005, 04:58 PM   #4
Lord Zoltar
Member
 
Registered: Jun 2004
Distribution: Slackware
Posts: 200

Rep: Reputation: 30
Is this disk in a digital camera? My digital camera uses Memory Stick. Actually, I don't yet have one, so I use the camera's internal memory.

When I want to view the pictures, I plug it into the computer via USB cable, and then I just mount the camera in the same way I do with my USB thumb drive. Then I can download all the pics.

I know it's not exactly what you wanted, but if you can mount the camera and memory as a USB flash drive, it might still work and get you access to the data.
 
Old 07-13-2005, 10:28 PM   #5
Rob Parker
LQ Newbie
 
Registered: Jul 2005
Distribution: SuSE 9.3
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks for your reply. This is a PCMCIA card that I use with an old DOS palmtop. I still use the palmtop because, with a monochrome screen, I get about 10 hours of "on" time from three AA batteries. And it's a full sized screen (VGA, I think). So I use it a lot for portable word processing, and would like to access the card from Linux. I've heard so much about how flexible Linux is, I'm surprised to be stopped dead in my tracks by a rigid permissions structure.

Rob
 
Old 07-14-2005, 02:12 PM   #6
Lord Zoltar
Member
 
Registered: Jun 2004
Distribution: Slackware
Posts: 200

Rep: Reputation: 30
I reread your posts more carefully, it looks like you CAN read the card, and write as well (as long as you are root).

If you run `ls -l /dev/hde1`, what are the permissions on the device hde1?
It might just be a matter of setting the permissions so that everyone can write. Check in your udev files. /etc/udev/permissions.d or /etc/udev/rules.d ... I forget exactly where... sorry.

but just to test if this IS the problem, log in as root, then manually set the permissions by typing
`chmod a+r /dev/hde1`
then logout as root and try to write to the device as a normal user. I know for me, when I do this, I have to add the new permission settings to the udev configuration files, otherwise the permissions get reset when I restart the computer.
 
Old 07-14-2005, 02:57 PM   #7
Rob Parker
LQ Newbie
 
Registered: Jul 2005
Distribution: SuSE 9.3
Posts: 6

Original Poster
Rep: Reputation: 0
>>If you run `ls -l /dev/hde1`, what are the permissions on the device hde1?<<

drwxrwxrwx

Strange, huh? I'm wondering if the device identity is incorrect; iow, maybe my card isn't /dev/hde1. Is that possible, and how would I check it?

Rob
 
Old 07-14-2005, 03:13 PM   #8
Rob Parker
LQ Newbie
 
Registered: Jul 2005
Distribution: SuSE 9.3
Posts: 6

Original Poster
Rep: Reputation: 0
P.S,

ls -l /media/idedisk gives "no such file or directory," but Konqueror shows the directory, and lists permissions as rwx for root, and r for user and others. User and Group are both root. This holds for the directory and all contents (folders and files).

Rob
 
  


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
3com PCMCIA network card not recognized saxophobe Linux - Networking 1 03-05-2005 11:15 PM
PCMCIA card not recognized on boot Marcus147 Linux - Wireless Networking 5 01-14-2005 06:16 PM
PCMCIA Card (Belkin F5D6020) not recognized on Slackware 10 buddhahat Linux - Wireless Networking 22 01-05-2005 02:56 AM
Cannot Get PCMCIA Card Recognized at Boot trosario Linux - Laptop and Netbook 1 10-21-2004 07:12 PM
PCMCIA card isn't recognized by Mandrake on a Dell kwyattm Linux - Laptop and Netbook 2 01-26-2004 11:45 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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