Ubuntu :: SD Reader Does Not Work?

Nov 4, 2010

I have installed ubuntu 10.10 netbook edition on my hp mini 1010nr. i went to upload some photos on my sd reader and nothing happened. is there some way to make ubuntu recognize the reader as a usb port.

View 1 Replies


ADVERTISEMENT

Ubuntu :: Multimedia Card Reader Does Not Work

Feb 25, 2010

My multimedia card reader does not work with new ubuntu version fresh install:
lsusb says:
Code:
Bus 001 Device 002: alcor micro corp. multimedia card reader
dmesg:

Code:
[6.544269] usb-storage: device scan complete
[6.544848] scsi 2:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
[6.545482] scsi 2:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
[6.546102] scsi 2:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
[6.546728] scsi 2:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
[6.547227] sd 2:0:0:0: Attached scsi generic sg2 type 0
[6.547338] sd 2:0:0:1: Attached scsi generic sg3 type 0
[6.547439] sd 2:0:0:2: Attached scsi generic sg4 type 0
[6.547550] sd 2:0:0:3: Attached scsi generic sg5 type 0 .....

View 2 Replies View Related

Ubuntu :: Unable To Get My Card Reader To Work?

Jun 28, 2011

I can't seem to get my card reader to work. The USB port on the reader works and sometimes I can read my SD card. Usually, nothing shows up in the media/ folder. I looked at this write-up [URL]... but I'm not sure if this is what I should do. Here are some info I was able to pull up:

sg_scan -i Code:
/dev/sg0: scsi0 channel=0 id=0 lun=0 [em]
HL-DT-ST DVD-RAM GH22NP20 2.00 [rmb=1 cmdq=0 pqual=0 pdev=0x5]
/dev/sg1: scsi0 channel=0 id=1 lun=0 [em]

[Code]...

View 7 Replies View Related

Hardware :: USB-hub / Card-reader From - IN-WIN - How To Get It To Work In Ubuntu 10.04

Sep 1, 2010

I have installed Ubuntu 10.04 32 bits version on a desktop PC. Every thing works OK, exept for a USB hub and card-reader combination from IN-WIN Inc. I could not find a clue on the Internet.
The manufacturer and apparatus code is: ID 10df:0500 (as from "lsusb").

Below I have listed all the hardwire of the PC, as obtained from "lshw". The italic part at the bottom deals with the IN-WIN module. I suspect that it may have to do something with the "emulated scsi-host" thing, of which I just know nothing about.

JGMS:

View 2 Replies View Related

Red Hat / Fedora :: Pdf Reader Does Not Work In F13- X86 64 - Solution For This?

Jun 10, 2010

I have fedora 13 (64 bit) in my laptop with athlon amd processor (64 bit). I installed adobe pdf reader. but does not work. any solution?

View 3 Replies View Related

Software :: Pdf Reader Does Not Work In Fedora 13 (64 Bit)?

Jun 10, 2010

I installed adobe pdf reader in my lap top with amd 64 bit processor and fedora 13 (64 bit). But it does not work

View 2 Replies View Related

Ubuntu :: Getting A CAC Reader To Work With A PXE Booted LTSP Thin Client?

Nov 30, 2010

getting a CAC reader to work with a PXE booted Ubuntu LTSP thin client?

View 3 Replies View Related

Debian Hardware :: SD Card Reader Won't Work

Jul 13, 2015

I have a Thinkpad X220 (stretch/sid) with a built-in SD card reader.But when I plug in an SD card it won't show up in the file manager (thunar), nor as a /dev/sd* or /dev/mm*.. URL...

Code: Select all$ udisksctl status

Just my internal SSD shows up.How do I get my SD card reader to work?

View 5 Replies View Related

Fedora :: Cant Get Any Comic Book Reader To Work?

Nov 8, 2010

