[Bug 229879] Re: USB DVB card floods the console with recv bulk message failed -ETIMEOUT

2009-11-03 Thread Kemble Wagner
i was wondering if anyone has a work around with karmic as the whole OS
become unusuable with this tuner and kernel 2.6.31 and compiling v4l-dvb
does not seem to fix it yet?

-- 
USB DVB card floods the console with recv bulk message failed -ETIMEOUT
https://bugs.launchpad.net/bugs/229879
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 459523] Re: regression: support for dvico dual digital 4 card

2009-11-03 Thread Kemble Wagner
i was wondering if anyone has a work around with karmic as the whole OS
become unusuable with this tuner and kernel 2.6.31 and compiling v4l-dvb
does not seem to fix it yet?

-- 
regression: support for dvico dual digital 4 card
https://bugs.launchpad.net/bugs/459523
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 229879] Re: USB DVB card floods the console with recv bulk message failed

2009-06-02 Thread Kemble Wagner
or better yet start a thread with the developers of the drivers or the
kernel since that is where the problem is and ubuntu dev's cannot control
that instead of
leeching onto a thread thats vaguely related to your problem despite the
fact it has already been proven irrelevent and uneffective.

On Tue, Jun 2, 2009 at 3:43 AM, Teej xtee...@googlemail.com wrote:

 Would it be possible to try this with Jaunty at all, so we can find out
 if this is fixed in a newer version. Thank you.

 --
 USB DVB card floods the console with recv bulk message failed
 https://bugs.launchpad.net/bugs/229879
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
USB DVB card floods the console with recv bulk message failed
https://bugs.launchpad.net/bugs/229879
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 377365] Re: AVerMedia AverTV DVB-T USB 2.0 doesn't work on jaunty

2009-05-22 Thread Kemble Wagner
*** This bug is a duplicate of bug 229879 ***
https://bugs.launchpad.net/bugs/229879

but its not a duplicate problem not only is it a different card the symptons
are different as in not the same

On Sat, May 23, 2009 at 12:21 AM, Teej xtee...@googlemail.com wrote:

 *** This bug is a duplicate of bug 229879 ***
https://bugs.launchpad.net/bugs/229879

 ** This bug has been marked a duplicate of bug 229879
   My DVB-card is flooding the consol with recv bulk message failed

 --
 AVerMedia AverTV DVB-T USB 2.0 doesn't work  on jaunty
 https://bugs.launchpad.net/bugs/377365
 You received this bug notification because you are a direct subscriber
 of the bug (via bug 229879).


-- 
AVerMedia AverTV DVB-T USB 2.0 doesn't work  on jaunty
https://bugs.launchpad.net/bugs/377365
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229879] Re: My DVB-card is flooding the consol with recv bulk message failed

2009-04-05 Thread Kemble Wagner
as mentioned im using 2.6.27-11-generic and as i said i havent had a
problem yet well the other day i did i experienced the same problems
that others here report including spam console etc. but i have not had
it before or since just chiming in to say that even when i have somthing
that i consider stable it still ends up like this on occasion so there
is yet to be a completely stable kernel or v4l-dvb tree on this matter.


 it would be sensable if someone started a thread on the v4l-dvb mailing
list about this  as ubuntu developers cannot fix this due to the fact
they only package the code that v4l-dvb produce which intern goes into
the kernel which distros then patch and package.

-- 
My DVB-card is flooding the consol with recv bulk message failed
https://bugs.launchpad.net/bugs/229879
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 229879] Re: My DVB-card is flooding the consol with recv bulk message failed

2009-04-01 Thread Kemble Wagner
has anyone tried installing newer v4l-dvb drivers

sudo -i

apt-get update

apt-get install install mercurial build-essential linux-headers-`uname
-r`

hg clone http://linuxtv.org/hg/v4l-dvb

cd v4l-dvb

make  make install

exit

or as i mentioned above dowloading the newest kernel from http://kernel.org and 
compiling it youself will also fix this
http://www.howtoforge.com/kernel_compilation_ubuntu 

i for one can say that this used to fix the trouble for me however now
in intrepid the stock kernel works fine for me.

-- 
My DVB-card is flooding the consol with recv bulk message failed
https://bugs.launchpad.net/bugs/229879
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 343801] Re: cupsd.conf defaults need to allow reprint of jobs

2009-03-19 Thread Kemble Wagner
yes this will work ok for me i will change my cupsd.conf to reflect this
just to see how it goes cant forsee any reason i would really need to
access print jobs 47 from 18 days ago

-- 
cupsd.conf defaults need to allow reprint of jobs
https://bugs.launchpad.net/bugs/343801
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 343801] [NEW] cupsd.con defaults need to allow reprint of jobs

2009-03-16 Thread Kemble Wagner
Public bug reported:

Binary package hint: cups

if you see the screen shots in this thread
http://ubuntuforums.org/showthread.php?t=820916 you will see what im
talking about i think it would be much nicer if /etc/cups/cupsd.conf
contained these 2 lines by default

# preserve last 50 print jobs

PreserveJobFiles Yes
MaxJobs 50


you can make max jobs higher but the PreserveJobFiles Yes is important as it 
allows users to reprint jobs that fail due to 
various reasons. its handy and other distros are using this as a default option

** Affects: cups (Ubuntu)
 Importance: Undecided
 Status: New

-- 
cupsd.con defaults need to allow reprint of jobs
https://bugs.launchpad.net/bugs/343801
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 343801] Re: cupsd.conf defaults need to allow reprint of jobs

2009-03-16 Thread Kemble Wagner
** Summary changed:

- cupsd.con defaults need to allow reprint of jobs
+ cupsd.conf defaults need to allow reprint of jobs

-- 
cupsd.conf defaults need to allow reprint of jobs
https://bugs.launchpad.net/bugs/343801
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 229879] Re: My DVB-card is flooding the consol with recv bulk message failed

2009-03-12 Thread Kemble Wagner
you could try using building a vanilla kernel thats what i used on 8.04 and
now im using intrepid i have no problems with the stock kernel 2.6.27-11

On Thu, Mar 12, 2009 at 8:36 PM, Jimbot jkenn...@gmail.com wrote:

 I also have a DVICO Dual Digital 4 (PCI, not PCIe) and am running amd64
 architecture. I'm running Mythbuntu 8.04 - I'm assuming this is based on
 the desktop kernel. My card identifies itself as 0fe9:db78 in lsusb. I
 set it up based on the instructions shown here:
 http://ubuntuforums.org/showthread.php?t=616103 and it works. However, I
 have a similar problem to that which Anders describes.

 Frequently when I do a warm boot, the system exhibits similar behaviour:

 - I get the dvb-usb: bulk message failed: -110 at a frequency of about
 once a second
 - I get similar keyboard issues with my usb keyboard (press k once and I
 get a dozen or so: kk)

 The only way I can get my system back to 'normal' again is to remove the
 dvb_usb_cxusb module:

 modprobe -r dvb_usb_cxusb

 of course I have to stop the mythbackend first.Doing all this is very
 difficult when every few keypresses get repeated a heap of times.
 Especially when I have to login as root to do it. Though my system is
 now usable, the tuner card won't work (not without that module I just
 removed) so I have to reboot for me to use the system as intended.

 I could live with the issue on warm reboot; I just have to shutdown,
 wait a bit, then start up again. However, the system has recently
 started doing it whenever I shut down the mythbackend (for configuration
 for instance), and when I tested connecting with XBMC from another
 machine it did it as well.

 Based on the forum thread I followed to set the card up, this seems to
 be a known issue among users of the card, but it's a royal pain in the
 neck and it would be great if it got fixed some time. I'm happy to
 provide additional information if that would be of assistance.

 Cheers.

 --
 My DVB-card is flooding the consol with recv bulk message failed
 https://bugs.launchpad.net/bugs/229879
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
My DVB-card is flooding the consol with recv bulk message failed
https://bugs.launchpad.net/bugs/229879
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227033] Re: Netgear WG311v3 causes ndiswrapper socket deadlock

2008-08-06 Thread Kemble Wagner
also it just dawned on me you said i tried both the drivers even tough i
posted 3 and 2 are 64 bit  and you most likely didnt notice here is the
link to the 32 bit http://ubuntuforums.org/showthread.php?t=861943

-- 
Netgear WG311v3 causes ndiswrapper socket deadlock
https://bugs.launchpad.net/bugs/227033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227033] Re: Netgear WG311v3 causes ndiswrapper socket deadlock

2008-08-06 Thread Kemble Wagner
Oh sorry i thought you were using a 32bit system my mistake well im
sorry but i have not had a chance to test the 64 bit drivers

-- 
Netgear WG311v3 causes ndiswrapper socket deadlock
https://bugs.launchpad.net/bugs/227033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227033] Re: Netgear WG311v3 causes ndiswrapper socket deadlock

2008-08-06 Thread Kemble Wagner
i can tell you how to get the same 64 bit version drivers as im using in
32 bit i used wine to install the latest netgear drivers from the site
and copyied the *.sys and *.inf files from fake windows c:\windows\inf
directory that will definatly work i posted the 64 bit drivers from
other sources i found on the net as im using 32bit still as its more
compatable and stable

-- 
Netgear WG311v3 causes ndiswrapper socket deadlock
https://bugs.launchpad.net/bugs/227033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227033] Re: Netgear WG311v3 causes ndiswrapper socket deadlock

2008-08-05 Thread Kemble Wagner
you could always try ndiswrapper 1.53 compiled from source as thats what
im using

-- 
Netgear WG311v3 causes ndiswrapper socket deadlock
https://bugs.launchpad.net/bugs/227033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227033] Re: Netgear WG311v3 causes ndiswrapper socket deadlock

2008-08-02 Thread Kemble Wagner
I assume no one has found a solution to this yet? did you read my post

-- 
Netgear WG311v3 causes ndiswrapper socket deadlock
https://bugs.launchpad.net/bugs/227033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227033] Re: Netgear WG311v3 causes ndiswrapper socket deadlock

2008-08-02 Thread Kemble Wagner
http://ubuntuforums.org/showthread.php?t=861943

-- 
Netgear WG311v3 causes ndiswrapper socket deadlock
https://bugs.launchpad.net/bugs/227033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227033] Re: Netgear WG311v3 causes ndiswrapper socket deadlock

2008-07-18 Thread Kemble Wagner
I have just tried your driver, doesn't solve my problem, I still can't
connect to WPA-encrypted networks im only responding to the original
topic this topic is not about WPA.

I'm on the AMD64 architecture, so your driver cannot help me...  try
finding newer amd64 drivers then

-- 
Netgear WG311v3 causes ndiswrapper socket deadlock
https://bugs.launchpad.net/bugs/227033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227033] Re: Netgear WG311v3 causes ndiswrapper socket deadlock

2008-07-18 Thread Kemble Wagner
the netgear site says it has vista 64/32 drivers in this download

http://kbserver.netgear.com/release_notes/d103261.asp

i really cant help you with extraction there are progs that recognise some exe 
file
compression i installed in wine and copied the files from windows/inf however i 
dont think that will work if you want the amd 64 files anyway the solution is 
the same if you are experiencing the same probs as the original bug reporter

-- 
Netgear WG311v3 causes ndiswrapper socket deadlock
https://bugs.launchpad.net/bugs/227033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227033] Re: Netgear WG311v3 causes ndiswrapper socket deadlock

2008-07-18 Thread Kemble Wagner
try this it came from a different site

here is the original link 
http://www.encore-usa.com/product_download.php?region=usbid=3

its a different brad with identical chipset

** Attachment added: 64BITS.tar.gz
   http://launchpadlibrarian.net/16185589/64BITS.tar.gz

-- 
Netgear WG311v3 causes ndiswrapper socket deadlock
https://bugs.launchpad.net/bugs/227033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227033] Re: Netgear WG311v3 causes ndiswrapper socket deadlock

2008-07-18 Thread Kemble Wagner
if that doesnt work try this one its the same sys file renamed using the 
netgear inf
im pretty sure that will work 

** Attachment added: 64BITSchangedfilename.tar.gz
   http://launchpadlibrarian.net/16185709/64BITSchangedfilename.tar.gz

-- 
Netgear WG311v3 causes ndiswrapper socket deadlock
https://bugs.launchpad.net/bugs/227033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227033] Re: Netgear WG311v3 causes ndiswrapper socket deadlock

2008-07-17 Thread Kemble Wagner
here is a thread i made in response to this bug report i didnt know how
to reply to this bug report at first please get back to me and let me
know if this fixes the issue as it did for me

-- 
Netgear WG311v3 causes ndiswrapper socket deadlock
https://bugs.launchpad.net/bugs/227033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 227033] Re: Netgear WG311v3 causes ndiswrapper socket deadlock

2008-07-17 Thread Kemble Wagner
http://ubuntuforums.org/showthread.php?t=861943

thread added

** Attachment added: newmrv.tar.gz
   http://launchpadlibrarian.net/16103173/newmrv.tar.gz

-- 
Netgear WG311v3 causes ndiswrapper socket deadlock
https://bugs.launchpad.net/bugs/227033
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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