Bug#603130: Debina Bug 603130 in Towitoko driver

2010-11-28 Thread ing. Barry B.F. de Graaff (debian)
Hello Carlos,

I have no know if there where any changes.

If you want I can send you the reader, if you don't have one yourself.
Then you could keep it for future reference.

Best regards,

Barry

On Mon, Nov 22, 2010 at 10:08 PM, Carlos Prados  wrote:
> Hello,
>
> Do you know if there has been some significant change in the interface
> parameters of IFD Hanlder in PC/SC lite in recent versions?
>
> Unless that, the Towitoko chipdrive readers should be still working with
> this driver. My understanding is that it should not depend on libusb or
> other external libraries, as it just uses file input/output system calls to
> the devices under /dev/ to communicate with the hardware.
>
> Regards,
> Carlos Prados
>



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#603130: Info received (Bug#603130: Acknowledgement (Towitoko SmartCard reader not working anymore))

2010-11-15 Thread ing. Barry B.F. de Graaff (debian)
If anyone is still reading here please let me know the development
status of this package. If no one changes this package it should be
removed from Debian. Development seems to be gone.

Best regards,


Barry de Graaff

I am switching to SCM SCR331:
http://www.barrydegraaff.tk/index.php?page=files/Archive/Linux%20Sim%20Card%20reader/index.html



On Sun, Nov 14, 2010 at 12:51 PM, Debian Bug Tracking System
 wrote:
> Thank you for the additional information you have supplied regarding
> this Bug report.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  Simon Richter 
>
> If you wish to submit further information on this problem, please
> send it to 603...@bugs.debian.org.
>
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 603130: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603130
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#603130: Acknowledgement (Towitoko SmartCard reader not working anymore)

2010-11-14 Thread ing. Barry B.F. de Graaff (debian)
libusb is also not working...

b...@mrnaus:~/pcsc-lite-1.6.4$ sudo /usr/local/sbin/pcscd -f -e
 readerfactory.c:990:RFInitializeReader() Open Port 20
Failed (usb:067b/2303:libusb-1.0:5:5)
0068 readerfactory.c:257:RFAddReader() Towitoko Chipdrive USB init failed.


On Sun, Nov 14, 2010 at 12:39 PM, ing. Barry B.F. de Graaff (debian)
 wrote:
> After I recompiled pcscd-lite from source and verified the libtowitoko
> driver is in the drop dir, still not working but got an error message.
>
> sudo aptitude install libhal-dev
>
> wget https://alioth.debian.org/frs/download.php/3337/pcsc-lite-1.6.4.tar.bz2
> tar -xf pcsc-lite-1.6.4.tar.bz2
> cd pcsc-lite-1.6.4
> ./configure
>
> # PCSCLITE_FEATURES:     Linux i686-pc-linux-gnu serial usb libhal
> usbdropdir=/usr/local/lib/pcsc/drivers ipcdir=/var/run/pcscd
> configdir=/usr/local/etc/reader.conf.d
> make
>
> b...@mrnaus:~$ sudo /usr/local/sbin/pcscd -e -f
>  readerfactory.c:990:RFInitializeReader() Open Port 20
> Failed 
> (usb:067b/2303:libhal:/org/freedesktop/Hal/devices/usb_device_67b_2303_noserial_if0)
> 0065 readerfactory.c:257:RFAddReader() Towitoko Chipdrive USB init failed.
> 01487216 readerfactory.c:990:RFInitializeReader() Open Port 20
> Failed (usb:067b/2303:libusb:005:004)
> 0052 readerfactory.c:257:RFAddReader() Towitoko Chipdrive USB init failed.
> 0011 hotplug_libhal.c:472:HPAddDevice() Failed adding USB device:
> usb_device_67b_2303_noserial_if0
>
> this is a duplicate of bug
> https://bugs.launchpad.net/ubuntu/+source/towitoko/+bug/569006
>
> Maybe I should try to compile pcscd without libhal and with libusb support...
>
>
> On Thu, Nov 11, 2010 at 8:18 AM, Debian Bug Tracking System
>  wrote:
>> Thank you for filing a new Bug report with Debian.
>>
>> This is an automatically generated reply to let you know your message
>> has been received.
>>
>> Your message is being forwarded to the package maintainers and other
>> interested parties for their attention; they will reply in due course.
>>
>> Your message has been sent to the package maintainer(s):
>>  Simon Richter 
>>
>> If you wish to submit further information on this problem, please
>> send it to 603...@bugs.debian.org.
>>
>> Please do not send mail to ow...@bugs.debian.org unless you wish
>> to report a problem with the Bug-tracking system.
>>
>> --
>> 603130: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603130
>> Debian Bug Tracking System
>> Contact ow...@bugs.debian.org with problems
>>
>



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#603130: Acknowledgement (Towitoko SmartCard reader not working anymore)

2010-11-14 Thread ing. Barry B.F. de Graaff (debian)
After I recompiled pcscd-lite from source and verified the libtowitoko
driver is in the drop dir, still not working but got an error message.

sudo aptitude install libhal-dev

wget https://alioth.debian.org/frs/download.php/3337/pcsc-lite-1.6.4.tar.bz2
tar -xf pcsc-lite-1.6.4.tar.bz2
cd pcsc-lite-1.6.4
./configure

# PCSCLITE_FEATURES: Linux i686-pc-linux-gnu serial usb libhal
usbdropdir=/usr/local/lib/pcsc/drivers ipcdir=/var/run/pcscd
configdir=/usr/local/etc/reader.conf.d
make

b...@mrnaus:~$ sudo /usr/local/sbin/pcscd -e -f
 readerfactory.c:990:RFInitializeReader() Open Port 20
Failed 
(usb:067b/2303:libhal:/org/freedesktop/Hal/devices/usb_device_67b_2303_noserial_if0)
0065 readerfactory.c:257:RFAddReader() Towitoko Chipdrive USB init failed.
01487216 readerfactory.c:990:RFInitializeReader() Open Port 20
Failed (usb:067b/2303:libusb:005:004)
0052 readerfactory.c:257:RFAddReader() Towitoko Chipdrive USB init failed.
0011 hotplug_libhal.c:472:HPAddDevice() Failed adding USB device:
usb_device_67b_2303_noserial_if0

this is a duplicate of bug
https://bugs.launchpad.net/ubuntu/+source/towitoko/+bug/569006

Maybe I should try to compile pcscd without libhal and with libusb support...


On Thu, Nov 11, 2010 at 8:18 AM, Debian Bug Tracking System
 wrote:
> Thank you for filing a new Bug report with Debian.
>
> This is an automatically generated reply to let you know your message
> has been received.
>
> Your message is being forwarded to the package maintainers and other
> interested parties for their attention; they will reply in due course.
>
> Your message has been sent to the package maintainer(s):
>  Simon Richter 
>
> If you wish to submit further information on this problem, please
> send it to 603...@bugs.debian.org.
>
> Please do not send mail to ow...@bugs.debian.org unless you wish
> to report a problem with the Bug-tracking system.
>
> --
> 603130: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603130
> Debian Bug Tracking System
> Contact ow...@bugs.debian.org with problems
>



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#587215: Info received and FILED only (Bug#587215: [linux-image-2.6.32-5-686])

2010-11-10 Thread ing. Barry B.F. de Graaff (debian)
Hello Ben,

Last week I updated my Debian machine and found the Asix USB ethernet
device ( 0b95:1780) still not working in Debian.

I realize that it took me a long time to send you the pcap dump last
time. I was on a long holiday. Anyway as said the device is still not
working with the modules provided by Debian.

Can you tell me what I should do now to make progress? Since I think
it would be very nice if this device works once again in Debian.

Best regards,

Barry

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587215

On Fri, Aug 6, 2010 at 11:34 AM, ing. Barry B.F. de Graaff (debian)
 wrote:
> Hello Ben,
>
> Here is the pcap dump as you requested. Also the script that I use to
> reconfigure the network is
> attached.
>
> I had to update my system before I could reconfigure the kernel.
>
> Network card still not working.
>
> Cheerio Barry
>
>
> On Wed, Jun 30, 2010 at 8:33 AM, Debian Bug Tracking System
>  wrote:
>>
>> Thank you for the additional information you have supplied regarding
>> this Bug report.
>>
>> This is an automatically generated reply to let you know your message
>> has been received.
>>
>> Your message has not been forwarded to the package maintainers or
>> other interested parties; you should ensure that the developers are
>> aware of the problem you have entered into the system - preferably
>> quoting the Bug reference number, #587215.
>>
>> If you wish to submit further information on this problem, please
>> send it to 587215-qu...@bugs.debian.org.
>>
>> Please do not send mail to ow...@bugs.debian.org unless you wish
>> to report a problem with the Bug-tracking system.
>>
>> --
>> 587215: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587215
>> Debian Bug Tracking System
>> Contact ow...@bugs.debian.org with problems
>
>



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#603130: Towitoko SmartCard reader not working anymore

2010-11-10 Thread ing. Barry B.F. de Graaff (debian)
Package: libtowitoko2
Version: 2.0.7-8.1

When I install libtowitoko2 and pcscd the SmartCard reader is no
longer recongnized. The PL2303 show up in dmesg, but there is no
response
from the driver in dmesg. Device not found in monosim.

I used this script to install the SmartCard reader, and it worked in the past.

What changed in pcsc to havae caused this?

Best regards,

Barry de Graaff

#!/bin/bash

# References: http://wiki.debian.org/Smartcards
# Automated installer for Towitoko ChipDrive Micro USB
# USB 067b:2303 (USB to Serial device)

sudo apt-get autoremove -y
sudo apt-get purge
sudo apt-get clean
sudo apt-get update

echo "
***
* WARNING  READ  THIS *
* You will be prompted to update your system, *
* if you choose Y *all* packages on your system are   *
* updated, if you are running an unstable or custom   *
* compiled system or if you are UNSURE choose N first *
* to try install without full update, or CTRL+C to*
* abort   *
***
"
sudo apt-get upgrade
sudo apt-get install libtowitoko2 libtowitoko-dev pcscd gtk-sharp2
libmono-system-runtime2.0-cil libpcsclite1 libpcsclite-dev -y
wget http://monosim.googlecode.com/files/monosim_1.3.0.1-1ubuntu%7Eppa3_i386.deb
sudo dpkg -i ~/monosim_1.3.0.1-1ubuntu~ppa3_i386.deb


# 
http://barrydegraaff.tk/index.php?page=files/Archive/Linux%20Sim%20Card%20reader/index.html



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#587215: [linux-image-2.6.32-5-686]

2010-06-29 Thread ing. Barry B.F. de Graaff (debian)
Hello Ben,

OK maybe it technically transfers data. When I first reported this bug
I said it did not, because the ACT led on the device is not
blinking. At least not much.

I also said that dmesg shows link eth2 is up, but when I try to
configure it with DHCP it will try forever and will not obtain an IP.
I also tried to 1assign static IP/gateway etc, but then I am also not
able to make a connection.

The lan cable does not seem to be the problem als it works ALL the
time when I use the manufacturers driver, it also works
with the on board LAN. I also tried a different patch cable, same issue.

Have a good day,

Barry

On Wed, Jun 30, 2010 at 3:47 AM, Ben Hutchings  wrote:
> On Tue, 2010-06-29 at 07:35 +0200, ing. Barry B.F. de Graaff (debian)
> wrote:
> [...]
>> On Sun, Jun 27, 2010 at 7:40 PM, Ben Hutchings  wrote:
>> > OK, and for comparison, can you repeat that while using the original
>> > driver?  (Temporarily remove the driver you got from the manufacturer.)
> [...]
>> [  428.084108] eth2: register 'asix' at usb-:00:1d.7-7, ASIX AX88178 USB 
>> 2.0 Ethernet, 00:0e:c6:88:09:28
>> [  428.084137] usbcore: registered new interface driver asix
>> [  493.600293] b44: eth0: powering down PHY
>> [  493.704834] eth2: link down
>> [  493.707183] ADDRCONF(NETDEV_UP): eth2: link is not ready
>> [  503.123908] ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
>> [  503.126016] eth2: link up, 1000Mbps, full-duplex, lpa 0xCDE1
>> [  513.272023] eth2: no IPv6 routers present
>> [  560.087747] eth2: link up, 1000Mbps, full-duplex, lpa 0xCDE1
>> [  563.511322] ADDRCONF(NETDEV_UP): eth0: link is not ready
>> [  570.622539] b44: eth0: powering down PHY
>> [  570.704834] eth2: link up, 1000Mbps, full-duplex, lpa 0xCDE1
>> [  581.576024] eth2: no IPv6 routers present
>
> So, it reported link up...
>
> [...]
>> *** Device statistics:
>> Inter-|   Receive                                                |  Transmit
>>  face |bytes    packets errs drop fifo frame compressed multicast|bytes    
>> packets errs drop fifo colls carrier compressed
>>     lo:       0       0    0    0    0     0          0         0        0   
>>     0    0    0    0     0       0          0
>>   eth1:       0       0    0    0    0     0          0         0        0   
>>     0    0    0    0     0       0          0
>>   eth0:  502382     809    0    0    0     0          0        64   128514   
>>   786    0    0    0     0       0          0
>>   eth2:     736      16    0    0    0     0          0         0     9860   
>>    43    0    0    0     0       0          0
> [...]
>
> and apparently it was able to send and receive packets without errors.
>
> So what is your basis for saying it can't transfer data?  How are you
> testing it?
>
> Ben.
>
> --
> Ben Hutchings
> Once a job is fouled up, anything done to improve it makes it worse.
>
>



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#587215: [linux-image-2.6.32-5-686]

2010-06-28 Thread ing. Barry B.F. de Graaff (debian)
Subject: Re: module for usb ethernet ax8817x 0b95:1780 not working
Package: linux-2.6
Version: 2.6.32-15
Severity: normal

Hello Ben,

OK,

*** Please type your report below this line ***
OK reconfigured to restore the bug:
- remove device
modprobe -r asix
aptitude reinstall linux-image-2.6.32-5-686
- plug in device
dmesg (checked and see the debian driver, OK eth2)
Try to reconfigure network

#!/bin/bash

sudo /etc/init.d/networking stop

[ -e /etc/network/interfaces ] && sudo mv --verbose
/etc/network/interfaces /etc/network/interfaces.backup
sudo touch /etc/network/interfaces

echo auto lo | sudo tee -a /etc/network/interfaces
echo iface lo inet loopback | sudo tee -a /etc/network/interfaces

echo   | sudo tee -a /etc/network/interfaces
echo auto eth2 | sudo tee -a /etc/network/interfaces
echo iface eth2 inet dhcp | sudo tee -a /etc/network/interfaces
echo   | sudo tee -a /etc/network/interfaces

sudo /etc/init.d/networking restart

exit

Will wait for a reply- but never comes- see attachment

On Sun, Jun 27, 2010 at 7:40 PM, Ben Hutchings  wrote:
> OK, and for comparison, can you repeat that while using the original
> driver?  (Temporarily remove the driver you got from the manufacturer.)
>
> Ben.
>
> --
> Ben Hutchings
> Once a job is fouled up, anything done to improve it makes it worse.
>


reportbug-587215-20100629-2919-CBUGkx
Description: Binary data


Bug#587215: [linux-image-2.6.32-5-686]

2010-06-27 Thread ing. Barry B.F. de Graaff (debian)



linux-image-2.6.32-5-686.bug
Description: Binary data


Bug#587215: Info received ([linux-image-2.6.32-5-686])

2010-06-27 Thread ing. Barry B.F. de Graaff (debian)

--- Output from package bug script ---
** Version:
Linux version 2.6.32-5-686 (Debian 2.6.32-15) (b...@decadent.org.uk) (gcc 
version 4.3.5 (Debian 4.3.5-1) ) #1 SMP Tue Jun 1 04:59:47 UTC 2010

** Command line:
auto BOOT_IMAGE=Linux ro root=UUID=a9777dc3-55f7-4c80-a03a-9e9ba9ad5539

** Not tainted

** Kernel log:
[4.221225] uhci_hcd :00:1d.3: new USB bus registered, assigned bus 
number 5
[4.221335] uhci_hcd :00:1d.3: irq 19, io base 0xbf20
[4.221427] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[4.221490] usb usb5: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[4.221568] usb usb5: Product: UHCI Host Controller
[4.221626] usb usb5: Manufacturer: Linux 2.6.32-5-686 uhci_hcd
[4.221686] usb usb5: SerialNumber: :00:1d.3
[4.222116] usb usb5: configuration #1 chosen from 1 choice
[4.48] hub 5-0:1.0: USB hub found
[4.222310] hub 5-0:1.0: 2 ports detected
[4.262744] intel_rng: FWH not detected
[4.404334] usb 1-7: new high speed USB device using ehci_hcd and address 2
[4.447818] Synaptics Touchpad, model: 1, fw: 6.2, id: 0x180b1, caps: 
0xa04713/0x20/0x0
[4.486442] input: SynPS/2 Synaptics TouchPad as 
/devices/platform/i8042/serio1/input/input6
[4.536822] usb 1-7: New USB device found, idVendor=0ace, idProduct=1211
[4.536885] usb 1-7: New USB device strings: Mfr=16, Product=32, 
SerialNumber=0
[4.536964] usb 1-7: Product: USB2.0 WLAN
[4.537019] usb 1-7: Manufacturer: ZyDAS
[4.537152] usb 1-7: configuration #1 chosen from 1 choice
[4.648027] usb 1-8: new high speed USB device using ehci_hcd and address 3
[4.793204] usb 1-8: New USB device found, idVendor=0b95, idProduct=1780
[4.793270] usb 1-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[4.79] usb 1-8: Product: AX88178 
[4.793388] usb 1-8: Manufacturer: ASIX Elec. Corp.
[4.793446] usb 1-8: SerialNumber: 02
[4.793929] usb 1-8: configuration #1 chosen from 1 choice
[4.917708] ricoh-mmc: Ricoh MMC Controller disabling driver
[4.917787] ricoh-mmc: Copyright(c) Philip Langdale
[4.917870] ricoh-mmc: Ricoh MMC controller found at :02:01.2 
[1180:0843] (rev 1)
[4.917960] ricoh-mmc: Controller is now disabled.
[5.256328] cfg80211: Using static regulatory domain info
[5.256393] cfg80211: Regulatory domain: US
[5.256448]  (start_freq - end_freq @ bandwidth), (max_antenna_gain, 
max_eirp)
[5.256527]  (2402000 KHz - 2472000 KHz @ 4 KHz), (600 mBi, 2700 mBm)
[5.256590]  (517 KHz - 519 KHz @ 4 KHz), (600 mBi, 2300 mBm)
[5.256652]  (519 KHz - 521 KHz @ 4 KHz), (600 mBi, 2300 mBm)
[5.256714]  (521 KHz - 523 KHz @ 4 KHz), (600 mBi, 2300 mBm)
[5.256777]  (523 KHz - 533 KHz @ 4 KHz), (600 mBi, 2300 mBm)
[5.256839]  (5735000 KHz - 5835000 KHz @ 4 KHz), (600 mBi, 3000 mBm)
[5.257111] cfg80211: Calling CRDA for country: US
[5.288800] sdhci: Secure Digital Host Controller Interface driver
[5.288866] sdhci: Copyright(c) Pierre Ossman
[5.288925] ieee80211: 802.11 data/management/control stack, git-1.1.13
[5.288985] ieee80211: Copyright (C) 2004-2005 Intel Corporation 

[5.334097] [drm] Initialized drm 1.1.0 20060810
[5.353700] firewire_ohci :02:01.0: PCI INT A -> GSI 16 (level, low) -> 
IRQ 16
[5.432028] firewire_ohci: Added fw-ohci device :02:01.0, OHCI version 
1.10
[5.469905] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 
1.2.2kmprq
[5.469987] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[5.470112] ipw2200 :02:03.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[5.470230] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[5.470326] ipw2200 :02:03.0: firmware: requesting ipw2200-bss.fw
[5.843136] ipw2200: Radio Frequency Kill Switch is On:
[5.843138] Kill switch must be turned off for wireless networking to work.
[5.844320] ipw2200: Detected geography ZZD (13 802.11bg channels, 0 802.11a 
channels)
[5.844421] sdhci-pci :02:01.1: SDHCI controller found [1180:0822] (rev 
19)
[5.844518] sdhci-pci :02:01.1: PCI INT B -> GSI 18 (level, low) -> IRQ 
18
[5.846677] Registered led device: mmc0::
[5.847783] mmc0: SDHCI controller on PCI [:02:01.1] using DMA
[5.932111] firewire_core: created device fw0: GUID 424fc00034f71050, S400
[6.001693] i915 :00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[6.001770] i915 :00:02.0: setting latency timer to 64
[6.015543] [drm] set up 7M of stolen space
[6.134840] udev: renamed network interface eth0 to eth1
[6.159347] b44 :02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[6.160961] composite sync not supported
[6.161525] [drm] initialized overlay support
[6.660031] usb 1-7: reset high speed USB device using ehci_hcd and address 2
[6.660156] ssb: Sonics Silicon Backplane found on PCI de

Bug#587215: Info received ([linux-image-2.6.32-5-686])

2010-06-27 Thread ing. Barry B.F. de Graaff (debian)




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#587215: [linux-image-2.6.32-5-686]

2010-06-27 Thread ing. Barry B.F. de Graaff (debian)
Package: linux-image-2.6.32-5-686
Version: 2.6.32-15

--- Please enter the report below this line. ---


--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.32-5-686

Debian Release: squeeze/sid
 500 unstable        mirror.hro.nl
 500 unstable        ftp.debian.org

--- Package information. ---
Depends                       (Version) | Installed
===-+-===
module-init-tools                       | 3.12~pre2-3
linux-base               (>= 2.6.32-15) | 2.6.32-15
initramfs-tools              (>= 0.55)  | 0.97
 OR linux-initramfs-tool                |


Package Status              (Version) | Installed
=-+-===
firmware-bnx2                         |
firmware-bnx2x                        |
firmware-ipw2x00                      |
firmware-ivtv                         |
firmware-iwlwifi                      |
firmware-linux                        |
firmware-linux-nonfree                |
firmware-qlogic                       |
firmware-ralink                       |
xen-hypervisor                        |


Recommends                (Version) | Installed
===-+-
firmware-linux-free     (>= 2.6.32) | 2.6.32-15
libc6-i686                          | 2.11.2-2


Suggests              (Version) | Installed
===-+-===
linux-doc-2.6.32                |
grub                            |
 OR lilo                        | 1:22.8-8.1




-8<---8<---8<---8<---8<---8<---8<---8<---8<--
Please attach the file:
 /tmp/reportbug-ng-linux-image-2.6.32-5-686-pLZ_RR.txt
to the mail. I'd do it myself if the output wasn't too long to handle.

 Thank you!
->8--->8--->8--->8--->8--->8--->8--->8--->8--


Bug#587215: kernel module for usb ethernet ax8817x 0b95:1780 not working

2010-06-26 Thread ing. Barry B.F. de Graaff (debian)
Package: linux-image-2.6.32-5-686
Version: 2.6.32-15

When I plug in USB ethernet card the device is recognized by Debian,
and device name (eth2) is assigned.
The link goes up and shows "eth2: link up, 1000Mbps, full-duplex" in dmesg.
But no data can be transferred via the ethernet card makes it useless

lsusb
Bus 001 Device 006: ID 0b95:1780 ASIX Electronics Corp. AX88178

uname -a
Linux mrnaus 2.6.32-5-686 #1 SMP Tue Jun 1 04:59:47 UTC 2010 i686 GNU/Linux


When I download the driver form the manufacturer and compile it
myself, it does work.
http://www.asix.com.tw/FrootAttach/driver/AX88772B_772A_760_772_178_LINUX2.6.32_Driver_v3.2.0_Source.tar.bz2

modprobe -r asix
untar the archive
make
sudo make install
modprobe asix

plug in the device.


I am not sure if I should report this bug to the kernel package, so please
don't shoot me if I am wrong.


Cheerio Barry



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org