im currently using fedora 14 kde and i cant find a working comic book reader, i currently have the comic "the last man" and all the files are in .cbr, if someone could help me with this it would be greatly appreicated, i have tried installing mulitple comic book readers, so mabye a lil step by stepalso while i am posting, i currently use yumex to download all of my apps and stuff but some are out of date is there any way to update all the databases to recieve the most up to date apps?

View 6 Replies View Related

OpenSUSE Hardware :: Getting CAC Card Reader To Work In 11.2

Dec 9, 2009

I could use some instructions on how to get firefox to read and use my cac card. Under Yast the card reader shows up in hardware. I have install pcsc ccid and coolkey through Yast but not sure if I need to do anything else. I have followed instructions for loading the device in firefox but it does not load my certs off of the card.

View 8 Replies View Related

Ubuntu :: Addonics Reader Not Work Properly On Internal SATA Port

Jun 12, 2010

I've got an Addonics AEIDDSAU multi-flash reader/writer that uses the SATA port LINK. I'm running XUbuntu 10.04, 64 bit on an Intel DQ45CB motherboard. The board has 5 internal SATA-300 ports and one external eSATA-300 port. The Addonics reader works fine on the eSATA port, but it doesn't work (properly) on an internal SATA port. By "doesn't work properly" I mean that when connected to the eSATA port, plugging in a memory card causes an immediate detection and the contents of the card pop up in a window (as they should).

When connected to an INTERNAL SATA port, a plugged in card does not show, and using CFDISK to look at the "drive" shows an unformatted 64MiB disk that really doesn't exist. Being an INTERNAL device, the Addonics reader is rather worthless if it doesn't work on an INTERNAL port, and there's no clean way to bring the eSATA port inside the computer. By the way, I'm sure this is NOT a "Linux" problem because the reader behaves the same way in Windows XP.

View 5 Replies View Related

Fedora :: Loading Modules To Work With Card Reader Using F13?

Aug 7, 2010

I found a solution to my card reader problem in a another fedora post but when I type the code in terminal I get:
all config files need.conf /etc/modprobe.d/blacklist
How to write this code so I wont get this error and I can load these modules and also how to edit the modprobe.conf.

The code is below, using fedora 13.
You must load these two modules to work with card reader.
First : Remove the card from the Reader!
AS superuser type in console :
1. /sbin/modprobe tifm_core <enter>
2. /sbin/modprobe tifm_sd <enter>

If you want to automate these modules loading do the following :
edit the /etc/modprobe.conf file
add these :
alias mmc_core tifm_core
alias mmc_card tifm_sd

View 2 Replies View Related

OpenSUSE Hardware :: Fingerprint Reader In 11.1 Doesn't Work?

Aug 12, 2009

Does any one know about fingerprint in HP dv4 to work.

fprint is installed but didnot detect the reader.

Code:
lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub

[Code]....

View 2 Replies View Related

OpenSUSE Hardware :: Card Reader Wont Work?

May 10, 2010

I just installed opensuse 11.2 on my laptop in a dualboot configuration with windows 7.I prefer using suse, but also recognize, that once in a while, windows is useful.One of the things i like to do in linux is handle my photos with f-spot/gimp, but for some reason my laptops built in card reader is not recognized by the system. If a card is inserted, it doesn't even show up in the partition manager..?I'm not completely new to linux, but i'm not an advanced user either, so i can't figure out what to do here

View 5 Replies View Related

Applications :: Database Software That Can Work With Barcode Reader

May 27, 2010

Does anybody know of a database program that allows one to use a barcode scanning system? It would be like a library system, but used to track inventory. A library program can work though (we would just see checked out as sold or something like that).

View 1 Replies View Related

Ubuntu :: Integrated Card Reader Doesn't Work And Causes Mouse To Hang At Startup

Nov 24, 2010

Everything worked fine in Kubuntu 10.04 (64-bit). On the upgrade to 10.10 (64-bit) it takes about a minute until I can move the mouse after startup and the integrated memory card reader doesn't work (but the green LED which used to only come on when there was a card in there is now always on). This has been discussed twice before: here (closed and solved by unplugging cardreader which I do not want to do) and here (unsolved but closed as maverick no longer in beta) dmesg (note the errer -110) follows. Let me know if I can/should include any other logs/info!

