LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-09-2010, 08:36 PM   #1
kennyg1
LQ Newbie
 
Registered: Apr 2010
Posts: 17

Rep: Reputation: 0
5 in 1 card reader not recognized


Hi,
I am very new to Linux. I installed ubuntu 9.10 on my Acer 3050 aspire. It works very well except for a few issues. I can not use my 5 in 1 card reader, nothing shows up in "computer" except "cd/dvd" and "file system". My lg phone does not show up when using my data cable as mass storage, and the touch pad is too sensitive, (i have adjusted the settings listed under mouse/touchpad but to no avail. The biggest problems is the card reader and phone. Can this be fixed?? Any help is greatly appreciated!! thanks in advance!!
 
Old 04-09-2010, 09:21 PM   #2
Mr-Bisquit
Member
 
Registered: Feb 2009
Distribution: FreeBSD, OpenBSD, NetBSD, Debian, Fedora
Posts: 770
Blog Entries: 52

Rep: Reputation: 68
This process is either easy or difficult.

You will need to post your dmesg output here.

Also, try the ubuntu forums and post the problem there.


You may need to download drivers and enable kernel modules.


Do you know how to enable all repositories?
 
Old 04-09-2010, 09:22 PM   #3
Mr-Bisquit
Member
 
Registered: Feb 2009
Distribution: FreeBSD, OpenBSD, NetBSD, Debian, Fedora
Posts: 770
Blog Entries: 52

Rep: Reputation: 68
http://www.google.com/search?hl=en&c...=&oq=&gs_rfai=
 
Old 04-09-2010, 09:48 PM   #4
kennyg1
LQ Newbie
 
Registered: Apr 2010
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Mr-Bisquit View Post
This process is either easy or difficult.

You will need to post your dmesg output here.

Also, try the ubuntu forums and post the problem there.


You may need to download drivers and enable kernel modules.


Do you know how to enable all repositories?
Sure, what is dsmeg? and don't even know what repositories are, but I have managed to open terminal and typed in lshw (saw this on a forum somewhere) it listed most everything on this computer. I have registered on the ubuntu forum as well, but have not posted this yet. Is that the forum I should be on?
 
Old 04-09-2010, 10:27 PM   #5
Mr-Bisquit
Member
 
Registered: Feb 2009
Distribution: FreeBSD, OpenBSD, NetBSD, Debian, Fedora
Posts: 770
Blog Entries: 52

Rep: Reputation: 68
Open a terminal and type the following
Code:
dmesg
.
Copy the text by highlighting and then pasting here between the code tags.
Or you can do the following.

Code:
locate dmesg
Output for me is:
Code:
$ locate dmesg
/bin/dmesg
/usr/lib/klibc/bin/dmesg
/usr/share/bug/linux-image-2.6.26-2-686/include-dmesg
/usr/share/man/man1/dmesg.1.gz
/var/log/dmesg
/var/log/dmesg.0
You will need to do the following:
Code:
$su
Password:
#chown <your username> /path/to/dmesg
You can then read the dmesg in a browser.

Copy from there and paste here.

After you have run the following command:
Code:
#chown root /path/to/dmesg
/path/to/dmesg isn't a literal path but the output from locate which may or may not match /var/log/dmesg.

https://wiki.ubuntu.com/AddingRepositoriesHowto

Follow that link.

But, before you run any of these commands. Be sure to read all beginners notes.

You can ask for a better or safer method at the ubuntu forums here: http://www.linuxquestions.org/questions/ubuntu-63/
or the official here: http://ubuntuforums.org/


Use the search option there to find an answer.

http://ubuntuforums.org/search.php?searchid=71770346

The pound sign represents root/sudo. Or number sign .
The string or dollar sign represents the normal user.

Last edited by Mr-Bisquit; 04-09-2010 at 10:28 PM.
 
Old 04-10-2010, 10:06 AM   #6
kennyg1
LQ Newbie
 
Registered: Apr 2010
Posts: 17

Original Poster
Rep: Reputation: 0
Is this right?
[ 0.127350] pci 0000:08:01.1: supports D1 D2
[ 0.127352] pci 0000:08:01.1: PME# supported from D0 D1 D2 D3hot
[ 0.127359] pci 0000:08:01.1: PME# disabled
[ 0.127417] pci 0000:08:01.2: reg 10 32bit mmio: [0xb0211400-0xb02114ff]
[ 0.127497] pci 0000:08:01.2: supports D1 D2
[ 0.127499] pci 0000:08:01.2: PME# supported from D0 D1 D2 D3hot
[ 0.127506] pci 0000:08:01.2: PME# disabled
[ 0.127563] pci 0000:08:01.3: reg 10 32bit mmio: [0xb0211800-0xb021187f]
[ 0.127644] pci 0000:08:01.3: supports D1 D2
[ 0.127646] pci 0000:08:01.3: PME# supported from D0 D1 D2 D3hot
[ 0.127653] pci 0000:08:01.3: PME# disabled
[ 0.127710] pci 0000:08:01.4: reg 10 32bit mmio: [0x000000-0x0000ff]
[ 0.127790] pci 0000:08:01.4: supports D1 D2
[ 0.127792] pci 0000:08:01.4: PME# supported from D0 D1 D2 D3hot
[ 0.127799] pci 0000:08:01.4: PME# disabled
[ 0.127861] pci 0000:08:02.0: reg 10 io port: [0xa000-0xa0ff]
[ 0.127872] pci 0000:08:02.0: reg 14 32bit mmio: [0xb0211c00-0xb0211cff]
[ 0.127942] pci 0000:08:02.0: supports D1 D2
[ 0.127945] pci 0000:08:02.0: PME# supported from D1 D2 D3hot D3cold
[ 0.127951] pci 0000:08:02.0: PME# disabled
[ 0.128022] pci 0000:08:04.0: reg 10 32bit mmio: [0xb0200000-0xb020ffff]
[ 0.128163] pci 0000:00:14.4: transparent bridge
[ 0.128172] pci 0000:00:14.4: bridge io port: [0xa000-0xafff]
[ 0.128178] pci 0000:00:14.4: bridge 32bit mmio: [0xb0200000-0xb02fffff]
[ 0.128225] pci_bus 0000:00: on NUMA node 0
[ 0.128230] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.128332] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB4_._PRT]
[ 0.128396] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB5_._PRT]
[ 0.128460] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB6_._PRT]
[ 0.128524] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB7_._PRT]
[ 0.128604] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
[ 0.128684] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
[ 0.131315] ACPI: PCI Interrupt Link [LNKA] (IRQs 10 11) *0, disabled.
[ 0.131433] ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *0, disabled.
[ 0.131539] ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11) *0, disabled.
[ 0.131645] ACPI: PCI Interrupt Link [LNKD] (IRQs 10 11) *0, disabled.
[ 0.131752] ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0, disabled.
[ 0.131858] ACPI: PCI Interrupt Link [LNKF] (IRQs 10 11) *0, disabled.
[ 0.131965] ACPI: PCI Interrupt Link [LNKG] (IRQs 10 11) *0, disabled.
[ 0.132085] ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11) *0, disabled.
[ 0.132191] ACPI: PCI Interrupt Link [LNKU] (IRQs 3 4 5 7) *0, disabled.
[ 0.132381] SCSI subsystem initialized
[ 0.132462] libata version 3.00 loaded.
[ 0.132548] usbcore: registered new interface driver usbfs
[ 0.132562] usbcore: registered new interface driver hub
[ 0.132586] usbcore: registered new device driver usb
[ 0.132784] ACPI: WMI: Mapper loaded
[ 0.132787] PCI: Using ACPI for IRQ routing
[ 0.132795] pci 0000:00:04.0: BAR 13: can't allocate resource
[ 0.132798] pci 0000:00:04.0: BAR 14: can't allocate resource
[ 0.132800] pci 0000:00:05.0: BAR 13: can't allocate resource
[ 0.132803] pci 0000:00:05.0: BAR 14: can't allocate resource
[ 0.132806] pci 0000:00:06.0: BAR 13: can't allocate resource
[ 0.132808] pci 0000:00:06.0: BAR 14: can't allocate resource
[ 0.132811] pci 0000:00:07.0: BAR 13: can't allocate resource
[ 0.132813] pci 0000:00:07.0: BAR 14: can't allocate resource
[ 0.133018] Bluetooth: Core ver 2.15
[ 0.133052] NET: Registered protocol family 31
[ 0.133054] Bluetooth: HCI device and connection manager initialized
[ 0.133058] Bluetooth: HCI socket layer initialized
[ 0.133060] NetLabel: Initializing
[ 0.133062] NetLabel: domain hash size = 128
[ 0.133064] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.133078] NetLabel: unlabeled traffic allowed by default
[ 0.134799] pnp: PnP ACPI init
[ 0.134819] ACPI: bus type pnp registered
[ 0.137135] pnp 00:09: mem resource (0x0-0xfff) overlaps 0000:00:12.0 BAR 6 (0x0-0x7ffff), disabling
[ 0.137150] pnp 00:09: mem resource (0x0-0xfff) overlaps 0000:01:05.0 BAR 6 (0x0-0x1ffff), disabling
[ 0.137226] pnp: PnP ACPI: found 10 devices
[ 0.137228] ACPI: ACPI bus type pnp unregistered
[ 0.137231] PnPBIOS: Disabled by ACPI PNP
[ 0.137243] system 00:01: iomem range 0xe0000000-0xefffffff has been reserved
[ 0.137247] system 00:01: iomem range 0xfec00000-0xfec00fff could not be reserved
[ 0.137251] system 00:01: iomem range 0xfee00000-0xfee00fff has been reserved
[ 0.137259] system 00:08: ioport range 0x1080-0x1080 has been reserved
[ 0.137263] system 00:08: ioport range 0x220-0x22f has been reserved
[ 0.137266] system 00:08: ioport range 0x40b-0x40b has been reserved
[ 0.137270] system 00:08: ioport range 0x4d0-0x4d1 has been reserved
[ 0.137273] system 00:08: ioport range 0x4d6-0x4d6 has been reserved
[ 0.137276] system 00:08: ioport range 0x530-0x537 has been reserved
[ 0.137280] system 00:08: ioport range 0xc00-0xc01 has been reserved
[ 0.137283] system 00:08: ioport range 0xc14-0xc14 has been reserved
[ 0.137286] system 00:08: ioport range 0xc50-0xc52 has been reserved
[ 0.137290] system 00:08: ioport range 0xc6c-0xc6c has been reserved
[ 0.137293] system 00:08: ioport range 0xc6f-0xc6f has been reserved
[ 0.137297] system 00:08: ioport range 0xcd4-0xcd5 has been reserved
[ 0.137300] system 00:08: ioport range 0xcd6-0xcd7 has been reserved
[ 0.137303] system 00:08: ioport range 0xcd8-0xcdf has been reserved
[ 0.137307] system 00:08: ioport range 0x8000-0x805f has been reserved
[ 0.137310] system 00:08: ioport range 0xf40-0xf47 has been reserved
[ 0.137314] system 00:08: ioport range 0x87f-0x87f has been reserved
[ 0.137320] system 00:09: iomem range 0xe0000-0xfffff could not be reserved
[ 0.137324] system 00:09: iomem range 0xfff00000-0xffffffff could not be reserved
[ 0.172049] AppArmor: AppArmor Filesystem Enabled
[ 0.172102] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.172106] pci 0000:00:01.0: IO window: 0x9000-0x9fff
[ 0.172110] pci 0000:00:01.0: MEM window: 0xb0100000-0xb01fffff
[ 0.172114] pci 0000:00:01.0: PREFETCH window: 0x000000c0000000-0x000000cfffffff
[ 0.172119] pci 0000:00:04.0: PCI bridge, secondary bus 0000:02
[ 0.172122] pci 0000:00:04.0: IO window: disabled
[ 0.172125] pci 0000:00:04.0: MEM window: disabled
[ 0.172128] pci 0000:00:04.0: PREFETCH window: disabled
[ 0.172131] pci 0000:00:05.0: PCI bridge, secondary bus 0000:03
[ 0.172134] pci 0000:00:05.0: IO window: disabled
[ 0.172137] pci 0000:00:05.0: MEM window: disabled
[ 0.172140] pci 0000:00:05.0: PREFETCH window: disabled
[ 0.172143] pci 0000:00:06.0: PCI bridge, secondary bus 0000:06
[ 0.172146] pci 0000:00:06.0: IO window: disabled
[ 0.172149] pci 0000:00:06.0: MEM window: disabled
[ 0.172152] pci 0000:00:06.0: PREFETCH window: disabled
[ 0.172155] pci 0000:00:07.0: PCI bridge, secondary bus 0000:07
[ 0.172158] pci 0000:00:07.0: IO window: disabled
[ 0.172161] pci 0000:00:07.0: MEM window: disabled
[ 0.172164] pci 0000:00:07.0: PREFETCH window: disabled
[ 0.172178] pci 0000:08:01.0: CardBus bridge, secondary bus 0000:09
[ 0.172181] pci 0000:08:01.0: IO window: 0x00a400-0x00a4ff
[ 0.172188] pci 0000:08:01.0: IO window: 0x00a800-0x00a8ff
[ 0.172195] pci 0000:08:01.0: PREFETCH window: 0x40000000-0x43ffffff
[ 0.172201] pci 0000:08:01.0: MEM window: 0x48000000-0x4bffffff
[ 0.172208] pci 0000:00:14.4: PCI bridge, secondary bus 0000:08
[ 0.172213] pci 0000:00:14.4: IO window: 0xa000-0xafff
[ 0.172220] pci 0000:00:14.4: MEM window: 0xb0200000-0xb02fffff
[ 0.172226] pci 0000:00:14.4: PREFETCH window: 0x40000000-0x43ffffff
[ 0.172240] pci 0000:00:04.0: setting latency timer to 64
[ 0.172246] pci 0000:00:05.0: setting latency timer to 64
[ 0.172252] pci 0000:00:06.0: setting latency timer to 64
[ 0.172258] pci 0000:00:07.0: setting latency timer to 64
[ 0.172273] pci 0000:08:01.0: enabling device (0004 -> 0007)
[ 0.172281] alloc irq_desc for 23 on node -1
[ 0.172284] alloc kstat_irqs on node -1
[ 0.172289] pci 0000:08:01.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.172299] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.172302] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[ 0.172305] pci_bus 0000:01: resource 0 io: [0x9000-0x9fff]
[ 0.172308] pci_bus 0000:01: resource 1 mem: [0xb0100000-0xb01fffff]
[ 0.172311] pci_bus 0000:01: resource 2 pref mem [0xc0000000-0xcfffffff]
[ 0.172315] pci_bus 0000:02: resource 0 mem: [0x0-0xfff]
[ 0.172317] pci_bus 0000:02: resource 1 mem: [0x0-0xfffff]
[ 0.172320] pci_bus 0000:03: resource 0 mem: [0x0-0xfff]
[ 0.172323] pci_bus 0000:03: resource 1 mem: [0x0-0xfffff]
[ 0.172326] pci_bus 0000:06: resource 0 mem: [0x0-0xfff]
[ 0.172329] pci_bus 0000:06: resource 1 mem: [0x0-0xfffff]
[ 0.172332] pci_bus 0000:07: resource 0 mem: [0x0-0xfff]
[ 0.172335] pci_bus 0000:07: resource 1 mem: [0x0-0xfffff]
[ 0.172338] pci_bus 0000:08: resource 0 io: [0xa000-0xafff]
[ 0.172341] pci_bus 0000:08: resource 1 mem: [0xb0200000-0xb02fffff]
[ 0.172344] pci_bus 0000:08: resource 2 pref mem [0x40000000-0x43ffffff]
[ 0.172347] pci_bus 0000:08: resource 3 io: [0x00-0xffff]
[ 0.172350] pci_bus 0000:08: resource 4 mem: [0x000000-0xffffffff]
[ 0.172353] pci_bus 0000:09: resource 0 io: [0xa400-0xa4ff]
[ 0.172356] pci_bus 0000:09: resource 1 io: [0xa800-0xa8ff]
[ 0.172359] pci_bus 0000:09: resource 2 pref mem [0x40000000-0x43ffffff]
[ 0.172363] pci_bus 0000:09: resource 3 mem: [0x48000000-0x4bffffff]
[ 0.172403] NET: Registered protocol family 2
[ 0.172506] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.172861] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.173751] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.174186] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.174189] TCP reno registered
[ 0.174280] NET: Registered protocol family 1
[ 0.174354] Trying to unpack rootfs image as initramfs...
[ 0.403841] Freeing initrd memory: 7470k freed
[ 0.409192] Simple Boot Flag at 0x36 set to 0x1
[ 0.409338] cpufreq-nforce2: No nForce2 chipset.
[ 0.409365] Scanning for low memory corruption every 60 seconds
[ 0.409479] audit: initializing netlink socket (disabled)
[ 0.409502] type=2000 audit(1270892994.408:1): initialized
[ 0.419538] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.420971] VFS: Disk quotas dquot_6.5.2
[ 0.421033] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.421676] fuse init (API version 7.12)
[ 0.421777] msgmni has been set to 1495
[ 0.422000] alg: No test for stdrng (krng)
[ 0.422013] io scheduler noop registered
[ 0.422015] io scheduler anticipatory registered
[ 0.422017] io scheduler deadline registered
[ 0.422066] io scheduler cfq registered (default)
[ 0.422076] pci 0000:00:00.0: MSI quirk detected; MSI disabled
[ 0.422147] pci 0000:01:05.0: Boot video device
[ 0.422263] pcieport-driver 0000:00:04.0: setting latency timer to 64
[ 0.422321] pcieport-driver 0000:00:05.0: setting latency timer to 64
[ 0.422375] pcieport-driver 0000:00:06.0: setting latency timer to 64
[ 0.422428] pcieport-driver 0000:00:07.0: setting latency timer to 64
[ 0.422486] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.422511] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.426289] ACPI: AC Adapter [ACAD] (on-line)
[ 0.426356] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.426360] ACPI: Power Button [PWRF]
[ 0.426414] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 0.426418] ACPI: Power Button [PWRB]
[ 0.426466] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
[ 0.429265] ACPI: Lid Switch [LID]
[ 0.429311] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
[ 0.429315] ACPI: Sleep Button [SLPB]
[ 0.429498] processor LNXCPU:00: registered as cooling_device0
[ 0.436438] thermal LNXTHERM:01: registered as thermal_zone0
[ 0.436447] ACPI: Thermal Zone [THRM] (28 C)
[ 0.436496] isapnp: Scanning for PnP cards...
[ 0.486091] ACPI: Battery Slot [BAT1] (battery absent)
[ 0.676032] Switched to high resolution mode on CPU 0
[ 0.792843] isapnp: No Plug & Play device found
[ 0.794016] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.795348] brd: module loaded
[ 0.795844] loop: module loaded
[ 0.795942] input: Macintosh mouse button emulation as /devices/virtual/input/input4
[ 0.796139] sata_sil 0000:00:12.0: version 2.4
[ 0.796188] alloc irq_desc for 22 on node -1
[ 0.796191] alloc kstat_irqs on node -1
[ 0.796199] sata_sil 0000:00:12.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 0.796318] scsi0 : sata_sil
[ 0.796415] scsi1 : sata_sil
[ 0.796780] ata1: SATA max UDMA/100 mmio m512@0xb0004000 tf 0xb0004080 irq 22
[ 0.796785] ata2: SATA max UDMA/100 mmio m512@0xb0004000 tf 0xb00040c0 irq 22
[ 0.796969] alloc irq_desc for 16 on node -1
[ 0.796971] alloc kstat_irqs on node -1
[ 0.796977] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.797017] pata_atiixp 0000:00:14.1: setting latency timer to 64
[ 0.797135] scsi2 : pata_atiixp
[ 0.797212] scsi3 : pata_atiixp
[ 0.797330] ata3: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x8420 irq 14
[ 0.797333] ata4: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x8428 irq 15
[ 0.798010] Fixed MDIO Bus: probed
[ 0.798049] PPP generic driver version 2.4.2
[ 0.798161] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.798187] alloc irq_desc for 19 on node -1
[ 0.798189] alloc kstat_irqs on node -1
[ 0.798197] ehci_hcd 0000:00:13.2: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.798220] ehci_hcd 0000:00:13.2: EHCI Host Controller
[ 0.798253] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 1
[ 0.798323] ehci_hcd 0000:00:13.2: irq 19, io mem 0xb0007000
[ 0.808010] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 0.808108] usb usb1: configuration #1 chosen from 1 choice
[ 0.808142] hub 1-0:1.0: USB hub found
[ 0.808151] hub 1-0:1.0: 8 ports detected
[ 0.808231] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.808254] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.808269] ohci_hcd 0000:00:13.0: OHCI Host Controller
[ 0.808308] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
[ 0.808329] ohci_hcd 0000:00:13.0: irq 19, io mem 0xb0005000
[ 0.864092] usb usb2: configuration #1 chosen from 1 choice
[ 0.864116] hub 2-0:1.0: USB hub found
[ 0.864130] hub 2-0:1.0: 4 ports detected
[ 0.864179] ohci_hcd 0000:00:13.1: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 0.864189] ohci_hcd 0000:00:13.1: OHCI Host Controller
[ 0.864215] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
[ 0.864232] ohci_hcd 0000:00:13.1: irq 19, io mem 0xb0006000
[ 0.920090] usb usb3: configuration #1 chosen from 1 choice
[ 0.920114] hub 3-0:1.0: USB hub found
[ 0.920128] hub 3-0:1.0: 4 ports detected
[ 0.920181] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.920267] PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[ 0.923915] i8042.c: Detected active multiplexing controller, rev 1.1.
[ 0.924923] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.924929] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[ 0.924932] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[ 0.924936] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[ 0.924939] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[ 0.925000] mice: PS/2 mouse device common for all mice
[ 0.925136] rtc_cmos 00:04: RTC can wake from S4
[ 0.925172] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 0.925204] rtc0: alarms up to one month, 114 bytes nvram
[ 0.925306] device-mapper: uevent: version 1.0.3
[ 0.925425] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[ 0.925509] device-mapper: multipath: version 1.1.0 loaded
[ 0.925512] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.925669] EISA: Probing bus 0 at eisa.0
[ 0.925679] Cannot allocate resource for EISA slot 1
[ 0.925709] Cannot allocate resource for EISA slot 8
[ 0.925711] EISA: Detected 0 cards.
[ 0.925755] cpuidle: using governor ladder
[ 0.925758] cpuidle: using governor menu
[ 0.926296] TCP cubic registered
[ 0.926457] NET: Registered protocol family 10
[ 0.926908] lo: Disabled Privacy Extensions
[ 0.927235] NET: Registered protocol family 17
[ 0.927255] Bluetooth: L2CAP ver 2.13
[ 0.927257] Bluetooth: L2CAP socket layer initialized
[ 0.927260] Bluetooth: SCO (Voice Link) ver 0.6
[ 0.927262] Bluetooth: SCO socket layer initialized
[ 0.927306] Bluetooth: RFCOMM TTY layer initialized
[ 0.927309] Bluetooth: RFCOMM socket layer initialized
[ 0.927311] Bluetooth: RFCOMM ver 1.11
[ 0.927329] powernow-k8: Found 1 Mobile AMD Sempron(tm) Processor 3400+ processors (1 cpu cores) (version 2.20.00)
[ 0.927371] powernow-k8: 0 : fid 0xa (1800 MHz), vid 0x10
[ 0.927374] powernow-k8: 1 : fid 0x8 (1600 MHz), vid 0x12
[ 0.927377] powernow-k8: 2 : fid 0x0 (800 MHz), vid 0x18
[ 0.927421] Using IPI No-Shortcut mode
[ 0.927504] PM: Resume from disk failed.
[ 0.927521] registered taskstats version 1
[ 0.927671] Magic number: 6:478:828
[ 0.927774] rtc_cmos 00:04: setting system clock to 2010-04-10 09:49:56 UTC (1270892996)
[ 0.927777] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.927780] EDD information not available.
[ 0.957596] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input5
[ 0.984852] ata3.00: ATA-7: HTS421240H9AT00, HACOA70S, max UDMA/100
[ 0.984855] ata3.00: 78140160 sectors, multi 16: LBA48
[ 0.984887] ata3.01: ATAPI: TSSTcorpCDW/DVD TS-L462D, AC00, max UDMA/33
[ 0.984911] ata3.00: limited to UDMA/33 due to 40-wire cable
[ 1.000797] ata3.00: configured for UDMA/33
[ 1.032534] ata3.01: configured for UDMA/33
[ 1.116046] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 310)
[ 1.174007] ata1.00: NODEV after polling detection
[ 1.492028] ata2: SATA link down (SStatus 0 SControl 310)
[ 1.492150] scsi 2:0:0:0: Direct-Access ATA HTS421240H9AT00 HACO PQ: 0 ANSI: 5
[ 1.492265] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 1.513288] sd 2:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
[ 1.513332] sd 2:0:0:0: [sda] Write Protect is off
[ 1.513336] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.513358] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.513478] sda: sda1 sda2 <
[ 1.558861] scsi 2:0:1:0: CD-ROM TSSTcorp CDW/DVD TS-L462D AC00 PQ: 0 ANSI: 5
[ 1.590998] sda5 >
[ 1.624387] sd 2:0:0:0: [sda] Attached SCSI disk
[ 1.687059] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[ 1.687062] Uniform CD-ROM driver Revision: 3.20
[ 1.687135] sr 2:0:1:0: Attached scsi CD-ROM sr0
[ 1.687187] sr 2:0:1:0: Attached scsi generic sg1 type 5
[ 1.840092] Freeing unused kernel memory: 540k freed
[ 1.840532] Write protecting the kernel text: 4580k
[ 1.840567] Write protecting the kernel read-only data: 1840k
[ 2.039540] Linux agpgart interface v0.103
[ 2.184342] [drm] Initialized drm 1.1.0 20060810
[ 2.204680] [drm] radeon default to kernel modesetting DISABLED.
[ 2.204885] alloc irq_desc for 17 on node -1
[ 2.204888] alloc kstat_irqs on node -1
[ 2.204897] pci 0000:01:05.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 2.205025] [drm] Initialized radeon 1.31.0 20080528 for 0000:01:05.0 on minor 0
[ 2.209849] <6>8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[ 2.209882] 8139cp 0000:08:02.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip, use 8139too
[ 2.213697] 8139too Fast Ethernet driver 0.9.28
[ 2.213755] alloc irq_desc for 20 on node -1
[ 2.213758] alloc kstat_irqs on node -1
[ 2.213767] 8139too 0000:08:02.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 2.215353] eth0: RealTek RTL8139 at 0xa000, 00:16:36:9a:c7:cc, IRQ 20
[ 3.316763] PM: Starting manual resume from disk
[ 3.316769] PM: Resume from partition 8:5
[ 3.316771] PM: Checking hibernation image.
[ 3.317064] PM: Resume from disk failed.
[ 3.355591] EXT4-fs (sda1): barriers enabled
[ 3.385624] kjournald2 starting: pid 347, dev sda1:8, commit interval 5 seconds
[ 3.385662] EXT4-fs (sda1): delayed allocation enabled
[ 3.385666] EXT4-fs: file extents enabled
[ 3.390923] EXT4-fs: mballoc enabled
[ 3.390941] EXT4-fs (sda1): mounted filesystem with ordered data mode
[ 4.515869] type=1505 audit(1270893000.086:2): operation="profile_load" pid=371 name=/usr/share/gdm/guest-session/Xsession
[ 4.519740] type=1505 audit(1270893000.088:3): operation="profile_load" pid=372 name=/sbin/dhclient3
[ 4.520090] type=1505 audit(1270893000.092:4): operation="profile_load" pid=372 name=/usr/lib/NetworkManager/nm-dhcp-client.action
[ 4.520276] type=1505 audit(1270893000.092:5): operation="profile_load" pid=372 name=/usr/lib/connman/scripts/dhclient-script
[ 4.650036] type=1505 audit(1270893000.220:6): operation="profile_load" pid=373 name=/usr/bin/evince
[ 4.655452] type=1505 audit(1270893000.224:7): operation="profile_load" pid=373 name=/usr/bin/evince-previewer
[ 4.658729] type=1505 audit(1270893000.228:8): operation="profile_load" pid=373 name=/usr/bin/evince-thumbnailer
[ 4.682886] type=1505 audit(1270893000.252:9): operation="profile_load" pid=375 name=/usr/lib/cups/backend/cups-pdf
[ 20.879825] udev: starting version 147
[ 20.893644] Adding 1646620k swap on /dev/sda5. Priority:-1 extents:1 across:1646620k
[ 20.958787] lp: driver loaded but no devices found
[ 21.003585] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 21.008755] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0x8410, revision 0
[ 21.114467] EXT4-fs (sda1): internal journal on sda1:8
[ 21.319773] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
[ 21.325636] sdhci: Secure Digital Host Controller Interface driver
[ 21.325640] sdhci: Copyright(c) Pierre Ossman
[ 21.327203] sdhci-pci 0000:08:01.2: SDHCI controller found [1524:0550] (rev 1)
[ 21.327226] sdhci-pci 0000:08:01.2: PCI INT B -> GSI 22 (level, low) -> IRQ 22
[ 21.327294] Registered led device: mmc0::
[ 21.327351] mmc0: SDHCI controller on PCI [0000:08:01.2] using PIO
[ 21.327378] sdhci-pci 0000:08:01.4: SDHCI controller found [1524:0551] (rev 1)
[ 21.327392] sdhci-pci 0000:08:01.4: enabling device (0000 -> 0002)
[ 21.327399] sdhci-pci 0000:08:01.4: PCI INT B -> GSI 22 (level, low) -> IRQ 22
[ 21.327439] Registered led device: mmc1::
[ 21.327468] mmc1: SDHCI controller on PCI [0000:08:01.4] using PIO
[ 21.360224] cfg80211: Calling CRDA to update world regulatory domain
[ 21.407931] alloc irq_desc for 21 on node -1
[ 21.407936] alloc kstat_irqs on node -1
[ 21.407944] ath5k 0000:08:04.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
[ 21.427117] ath5k 0000:08:04.0: registered as 'phy0'
[ 22.096275] cfg80211: World regulatory domain updated:
[ 22.096280] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 22.096284] (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 22.096288] (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 22.096291] (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 22.096294] (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 22.096297] (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 22.109697] acer-wmi: Acer Laptop ACPI-WMI Extras
[ 22.144141] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 22.226131] HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 22.295779] ath: EEPROM regdomain: 0x63
[ 22.295783] ath: EEPROM indicates we should expect a direct regpair map
[ 22.295788] ath: Country alpha2 being used: 00
[ 22.295790] ath: Regpair used: 0x63
[ 22.309206] phy0: Selected rate control algorithm 'minstrel'
[ 22.309956] ath5k phy0: Atheros AR2413 chip found (MAC: 0x78, PHY: 0x45)
[ 22.311216] yenta_cardbus 0000:08:01.0: CardBus bridge found [1025:010f]
[ 22.311249] yenta_cardbus 0000:08:01.0: Using CSCINT to route CSC interrupts to PCI
[ 22.311252] yenta_cardbus 0000:08:01.0: Routing CardBus interrupts to PCI
[ 22.311260] yenta_cardbus 0000:08:01.0: TI: mfunc 0x00001202, devctl 0x44
[ 22.382903] hda_codec: Unknown model for ALC883, trying auto-probe from BIOS...
[ 22.383095] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/input/input6
[ 22.546888] yenta_cardbus 0000:08:01.0: ISA IRQ mask 0x0cf8, PCI irq 23
[ 22.546895] yenta_cardbus 0000:08:01.0: Socket status: 30000006
[ 22.546900] pci_bus 0000:08: Raising subordinate bus# of parent bus (#08) from #09 to #0c
[ 22.546911] yenta_cardbus 0000:08:01.0: pcmcia: parent PCI bridge I/O window: 0xa000 - 0xafff
[ 22.546915] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa000-0xafff: clean.
[ 22.547140] yenta_cardbus 0000:08:01.0: pcmcia: parent PCI bridge Memory window: 0xb0200000 - 0xb02fffff
[ 22.547144] yenta_cardbus 0000:08:01.0: pcmcia: parent PCI bridge Memory window: 0x40000000 - 0x43ffffff
[ 22.796321] __ratelimit: 6 callbacks suppressed
[ 22.796326] type=1505 audit(1270907418.368:12): operation="profile_replace" pid=851 name=/usr/share/gdm/guest-session/Xsession
[ 22.798268] type=1505 audit(1270907418.368:13): operation="profile_replace" pid=852 name=/sbin/dhclient3
[ 22.798604] type=1505 audit(1270907418.368:14): operation="profile_replace" pid=852 name=/usr/lib/NetworkManager/nm-dhcp-client.action
[ 22.798795] type=1505 audit(1270907418.368:15): operation="profile_replace" pid=852 name=/usr/lib/connman/scripts/dhclient-script
[ 22.805408] type=1505 audit(1270907418.376:16): operation="profile_replace" pid=853 name=/usr/bin/evince
[ 22.812915] type=1505 audit(1270907418.384:17): operation="profile_replace" pid=853 name=/usr/bin/evince-previewer
[ 22.817798] type=1505 audit(1270907418.388:18): operation="profile_replace" pid=853 name=/usr/bin/evince-thumbnailer
[ 22.824144] type=1505 audit(1270907418.396:19): operation="profile_replace" pid=856 name=/usr/lib/cups/backend/cups-pdf
[ 22.824560] type=1505 audit(1270907418.396:20): operation="profile_replace" pid=856 name=/usr/sbin/cupsd
[ 22.827542] type=1505 audit(1270907418.396:21): operation="profile_replace" pid=857 name=/usr/sbin/tcpdump
[ 22.990702] eth0: link down
[ 22.991047] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 23.006069] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x12a0b1, caps: 0xa04713/0x204000
[ 23.072993] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: clean.
[ 23.075323] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: clean.
[ 23.076318] pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
[ 23.077121] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7: clean.
[ 23.077987] pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
[ 23.085077] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 23.142921] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio4/input/input7
[ 24.857325] ppdev: user-space parallel port driver
[ 26.368895] [drm] Setting GART location based on new memory map
[ 26.370596] [drm] Loading R300 Microcode
[ 26.370618] [drm] Num pipes: 1
[ 26.370625] [drm] writeback test succeeded in 1 usecs
[ 36.693287] wlan0: authenticate with AP 00:1e:e5:b4:bd:5f
[ 36.716593] wlan0: authenticated
[ 36.716601] wlan0: associate with AP 00:1e:e5:b4:bd:5f
[ 36.718875] wlan0: RX AssocResp from 00:1e:e5:b4:bd:5f (capab=0x401 status=0 aid=1)
[ 36.718880] wlan0: associated
[ 36.720338] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 47.396008] wlan0: no IPv6 routers present
[ 85.748117] Marking TSC unstable due to cpufreq changes
[ 86.172046] Clocksource tsc unstable (delta = -238322551 ns)
[ 144.498144] ath5k phy0: noise floor calibration timeout (2437MHz)
 
Old 04-10-2010, 10:23 AM   #7
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I think Mr-Bisquit forgot to mention that you should plug in a card to be read, then wait maybe 10 sec, then run 'dmesg' or 'dmesg | tail'.

Even tho your distro is new I would still try running 'rescan-scsi-bus -l' (as sudo or su) just in case it doesn't find the device, then plug in a card and see if it recognizes it.

As for the phone, do the same thing, plug it in, wait, and run 'dmesg | tail'.
 
Old 04-10-2010, 07:22 PM   #8
kennyg1
LQ Newbie
 
Registered: Apr 2010
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by H_TeXMeX_H View Post
I think Mr-Bisquit forgot to mention that you should plug in a card to be read, then wait maybe 10 sec, then run 'dmesg' or 'dmesg | tail'.

Even tho your distro is new I would still try running 'rescan-scsi-bus -l' (as sudo or su) just in case it doesn't find the device, then plug in a card and see if it recognizes it.

As for the phone, do the same thing, plug it in, wait, and run 'dmesg | tail'.
is this right?

[ 28.158391] [drm] writeback test succeeded in 1 usecs
[ 40.385699] wlan0: authenticate with AP 00:1e:e5:b4:bd:5f
[ 40.392210] wlan0: authenticated
[ 40.392217] wlan0: associate with AP 00:1e:e5:b4:bd:5f
[ 40.397173] wlan0: RX AssocResp from 00:1e:e5:b4:bd:5f (capab=0x401 status=0 aid=1)
[ 40.397178] wlan0: associated
[ 40.399316] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 50.856007] wlan0: no IPv6 routers present
[ 87.692254] Marking TSC unstable due to cpufreq changes
[ 88.176043] Clocksource tsc unstable (delta = -271531534 ns)
 
Old 04-11-2010, 03:52 AM   #9
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Well, it looks like it's not detected. Did you try the rescan-scsi-bus command ?
 
Old 04-11-2010, 10:02 AM   #10
kennyg1
LQ Newbie
 
Registered: Apr 2010
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by H_TeXMeX_H View Post
Well, it looks like it's not detected. Did you try the rescan-scsi-bus command ?
No, I have not, walk me through it please. I figure you open a terminal, type "rescan-scsi" without quotes. I will try this and let me know if I have the command wrong if you would....
 
Old 04-11-2010, 11:27 AM   #11
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Yes, open a terminal, log in to sudo or su, then run:

Code:
rescan-scsi-bus -l
 
Old 04-11-2010, 11:30 AM   #12
kennyg1
LQ Newbie
 
Registered: Apr 2010
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by kennyg1 View Post
No, I have not, walk me through it please. I figure you open a terminal, type "rescan-scsi" without quotes. I will try this and let me know if I have the command wrong if you would....
I retried the dmesg|tail and with the phone hooked up via usb I got this:
[ 5343.300336] usb 2-3: configuration #1 chosen from 1 choice
[ 5343.449824] cdc_acm 2-3:1.0: ttyACM0: USB ACM device
[ 5343.453435] usbcore: registered new interface driver cdc_acm
[ 5343.453445] cdc_acm: v0.26:USB Abstract Control Model driver for USB modems and ISDN adapters
[ 5369.972440] usb 2-3: USB disconnect, address 3
[ 5371.388062] usb 2-3: new full speed USB device using ohci_hcd and address 4
[ 5371.595302] usb 2-3: configuration #1 chosen from 1 choice
[ 5371.606190] scsi5 : SCSI emulation for USB Mass Storage devices
[ 5371.606991] usb-storage: device found at 4
[ 5371.606998] usb-storage: waiting for device to settle before scanning
 
Old 04-11-2010, 11:44 AM   #13
kennyg1
LQ Newbie
 
Registered: Apr 2010
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by H_TeXMeX_H View Post
Yes, open a terminal, log in to sudo or su, then run:

Code:
rescan-scsi-bus -l
usage: sudo [-n] -h | -K | -k | -L | -V | -v
usage: sudo -l[l] [-AnS] [-g groupname|#gid] [-U username] [-u username|#uid]
[-g groupname|#gid] [command]
usage: sudo [-AbEHnPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u
username|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AnS] [-C fd] [-g groupname|#gid] [-p prompt] [-u
username|#uid] file ...
kenny@kenny-laptop:~$ rescan-scsi-bus-l
rescan-scsi-bus-l: command not found
 
Old 04-11-2010, 11:46 AM   #14
kennyg1
LQ Newbie
 
Registered: Apr 2010
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by kennyg1 View Post
usage: sudo [-n] -h | -K | -k | -L | -V | -v
usage: sudo -l[l] [-AnS] [-g groupname|#gid] [-U username] [-u username|#uid]
[-g groupname|#gid] [command]
usage: sudo [-AbEHnPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u
username|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AnS] [-C fd] [-g groupname|#gid] [-p prompt] [-u
username|#uid] file ...
kenny@kenny-laptop:~$ rescan-scsi-bus-l
rescan-scsi-bus-l: command not found
I re did it with the l
usage: sudo [-n] -h | -K | -k | -L | -V | -v
usage: sudo -l[l] [-AnS] [-g groupname|#gid] [-U username] [-u username|#uid]
[-g groupname|#gid] [command]
usage: sudo [-AbEHnPS] [-C fd] [-g groupname|#gid] [-p prompt] [-u
username|#uid] [-g groupname|#gid] [VAR=value] [-i|-s] [<command>]
usage: sudo -e [-AnS] [-C fd] [-g groupname|#gid] [-p prompt] [-u
username|#uid] file ...
kenny@kenny-laptop:~$ rescan-scsi-bus-l
rescan-scsi-bus-l: command not found
 
Old 04-11-2010, 11:56 AM   #15
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Ok, so first run:

Code:
sudo
and put in your password.

Then run the command above.
 
  


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
Problems with openSUSE 11.1 recognizing Dazzle* Multi-Card reader and 8G SDHC card chubbs Linux - Newbie 0 02-20-2010 10:49 PM
usb device detection, manual insertion card(smart card) reader problem, zapkhiel Linux - Hardware 4 07-17-2009 08:50 AM
MEPIS: how to mount a flash card in an usb card reader for n00b frenchn00b Linux - General 1 08-06-2008 05:26 PM
card reader not recognized at all? mma8x Linux - Hardware 4 04-20-2006 06:47 PM
HP Photosmart 7550 w/ Flash Card Reader on Suse 9.3. Card Reader and Print Sharing Desert Linux - Hardware 0 07-25-2005 08:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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