[Bug 367484] Re: usb storage(LG KU380) didn't mount automatically

2009-06-18 Thread ozstriker78
I figured out a way to access the SD device... copy and paste this as root... rmmod option rmmod usbserial rmmod usb_storage sleep 2 modprobe option sleep 2 modprobe usb-storage if that doesn't work, then try it a few more times. it eventually does. Also, i've posted a bug with the kernel

[Bug 367484] Re: usb storage(LG KU380) didn't mount automatically

2009-06-18 Thread ozstriker78
here is a better script... = cut rmmod usb_storage rmmod option rmmod usbserial echo sleeping for 2 seconds to let the drivers unload sleep 2 modprobe option echo sleeping for 2 seconds to make usb_storage detect the storage device... sleep 2 echo done sleeping modprobe

[Bug 375419] Re: Huawei E620 USB Modem's micro usb drive doesn't work in jaunty, but works in hardy

2009-06-10 Thread ozstriker78
I've updated to the new proposed kernel and it's still happening (usb- storage is failing). # uname -a Linux localhost 2.6.28-13-generic #44-Ubuntu SMP Tue Jun 2 07:57:31 UTC 2009 i686 GNU/Linux # dmesg [ 167.992056] usb 1-3: new high speed USB device using ehci_hcd and address 4 [

[Bug 375419] Re: Huawei E620 USB Modem's micro usb drive doesn't work in jaunty, but works in hardy

2009-06-10 Thread ozstriker78
also, I've noticed that lsusb is showing a different device name. I believe this new name is accurate and that the one in the title of this bug is wrong... # lsusb Bus 001 Device 005: ID 12d1:1003 Huawei Technologies Co., Ltd. E220 HSDPA Modem / E270 HSDPA/HSUPA Modem -- Huawei E620 USB

[Bug 375419] Re: Huawei E620 USB Modem's micro usb drive doesn't work in jaunty, but works in hardy

2009-06-10 Thread ozstriker78
I've even tried with the latest stable release of the kernel 2.6.29.4 # uname -a Linux localhost 2.6.29-02062904-generic #02062904 SMP Sun May 24 00:14:52 UTC 2009 i686 GNU/Linux # dmesg [ 192.812065] usb 1-3: new high speed USB device using ehci_hcd and address 3 [ 192.958902] usb 1-3:

[Bug 375419] Re: Huawei E620 USB Modem's micro usb drive doesn't work in jaunty, but works in hardy

2009-06-10 Thread ozstriker78
I have filed a new bug with bugzilla.kernel.org http://bugzilla.kernel.org/show_bug.cgi?id=13496 Hopefully it will get attention there. You may want to also post data about your hardware. Please see http://www.kernel.org/pub/linux/docs/lkml/reporting-bugs.html and follow the form the

[Bug 375419] Re: Huawei E620 USB Modem's micro usb drive doesn't work in jaunty, but works in hardy

2009-06-10 Thread ozstriker78
It seems that there is some sort of race condition. I was able to get the usb-storage driver to work, but it still seems to crash. I wrote a basic script to rmmod all the related device drivers, then load them up in a specific order, with a sleep statement. Here is the script: = cut

[Bug 375419] Re: Huawei E620 USB Modem's micro usb drive doesn't work in jaunty, but works in hardy

2009-05-19 Thread ozstriker78
Here is something interesting When I run this command... rmmod usb-storage modprobe usb-storage dmesg shows this [ 5838.650653] usbcore: deregistering interface driver usb-storage [ 5848.531000] Initializing USB Mass Storage driver... [ 5848.544134] [ cut here ]

[Bug 375419] Re: Huawei E620 USB Modem's micro usb drive doesn't work in jaunty, but works in hardy

2009-05-12 Thread ozstriker78
for what it's worth, the usb modem functionality works just fine. -- Huawei E620 USB Modem's micro usb drive doesn't work in jaunty, but works in hardy https://bugs.launchpad.net/bugs/375419 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 375419] [NEW] Huawei E620 USB Modem's micro usb drive doesn't work in jaunty, but works in hardy

2009-05-12 Thread ozstriker78
Public bug reported: After upgrading to Jaunty, I was no longer able to use the micro sd drive on my Huawei Technologies Co., Ltd. E620 USB Modem. lsusb shows this... Bus 001 Device 006: ID 12d1:1001 Huawei Technologies Co., Ltd. E620 USB Modem dmesg shows this... [98710.288057] usb 1-3: new

[Bug 281711] Re: network-manager issues with system settings AND secrets (Was: doesn't save wep key on a system setting connection)

2009-02-04 Thread ozstriker78
I went ahead and installed the new intrepid PPA release and I noticed that the system setting check-box is missing. Since this is missing, how can I make my wireless connection auto-connect at boot time without having to log into my desktop? -- network-manager issues with system settings AND

Re: [Bug 24776] Re: ipw2100 - Fatal interrupt. Scheduling firmware restart.

2008-11-17 Thread ozstriker78
My ipw2100 works fine in intrepid with wireless sequrity on my T41. The problem I'm having are the fatal irq resets. On 11/16/08, Mr. Mike [EMAIL PROTECTED] wrote: I'm also having problems with my ipw2100 on a T41, and getting the firmware restart messages, but in dmesg, the firmware appears

Re: [Bug 99356] Re: [Feisty/Gutsy] Keyboard repeats keystrokes like tttthiiiiiiiiiiiissss

2008-11-04 Thread ozstriker78
Me neither On 11/4/08, wolfger [EMAIL PROTECTED] wrote: Now on Intrepid, I haven't seen the problem here yet. -- [Feisty/Gutsy] Keyboard repeats keystrokes like h https://bugs.launchpad.net/bugs/99356 You received this bug notification because you are a direct

Re: [Bug 285943] Re: ipw2100: Fatal interrupt. Scheduling firmware restart. on linux-image-2.6.27-7-generic

2008-10-23 Thread ozstriker78
The wireless does work. The resets tend to happen more often when I am transfering data. I'm wondering if it is a bug in the firmware because an IRQ call shouldn't trigger a device reset, in my mind anyway. Thoughts? On 10/23/08, Leann Ogasawara [EMAIL PROTECTED] wrote: Hi ozstriker78, I

[Bug 24776] Re: ipw2100 - Fatal interrupt. Scheduling firmware restart.

2008-10-19 Thread ozstriker78
I will test this with the linux-image-2.6.27-7-generic as I am having the same dmesg issues, and a driver that keeps resetting my ipw2100 device. It's installed, rebooting now. -- ipw2100 - Fatal interrupt. Scheduling firmware restart. https://bugs.launchpad.net/bugs/24776 You received this bug

[Bug 24776] Re: ipw2100 - Fatal interrupt. Scheduling firmware restart.

2008-10-19 Thread ozstriker78
Ok, after the reboot, the driver failed to load because of missing firmware... [ 116.811667] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, git-1.2.2 [ 116.811685] ipw2100: Copyright(c) 2003-2006 Intel Corporation [ 116.814957] ipw2100 :02:02.0: PCI INT A - Link[LNKC] - GSI 11 (level,

[Bug 242746] Re: Network Manager drops wpa connection every few seconds

2008-10-19 Thread ozstriker78
This problem still exists in the linux-image-2.6.27-7-generic kernel version. I have verified this. -- Network Manager drops wpa connection every few seconds https://bugs.launchpad.net/bugs/242746 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 24776] Re: ipw2100 - Fatal interrupt. Scheduling firmware restart.

2008-10-19 Thread ozstriker78
It's still happening with the 2.6.27-7-generic kernel... [ 283.784411] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, git-1.2.2 [ 283.784437] ipw2100: Copyright(c) 2003-2006 Intel Corporation [ 283.787724] ipw2100 :02:02.0: PCI INT A - Link[LNKC] - GSI 11 (level, low) - IRQ 11 [

[Bug 285943] [NEW] ipw2100: Fatal interrupt. Scheduling firmware restart. on linux-image-2.6.27-7-generic

2008-10-19 Thread ozstriker78
Public bug reported: Binary package hint: linux-image-2.6.27-7-generic This bug is existence in all prior kernels. I'm creating it for this kernel via special request 283.784411] ipw2100: Intel(R) PRO/Wireless 2100 Network Driver, git-1.2.2 [ 283.784437] ipw2100: Copyright(c) 2003-2006

Re: [Bug 99356] Re: [Feisty/Gutsy] Keyboard repeats keystrokes like tttthiiiiiiiiiiiissss

2008-10-17 Thread ozstriker78
Ok I will let mine run for a few hours and get back to you. On 10/16/08, usr [EMAIL PROTECTED] wrote: I still have this bug in Hardy. Single Keystrokes appear delayed on screen and they are sometimes displayed repeated. This Problem occures not at startup, but when the system runs for about

Re: [Bug 99356] Re: [Feisty/Gutsy] Keyboard repeats keystrokes like tttthiiiiiiiiiiiissss

2008-10-15 Thread ozstriker78
I will try tonight On 10/15/08, wolfger [EMAIL PROTECTED] wrote: I have not tested on Intrepid yet, but I have never had this issue since moving to Hardy, and I see nobody here has said the problem still exists since the 2008-03-07 comment about Hardy Alpha. I think it's fixed. Anybody care

Re: [Bug 99356] Re: [Feisty/Gutsy] Keyboard repeats keystrokes like tttthiiiiiiiiiiiissss

2008-10-15 Thread ozstriker78
Ya its not happening for me anymore on the latest version of hardy with all updates up until now. It's too bad it took an upgrade of the OS to fix this bug. On 10/15/08, wolfger [EMAIL PROTECTED] wrote: I have not tested on Intrepid yet, but I have never had this issue since moving to Hardy,

Re: [Bug 99356] Re: [Feisty] Keyboard repeats keystrokes like tttthiiiiiiiiiiiissss

2007-10-17 Thread ozstriker78
I found out how to fix this and get acpi fully working with all acpi drivers/modules... You have to put this into your kernel options ec_intr=0 I found this in the ubuntu forums... http://ubuntuforums.org/showthread.php?t=402926highlight=acpi+thinkpad By the way, this bug also happens in

Re: [Bug 99356] Re: [Feisty] Keyboard repeats keystrokes like tttthiiiiiiiiiiiissss

2007-10-10 Thread ozstriker78
It's not fixed in Gutsy. I have the same issue still. I went ahead and upgraded to Gutsy thinking it would get fixed, but it didn't. -Rick -- [Feisty] Keyboard repeats keystrokes like h https://bugs.launchpad.net/bugs/99356 You received this bug notification because you

Re: [Bug 99356] Re: [Feisty] Keyboard repeats keystrokes like tttthiiiiiiiiiiiissss

2007-10-10 Thread ozstriker78
I went ahead and followed this troubleshooting recommendation for completeness, but it didn't solve the problem. After playing around with it some more, I have figured out that it has to do with interaction with the acpi interface. Here is my reasoning 1. acpi=off in the kernel parameters

Re: [Bug 99356] Re: [Feisty] Keyboard repeats keystrokes like tttthiiiiiiiiiiiissss

2007-05-21 Thread ozstriker78
This was the best description that I've heard of in terms of my problem. This is exactly what I am experiencing and the noacpi option did not solve my problem. I even tried the notsc option, which prevented the laptop from booting. I'll try clocksource=acpi_pm and see what happens. -Rich On

Re: [Bug 99356] Re: [Feisty] Keyboard repeats keystrokes like tttthiiiiiiiiiiiissss

2007-05-17 Thread ozstriker78
Well it is intermittent, but sometimes you get no response at all from the keyboard. Also, the mouse os very choppy, and is also unresponsive at times. On 5/17/07, Charles Perreault [EMAIL PROTECTED] wrote: I think the original bug report is about every key being repeated many times, while

[Bug 99356] Re: [Feisty] Keyboard repeats keystrokes like tttthiiiiiiiiiiiissss

2007-05-01 Thread ozstriker78
I tried appending notsc to my kernel parameter list and the system didn't boot. It got stuck really early in the boot process. My systems is a basic pentium 4, single core. so I don't understand why that would keep my system from booting. Do you have any other ideas? -- [Feisty] Keyboard

[Bug 99356] Re: [Feisty] Keyboard repeats keystrokes like tttthiiiiiiiiiiiissss

2007-04-10 Thread ozstriker78
I am having the same issue with my r40e. The keyboard is very unstable. It's very inconsistent and unusable. I get see flapping between character repeats in spurts of about 5, keys not functioning, to delayed reactions. The mouse buttons and pointer act very unstable. The mouse is jumpy and

[Bug 99356] Re: [Feisty] Keyboard repeats keystrokes like tttthiiiiiiiiiiiissss

2007-04-10 Thread ozstriker78
Ok, so I have been debugging this and I have more to add With the latest current kernel (2.6.20.14) under normal boot up, this happens. So I tried starting it up in rescue mode and played around with some of the services to see which one was the culprit. The 2 services (start up scripts)