Code:
[ 13.575002] EXT4-fs (sda2): re-mounted. Opts: errors=remount-ro
[ 13.790470] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 13.903728] EXT4-fs (sda4): mounted filesystem with ordered data mode. Opts: (null)
[ 16.280020] usb 1-5: device descriptor read/64, error -110
[ 17.375755] sky2 0000:02:00.0: eth0: enabling interface
[ 17.376174] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 17.377028] type=1400 audit(1290608578.996:5): apparmor="STATUS" operation="profile_load"
[Code]......

View 2 Replies View Related

Debian :: Slim Free PDF Reader As Alternative To Adobe Reader?

Sep 25, 2010

I'm looking for alternative to Adobe Acrobat Reader, a slim free PDF Reader with browser plugin, for example for Iceweasel.

View 6 Replies View Related

Hardware :: XD Picture Card Doesn't Work (in 5 In 1 Internal Reader)

Feb 13, 2010

When I insert the xD card into the built-in 5 in 1 card reader of my laptop it doesn't work. An SD card for example does work with this reader, so it is not a "faulty hardware" problem we are talking about right now, and neither is a "HW is not recognized" kind of a problem. My card reader is seen as a

Code:0f:06.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card Reader (SD/MMC/MS/MS PRO/xD)in the lspci output.I use debian testing with a 2.6.32-trunk kernel (what is this "trunk" here anyway?)I know this isn't a unique problem and with a cheap external USB powered card reader (I have one) this whole thing can be worked around, but still.

View 2 Replies View Related

OpenSUSE :: Evince Or Acrobat Reader - Default Pdf Reader?

Aug 31, 2010

I have openSUSE 11.2, 64 bits. I use Evince from the very beginning. Since a few weeks, when I want to open a .pdf file, Acrobat Reader appears and reads my file. It seems to have become the default reader now. However, I never wanted to change from Evince :this simple program is well enough for me. I tried various ways, but I can't define Evince as my default .pdf reader. How can I make Evince to become my default reader again please ?

View 9 Replies View Related

Fedora Hardware :: Genesys Logic Memory Card Reader Don't Work?

Mar 29, 2011

I have problem with my Genesys Logic memory card reader. I'm trying to read SD-memory card. When I put the memory card in to the card reader, nothing happens. Also ls /dev/sd* don't show any new drives/partitions.Here is my dmesg when I put the card in:

Code:
[ 2808.136056] usb 1-5: new high speed USB device using ehci_hcd and address 82
[ 2808.264921] usb 1-5: New USB device found, idVendor=05e3, idProduct=0710

[code]....

View 4 Replies View Related

Software :: Doesn't Copy Image Work In Adobe Acrobat Reader?

Oct 15, 2009

This isn't exactly a Linux question, because it also happens with the Windows version, but I've got a pdf file with a number of images in it. When I try to copy the image, it works except the pasted image is just a blank rectangle.I've tried this with The Gimp on Linux and Windows, Photoshop Elements on Windows, and some other programs. I get similar results from all of them. Sometimes the rectangle is transparent, sometimes black, but never the image I've selected. However the rectangle does appear to be the size of the selected image, so something is being picked up.

View 6 Replies View Related

Ubuntu :: Need Better PDF Reader

Apr 27, 2010

trying to find the best pdf reader. adobe reader is ok but with 10-11 pdfs opened, scrolling through each pdf, it gets kind of annoying having to physically click the inside of each pdf to scroll down, instead of switching tabs, and getting focus automatically

the default PDF viewer is pretty slow. i have about 200 pages with a great amount of images and adobe reader searched a lot faster. i find myself having to wait about 40-45 seconds for it to scan the whole PDF.

anyone have any suggestions out there on a better pdf reader?

View 4 Replies View Related

Ubuntu :: Best News Reader For Binaries?

Jan 3, 2010

Could anyone suggest the best or a good news reader for binaries?

View 3 Replies View Related

Ubuntu :: The Best PDF Reader For Gnome/Kde/XFCE

Jan 7, 2010

i am using for few years ubuntu gnome distributions. I am having lot of problems with my Dell Mini 9 and external display, ([URL] and i have lot of pdf books. I tried few readers but adobe was the best one (especially for scans of old books), but still, it can be very slow. Does anyone knows if it make any difference in performance if i switch to KDE or XFCE version? And maybe as subquestion-can i avoid my problems with external display freezing if i switch from gnome to some other desktop version?

View 4 Replies View Related

Ubuntu Multimedia :: Run Kindle For PC Reader On 9.10?

Jan 10, 2010

How to read kindle books on Ubuntu 9.10? I googled and tried the wine with Kindle for PC and that didn't work. Mebbe I did somethig wrong. Anway, I have a very nice EEE that I love having Ubuntu on it and am desperately trying to avoid the Windows OS, but the Kindle app. is most important. Wonder if Amazon or open source software solutions are in sight?

View 2 Replies View Related

Ubuntu :: Finding A RSS Reader For GNOME?

Jan 14, 2010

validating feed with just 3 items currently in it. 10 minutes later while it was still "searching" the site I canceled. Clearly straw is not yet ready.What desktop rss aggregator do y'all recommend?

View 9 Replies View Related

Ubuntu :: 9.04 - CAC Reader Not Working In Firefox

May 19, 2010

I am running Ubuntu 9.04 and need to access government sites that require a cac card login. I followed every instruction posted [URL] on how to set up the cac reader, but it is not working in firefox. Pcsc_scan detects the card reader and the card when it is inserted with the following output:

Code:
wulu@MLP:~$ pcsc_scan
PC/SC device scanner
V 1.4.14 (c) 2001-2008, Ludovic Rousseau <ludovic.rousseau@free.fr>
Compiled with PC/SC lite version: 1.4.99
Scanning present readers
0: O2 Micro Oz776 00 00 .....

Possibly identified card (using /home/wulu/.smartcard_list.txt):
3B 7D 96 00 00 80 31 80 65 B0 83 11 17 D6 83 00 90 00
DoD CAC card issued Jan 14, 2010

When I loaded the device in firefox's security devices, it loaded fine without any error, but does not allow me to login (the button is disabled). In the Details pane the status is shown as "not present".

View 2 Replies View Related

Ubuntu :: Acrobat Reader 9 Won't Open On 9.10

Sep 3, 2010

Tech support installed a new computer for me at work yesterday and it's running 64-bit Ubuntu 9.10. I succeeded in installing Adobe Reader 9 (I need to review PDF documents in a number of PDF readers including Adobe as part of my job) but I can't open any PDFs using Reader. I ran "acroread" in the shell and it rendered this output:

Code: (acroread:17035): GLib-WARNING **: getpwuid_r(): failed due to unknown user id (1179128842) I've tried Googling all this, but nothing helpful has been forthcoming.

View 8 Replies View Related

Ubuntu :: Evince Replacement - Any Better PDF Reader?

Dec 5, 2010

There are two things that evince does not do that I need it to do:

1) In dual page viewing mode, it needs to know what to do with the first page. Sometimes the first page is a cover, and sometimes it is not. The facing pages are not correct if the first page is not a cover page, then evince does not place the facing pages on the same screen for me
2) I want to view pages using the best fit mode. I then click on a page in the side pane and the document suddenly changes back to fit page width mode. The "save current settings ad default" does nothing

Because of this, I would like either a fix or a recommendation for a better pdf reader.

View 2 Replies View Related

Ubuntu :: SD Card Reader Undetected?

Dec 6, 2010

I have all of my music on an SD card so it doesn't take up space on my hard drive. I put it into my SD card reader and ubuntu is all like, "gtfo doesn't exist."

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved