[Kernel-packages] [Bug 213439] Re: ENE internal SD Card reader [PCI 1524:0751] doesn't work with Hardy (but work with Gutsy)

2019-10-03 Thread Po-Hsu Lin
Closing this bug with Won't fix as Hardy is no longer supported.
Please feel free to open a new bug report if you're still experiencing this on 
a newer release (Bionic 18.04.3 / Disco 19.04)
Thanks!

** Changed in: linux (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/213439

Title:
  ENE internal SD Card reader [PCI 1524:0751] doesn't work with Hardy
  (but work with Gutsy)

Status in linux package in Ubuntu:
  Won't Fix
Status in linux package in Fedora:
  Fix Released

Bug description:
  Hardware: MSI PR200 aka MS-1221 aka System76 Daru2
  Kernel: Ubuntu hardy (development branch) kernel 2.6.24-15-generic, 32-bit
  Description: SD Reader doesn't recognize SD card inside. I have no other 
supported card (xD, Memory Stick)
  Note: The Gutsy kernel (2.6.22-14-generic 32-bit) works with SD Card normally

  
  lspci:
  01:04.0 FLASH memory: ENE Technology Inc ENE PCI Memory Stick Card Reader 
Controller
  Subsystem: Micro-Star International Co., Ltd. Unknown device 2fb3
  Flags: bus master, medium devsel, latency 64, IRQ 5
  Memory at fddff000 (32-bit, non-prefetchable) [size=128]
  Capabilities: 

  01:04.1 SD Host controller: ENE Technology Inc ENE PCI SmartMedia / xD Card 
Reader Controller (prog-if 01)
  Subsystem: Micro-Star International Co., Ltd. Unknown device 2fb3
  Flags: bus master, medium devsel, latency 64, IRQ 16
  Memory at fddff400 (32-bit, non-prefetchable) [size=256]
  Capabilities: 

  01:04.2 FLASH memory: ENE Technology Inc Unknown device 0720
  Subsystem: Micro-Star International Co., Ltd. Unknown device 2fb3
  Flags: bus master, medium devsel, latency 64, IRQ 5
  Memory at fddff800 (32-bit, non-prefetchable) [size=128]
  Capabilities: 

  01:04.3 FLASH memory: ENE Technology Inc ENE PCI Secure Digital / MMC Card 
Reader Controller
  Subsystem: Micro-Star International Co., Ltd. Unknown device 2fb3
  Flags: bus master, medium devsel, latency 64, IRQ 16
  Memory at fddffc00 (32-bit, non-prefetchable) [size=256]
  Capabilities: 

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/213439/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 213439] Re: ENE internal SD Card reader [PCI 1524:0751] doesn't work with Hardy (but work with Gutsy)

2017-10-26 Thread Bug Watch Updater
Launchpad has imported 47 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=204396.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2006-08-28T20:53:35+00:00 Jason wrote:

Description of problem:
I am running the Aug 28 rawhide.  I boot fedora with a kanguru 2GB flash memory
drive in a usb port and try to mount it after login.  The system says there is
no such mount point (/dev/sdc1).  I check /dev and sure enough no sdc*.  I pull
the drive, wait 10 seconds, plug it in and there it is.  /dev/sdc becomes
available.  So why can't I mount my thumb drive when the system boots?

Version-Release number of selected component (if applicable):
2.6.17-1.2586.fc6

How reproducible:
don't know.  This is the only kernel available. 

Steps to Reproduce:
1.  plug in a usb flash memory drive
2.  boot the system
3.  login and try to mount it
  
Actual results:


Expected results:


Additional info:

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/213439/comments/0


On 2006-08-28T20:56:03+00:00 Jason wrote:

Created attachment 135082
dmesg of boot with thumb drive plugged in

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/213439/comments/1


On 2006-08-29T21:12:57+00:00 Jason wrote:

still happens on 2.6.17-1.2597.fc6

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/213439/comments/2


On 2006-09-01T16:02:15+00:00 Jason wrote:

still no usb thumb drive in 2.6.17-1.2600.fc6

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/213439/comments/3


On 2006-09-05T15:32:25+00:00 David wrote:

Reassigning to correct owner, kernel-maint.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/213439/comments/4


On 2006-09-28T20:34:19+00:00 Jason wrote:

still no usb thumb drive in 2.6.18-1.2699.fc6

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/213439/comments/5


On 2006-09-28T22:08:19+00:00 Dave wrote:

Pete, this looks fishy..

libusual: modprobe for usb-storage succeeded, but module is not present

any ideas ?


Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/213439/comments/6


On 2006-09-28T22:21:51+00:00 Pete wrote:

It is impossible to run modprobe normally in initrd, because the modprobe
is shortcut by nash. This probably happens because of SCSI root, which
makes mkinitrd to load libusual by mistake.

As a workaround, I suggest to unplug all USB storage, rmmod usb-storage,
rmmod libusual, then re-run this:
  mkinitrd /boot/initrd-2.6.17-1.2586.fc6.img 2.6.17-1.2586.fc6
This ought to create an initrd image without USB modules.

I have a system which boots off SATA, so I'll try to tinker with this,
see if I can reproduce it.


Reply at: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/213439/comments/7


On 2006-09-28T22:23:05+00:00 Pete wrote:

Also, please attach /etc/modprobe.conf. It can confuse mkinitrd.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/213439/comments/8


On 2006-09-29T14:15:28+00:00 Jason wrote:

Created attachment 137394
/etc/modprobe.conf

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/213439/comments/9


On 2006-10-09T23:20:53+00:00 Jason wrote:

still no usb thumbdrive with kernel-2.6.18-1.2747.fc6.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/213439/comments/10


On 2006-10-10T08:46:23+00:00 Matthias wrote:

I can confirm I see this to with the latest Rawhide on an x86_64 : If I boot
with my external 200GB USB hard drive powered on, it doesn't appear, nor does
the computer's internal USB card reader. If I power it off then back on, both
the external drive and the multiple card reader slots appear in nautilus'
"Computer" window.

Reply at:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/213439/comments/11


On 2006-10-10T19:52:42+00:00 I. wrote:

I use x86_64 on AMD64 and no usbpendrive on my gnome desktop, when sticked it