[Bug 63386] Re: 5 in 1 card reader on Acer Aspire 5601AWLMi Laptop

2007-02-28 Thread maco
*** This bug is a duplicate of bug 53923 ***

** This bug has been marked a duplicate of bug 53923
   Texas Instruments Card reader (8039) not working

-- 
5 in 1 card reader on Acer Aspire 5601AWLMi Laptop
https://launchpad.net/bugs/63386

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63386] Re: 5 in 1 card reader on Acer Aspire 5601AWLMi Laptop

2006-11-07 Thread Dale
i have some more info that might help

after running "sudo update-pciids"

my lspci reads as this now for my card reader

0a:09.0 CardBus bridge: Texas Instruments PCIxx12 Cardbus Controller
0a:09.2 Mass storage controller: Texas Instruments 5-in-1 Multimedia Card 
Reader (SD/MMC/MS/MS PRO/xD)
0a:09.3 Class 0805: Texas Instruments PCIxx12 SDA Standard Compliant SD Host 
Controller

-- 
5 in 1 card reader on Acer Aspire 5601AWLMi Laptop
https://launchpad.net/bugs/63386

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63386] Re: 5 in 1 card reader on Acer Aspire 5601AWLMi Laptop

2006-11-06 Thread Dale
sorry i got abit a head of myself above post with compiling the drivers
afterwards i realized that the 2.6.17-10-generic kernel already had the
driver.

so i removed the drivers that i compiled and installed and ran sudo
/sbin/depmod -ae

All I had to do from the start was from terminal type

sudo modprobe tifm_7xx1
sudo modprobe tifm_core
sudo modprobe tifm_sd

and then add to /etc/modules file

tifm_7xx1
tifm_core
tifm_sd

All is working fine with the drivers that are in the 2.6.17-10-generic
kernel

-- 
5 in 1 card reader on Acer Aspire 5601AWLMi Laptop
https://launchpad.net/bugs/63386

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63386] Re: 5 in 1 card reader on Acer Aspire 5601AWLMi Laptop

2006-11-06 Thread Dale
I have some great news i have got my 5 in 1 card reader working with SD
media cards.

I found the drivers here http://developer.berlios.de/projects/tifmxx

I have tested the drivers with a Canon 16MB SD card and SanDisk 512MB SD
card and have been able to read both cards with no problem, and both the
cards auto mounted.

Hope this is some help for the developers

-- 
5 in 1 card reader on Acer Aspire 5601AWLMi Laptop
https://launchpad.net/bugs/63386

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63386] Re: 5 in 1 card reader on Acer Aspire 5601AWLMi Laptop

2006-10-05 Thread Dale
lspci -v -n file attached

** Attachment added: "lspci -v -n"
   http://librarian.launchpad.net/4667844/lspci%20-v%20-n

-- 
5 in 1 card reader on Acer Aspire 5601AWLMi Laptop
https://launchpad.net/bugs/63386

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63386] Re: 5 in 1 card reader on Acer Aspire 5601AWLMi Laptop

2006-10-05 Thread Scott James Remnant
Ben, I believe that the device is the following:

PCI 104C:803B

-- 
5 in 1 card reader on Acer Aspire 5601AWLMi Laptop
https://launchpad.net/bugs/63386

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63386] Re: 5 in 1 card reader on Acer Aspire 5601AWLMi Laptop

2006-10-05 Thread Scott James Remnant
Ok, this is simply that your device isn't supported by Linux.

Reassigning to the kernel as a wishlist bug.

Please provide output of "lspci -v -n"

** Changed in: udev (Ubuntu)
Sourcepackagename: udev => linux-source-2.6.17
   Importance: Low => Wishlist
 Assignee: Scott James Remnant => (unassigned)
   Status: Needs Info => Confirmed

-- 
5 in 1 card reader on Acer Aspire 5601AWLMi Laptop
https://launchpad.net/bugs/63386

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63386] Re: 5 in 1 card reader on Acer Aspire 5601AWLMi Laptop

2006-10-04 Thread Dale

What /dev/hd* device is it exposed as?


It does not show up as any hd* in the dev directory. and nothing gets
added to that directory when i insert a sd card

-- 
5 in 1 card reader on Acer Aspire 5601AWLMi Laptop
https://launchpad.net/bugs/63386

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63386] Re: 5 in 1 card reader on Acer Aspire 5601AWLMi Laptop

2006-10-04 Thread Dale
/var/log/udev file attached

** Attachment added: "udev file"
   http://librarian.launchpad.net/4667406/udev

-- 
5 in 1 card reader on Acer Aspire 5601AWLMi Laptop
https://launchpad.net/bugs/63386

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63386] Re: 5 in 1 card reader on Acer Aspire 5601AWLMi Laptop

2006-10-04 Thread Scott James Remnant
Also please provide /var/log/udev

-- 
5 in 1 card reader on Acer Aspire 5601AWLMi Laptop
https://launchpad.net/bugs/63386

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63386] Re: 5 in 1 card reader on Acer Aspire 5601AWLMi Laptop

2006-10-04 Thread Scott James Remnant
Probably doesn't support insert notification.

What /dev/hd* device is it exposed as?

** Changed in: udev (Ubuntu)
   Importance: Undecided => Low
 Assignee: (unassigned) => Scott James Remnant
   Status: Unconfirmed => Needs Info

-- 
5 in 1 card reader on Acer Aspire 5601AWLMi Laptop
https://launchpad.net/bugs/63386

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63386] Re: 5 in 1 card reader on Acer Aspire 5601AWLMi Laptop

2006-10-04 Thread Dale
** Description changed:

  inserts and removals to the multi-media-card reader are detected and
  reported in the Edgy Beta kernel, but not picked up by Ubuntu at higher
  levels than that, so no mounting. Nor does the device show up in /dev.
  
  lspci output
  0a:09.0 CardBus bridge: Texas Instruments Unknown device 8039
  0a:09.2 Mass storage controller: Texas Instruments Unknown device 803b
  0a:09.3 Class 0805: Texas Instruments Unknown device 803c
+ 
+ dmesg output
+ [17179586.384000] Yenta: CardBus bridge found at :0a:09.0 [1025:0102]
+ [17179586.384000] Yenta: Using CSCINT to route CSC interrupts to PCI
+ [17179586.384000] Yenta: Routing CardBus interrupts to PCI
+ [17179586.384000] Yenta TI: socket :0a:09.0, mfunc 0x01321b22, devctl 0x66
+ [17179586.432000] sdhci: Secure Digital Host Controller Interface driver, 0.12
+ [17179586.432000] sdhci: Copyright(c) Pierre Ossman

-- 
5 in 1 card reader on Acer Aspire 5601AWLMi Laptop
https://launchpad.net/bugs/63386

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 63386] Re: 5 in 1 card reader on Acer Aspire 5601AWLMi Laptop

2006-10-02 Thread towsonu2003
** Changed in: Ubuntu
Sourcepackagename: None => udev

-- 
5 in 1 card reader on Acer Aspire 5601AWLMi Laptop
https://launchpad.net/bugs/63386

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs