[Bug 109399] Re: DWL-610 network card no longer works under Feisty on Thinkpad X30
** Attachment added: "dmidecode.txt" http://librarian.launchpad.net/7394178/dmidecode.txt -- DWL-610 network card no longer works under Feisty on Thinkpad X30 https://bugs.launchpad.net/bugs/109399 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 109399] Re: DWL-610 network card no longer works under Feisty on Thinkpad X30
** Attachment added: "dmesg.txt" http://librarian.launchpad.net/7394179/dmesg.txt -- DWL-610 network card no longer works under Feisty on Thinkpad X30 https://bugs.launchpad.net/bugs/109399 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 109399] Re: DWL-610 network card no longer works under Feisty on Thinkpad X30
** Attachment added: "lspcivv.txt" http://librarian.launchpad.net/7394180/lspcivv.txt -- DWL-610 network card no longer works under Feisty on Thinkpad X30 https://bugs.launchpad.net/bugs/109399 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 109399] Re: DWL-610 network card no longer works under Feisty on Thinkpad X30
** Attachment added: "lspcivvn.txt" http://librarian.launchpad.net/7394181/lspcivvn.txt -- DWL-610 network card no longer works under Feisty on Thinkpad X30 https://bugs.launchpad.net/bugs/109399 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 109399] DWL-610 network card no longer works under Feisty on Thinkpad X30
Public bug reported: My DLink DWL-610 pcmcia wireless network card worked out of the box under Edgy on the IBM Thinkpad X30. It fails to work at all under Feisty. When the pcmcia card is inserted into the slot, all I get in dmesg output is pccard: CardBus card inserted into slot 0, but the pcmcia modules do not seem to get loaded and the card does not get identified or activated at all. $ uname -a Linux crusher 2.6.20-15-386 #2 Sun Apr 15 07:34:00 UTC 2007 i686 GNU/Linux ** Affects: Ubuntu Importance: Undecided Status: Unconfirmed ** Tags: dlink dwl-610 feisty pcmcia -- DWL-610 network card no longer works under Feisty on Thinkpad X30 https://bugs.launchpad.net/bugs/109399 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 109399] Re: DWL-610 network card no longer works under Feisty on Thinkpad X30
** Attachment added: "interfaces" http://librarian.launchpad.net/7400669/interfaces -- DWL-610 network card no longer works under Feisty on Thinkpad X30 https://bugs.launchpad.net/bugs/109399 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 109399] Re: DWL-610 network card no longer works under Feisty on Thinkpad X30
I have tried the steps suggested in the above article. There is no difference. The problem is at the driver level, where the pcmcia driver does not seem to be loaded when the card is inserted (as shown in dmesg output). -- DWL-610 network card no longer works under Feisty on Thinkpad X30 https://bugs.launchpad.net/bugs/109399 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 109399] Re: DWL-610 network card no longer recognized under Feisty on Thinkpad X30
I got some good pointers from that article, and proceeded to grab the Realtek rt8180L driver source code from Sourceforge, got it compiled and deployed. However, although the card was detected and the ACT link light lit up, there was no connection established. Checking the output of "iwlist wlan1 scan" shows the Link Quality hovers consistently between 0/100 and 32/100, even though the laptop is practically next to the access point. I am beginning to think half of the problem is the device drivers for these old cards do not seem to be included in Feisty, but the other half seems to be the lack of support for these wireless devices in the kernel itself. The reason I am coming to this conclusion is because I had exactly the same outcome with a Belkin F5D7050 USB stick, which uses rt73 drivers (I downloaded and compiled up the driver and got it recognised by the kernel, only to get the same problem with the link quality). I would like to protect my investment in these wireless cards for a while, can you recommend a working wireless solution for Feisty ? -- DWL-610 network card no longer recognized under Feisty on Thinkpad X30 https://bugs.launchpad.net/bugs/109399 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 109399] Re: DWL-610 network card no longer recognized under Feisty on Thinkpad X30
OK, I have some more information for you which might help you zero in on the problem. I have managed to get the DLink card working, but only under the following conditions: 1. The Access Point publishes the SSID. Hidden SSID simply kill the card 'link' light immediately 2. The IP address for the card is configured to be static. DHCP mode works only first time when the laptop is started up. Subsequent to that, if you pull out the wireless card and plug it back in, not matter what you do, the laptop simply fails to acquire a new dynamic IP address. 3. You have to boot up using the generic version of the kernel (2.6.20-15-generic) from the boot menu, or the source code above will not compile (I was booting up using the 2.6.20-15-386 at one point, and had loads of problems looking for the modules related files in the kernel source tree). 4. The rt8180 module is compiled and deployed with the kernel (the source I downloaded from the Sourceforge website was written for a 2.4 kernel. I made the appropriate patches to get it to compile under 2.6 kernel. The source code is attached below). So all in all, it seems support for wireless is broken somewhat (I still could not get the Belkin F5D7570 USB stick to work, even after trying the above). I can live with it for now, but the situation is hardly ideal, specially for folks who expect this stuff to work out of the box, as it did with Edgy Eft 6.10. ** Attachment added: "rtl8180-0.21-kernel2.6.tgz" http://librarian.launchpad.net/7469195/rtl8180-0.21-kernel2.6.tgz -- DWL-610 network card no longer recognized under Feisty on Thinkpad X30 https://bugs.launchpad.net/bugs/109399 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1278870] Re: mysql-workbench-bin crashed with SIGSEGV in IA__gtk_cell_editable_remove_widget()
I have the same problem too. I am on Ubuntu 14.04 final -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1278870 Title: mysql-workbench-bin crashed with SIGSEGV in IA__gtk_cell_editable_remove_widget() To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mysql-workbench/+bug/1278870/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs