[Bug 478288] [NEW] DVB-T-Adapters not registered properly (i.e. AF9015)

2009-11-08 Thread CypherDelic
Public bug reported:

Binary package hint: udev

After inserting dvb-t adapter with af9015 chip (anttip-modules are
configured and installed, firmware is also present), system (following
dmesg) recognizes dvb-t-device, registered that adapter and says that
it's working.

On my mashine (karmic) it used to make new directory /dev/dvb/adapter0 and work 
with me-tv instantly;
but on my friends mashine (also karmic) it only creates this right in /dev/: 
dvb0.demux0, dvb0.dvr0, dvb0.net0, dvb0.frontend0 

I found that http://ubuntuforums.org/showthread.php?t=1278275

This actions did not solve the problem. Any idea how to mae it work?

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


** Tags: adapter0 dvb usb

-- 
DVB-T-Adapters not registered properly (i.e. AF9015)
https://bugs.launchpad.net/bugs/478288
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 478379] [NEW] me-tv does not work with rtl2832u-dvb-t-chip

2009-11-08 Thread CypherDelic
Public bug reported:

Binary package hint: udev

Ok, installing the driver of this chip wasn't that easy but following
several finnish-howtos i managed to succesfully build v4l-dvb driver
for the rtl2832u-chiped MSI Digivox mini II V3.0.

lsusb:
Bus 001 Device 005: ID 1d19:1101  

dmesg (regarded on stick-plugin):
[   95.620012] usb 1-1: new high speed USB device using ehci_hcd and address 5
[   95.782039] usb 1-1: configuration #1 chosen from 1 choice
[   95.788734] dvb-usb: found a 'DK DVBT DONGLE' in warm state.
[   95.788738] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
[   95.790373] DVB: registering new adapter (DK DVBT DONGLE)
[   95.790607] DVB: registering adapter 0 frontend 0 (Realtek RTL2832 DVB-T)...
[   95.790629] dvb-usb: DK DVBT DONGLE successfully initialized and connected.
[   95.792426] dvb-usb: found a 'DK DVBT DONGLE' in warm state.
[   95.792430] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
[   95.794467] DVB: registering new adapter (DK DVBT DONGLE)
[   95.794684] DVB: registering adapter 1 frontend 0 (Realtek RTL2832 DVB-T)...
[   95.794707] dvb-usb: DK DVBT DONGLE successfully initialized and connected.

scan /usr/share/dvb/dvb-t/de-Nordrhein-Westfalen delivers all channels that i 
know off.
example output:

 tune to: 
 53800:INVERSION_AUTO:BANDWIDTH_8_MHZ:FEC_2_3:FEC_AUTO:QAM_16:TRANSMISSION_MODE_8K:GUARD_INTERVAL_1_4:HIERARCHY_NONE
0x 0x4015: pmt_pid 0x0150 RTL World -- RTL Television (running)
0x 0x4016: pmt_pid 0x0160 RTL World -- RTL2 (running)
0x 0x401b: pmt_pid 0x01b0 RTL World -- Super RTL (running)
0x 0x4022: pmt_pid 0x0220 RTL World -- VOX (running)


kaffeine scans all channels properly too and i can watch everything probably if 
i tune my antenna up to 18db, but kaffeine is kde based and i would like to 
have gnome/gtk based me-tv.

Me-TV cannot find ANY channels (0) when i use internal scan:
example output:

08.11.2009 15:15:43: Tuning to transponder at 53800 Hz
08.11.2009 15:15:43: Auf Signalsperre warten …   (translation: 
waiting for signal lock)
08.11.2009 15:15:55: Poking screensaver
08.11.2009 15:15:58: Status: 0
08.11.2009 15:15:58: Currently tuned to freq 53800, symbol rate 0, inner 
fec 2
08.11.2009 15:15:58: Exception: Sperren des Kanals fehlgeschlagen   
(translation: failed to lock channel)
08.11.2009 15:15:58: Failed to tune to transponder at 53800 Hz


So i tried to import the channels.conf-output that i generated with scan.
Me-Tv seems to work, adds all channels, but stucks heavily and cannot show tv 
properly due to weak signal...

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


** Tags: dvb dvb-t me-tv rtl2832u

-- 
me-tv does not work with rtl2832u-dvb-t-chip
https://bugs.launchpad.net/bugs/478379
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 478379] Re: me-tv does not work with rtl2832u-dvb-t-chip

2009-11-08 Thread CypherDelic
How did i installed it:

sudo apt-get install unrar build-essential mercurial
mkdir digivox; cd digivox
hg clone http://linuxtv.org/hg/v4l-dvb
wget 
http://media.ubuntuusers.de/forum/attachments/2103272/090730_RTL2832U_LINUX_Ver1.1.rar
unrar x -ep 090730_RTL2832U_LINUX_Ver1.1.rar 
./v4l-dvb/linux/drivers/media/dvb/dvb-usb
cd v4l-dvb
for i in `find . -name *.pl`; do chmod +x $i ; done
gedit ./linux/drivers/media/dvb/dvb-usb/Makefile

(Insertion nearly to the end of file:)
dvb-usb-rtl2832u-objs = demod_rtl2832.o dvbt_demod_base.o dvbt_nim_base.o 
foundation.o math_mpi.o nim_rtl2832_mxl5007t.o nim_rtl2832_fc2580.o 
nim_rtl2832_mt2266.o rtl2832u.o rtl2832u_fe.o rtl2832u_io.o tuner_mxl5007t.o 
tuner_fc2580.o tuner_mt2266.o tuner_tua9001.o nim_rtl2832_tua9001.o
obj-$(CONFIG_DVB_USB_RTL2832U) += dvb-usb-rtl2832u.o


gedit ./linux/drivers/media/dvb/dvb-usb/Kconfig

(Insertion to the end of file:)
config DVB_USB_RTL2832U
tristate Realtek RTL2832U DVB-T USB2.0 support
depends on DVB_USB
help
  Realtek RTL2832U DVB-T driver

gedit ./linux/drivers/media/dvb/dvb-usb/rtl2832u.c

(1. Remove // of line 12:)
//DVB_DEFINE_MOD_OPT_ADAPTER_NR(adapter_nr);

(2. replace line 61-63 by:)
if ( ( 0== 
dvb_usb_device_init(intf,rtl2832u_1st_properties,THIS_MODULE,NULL,adapter_nr) 
)||
( 0== 
dvb_usb_device_init(intf,rtl2832u_2nd_properties,THIS_MODULE,NULL,adapter_nr) 
) ||
( 0== 
dvb_usb_device_init(intf,rtl2832u_3th_properties,THIS_MODULE,NULL,adapter_nr) 
))

gedit ./linux/drivers/media/dvb/dvb-usb/tuner_tua9001.c

(search for 19.2 AND 20.48 and replace it by 19_2 AND 20_48:)
#elif defined(CRYSTAL_19.2_MHZ)   /*  Frequency 19.2 MHz */
#elif defined(CRYSTAL_19_2_MHZ)   /*  Frequency 19.2 MHz */
#elif defined(CRYSTAL_20.48_MHZ)   /*  Frequency 20,48 MHz */
#elif defined(CRYSTAL_20_48_MHZ)   /*  Frequency 20,48 MHz */

make

STRG^C after some secs.

gedit ./v4l/.config

(replace  FIREDTV=m by FIREDTV=n:)
CONFIG_DVB_FIREDTV=m
CONFIG_DVB_FIREDTV=n

make clean
make
sudo make install


After that the stick is properly found, registered and is working with
kaffeine. But me-tv claims bad signal.

-- 
me-tv does not work with rtl2832u-dvb-t-chip
https://bugs.launchpad.net/bugs/478379
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 478457] [NEW] Kaffeine 1.0~pre2-0ubuntu1 segfaults on close

2009-11-08 Thread CypherDelic
Public bug reported:

Binary package hint: kaffeine

Application: Kaffeine (kaffeine), signal: Segmentation fault
[Current thread is 1 (Thread 0x7f36e9d58750 (LWP 13872))]

Thread 3 (Thread 0x7f36d16ba910 (LWP 13873)):
#0  0x7f36e4f5e82d in pthread_cond_timedwait@@GLIBC_2.3.2 () from 
/lib/libpthread.so.0
#1  0x7f36d55e7c91 in ?? () from /usr/lib/libxine.so.1
#2  0x7f36e4f59a04 in start_thread () from /lib/libpthread.so.0
#3  0x7f36e62b37bd in clone () from /lib/libc.so.6
#4  0x in ?? ()

Thread 2 (Thread 0x7f36d0171910 (LWP 13874)):
#0  0x7f36e62a7373 in poll () from /lib/libc.so.6
#1  0x7f36e232229a in ?? () from /usr/lib/libxcb.so.1
#2  0x7f36e23227d7 in ?? () from /usr/lib/libxcb.so.1
#3  0x7f36e23228f8 in ?? () from /usr/lib/libxcb.so.1
#4  0x7f36e2323c9a in xcb_wait_for_reply () from /usr/lib/libxcb.so.1
#5  0x7f36cd950213 in ?? () from 
/usr/lib/xine/plugins/1.26/xineplug_vo_out_xcbxv.so
#6  0x7f36d55f3bd3 in ?? () from /usr/lib/libxine.so.1
#7  0x7f36d587b2f8 in ?? () from 
/usr/lib/qt4/plugins/phonon_backend/phonon_xine.so
#8  0x7f36d58409cf in ?? () from 
/usr/lib/qt4/plugins/phonon_backend/phonon_xine.so
#9  0x7f36d585558f in ?? () from 
/usr/lib/qt4/plugins/phonon_backend/phonon_xine.so
#10 0x7f36e6e4211d in QObject::event(QEvent*) () from 
/usr/lib/libQtCore.so.4
#11 0x7f36e79c3efc in QApplicationPrivate::notify_helper(QObject*, QEvent*) 
() from /usr/lib/libQtGui.so.4
#12 0x7f36e79cb1ce in QApplication::notify(QObject*, QEvent*) () from 
/usr/lib/libQtGui.so.4
#13 0x7f36e8852ab6 in KApplication::notify(QObject*, QEvent*) () from 
/usr/lib/libkdeui.so.5
#14 0x7f36e6e32c2c in QCoreApplication::notifyInternal(QObject*, QEvent*) 
() from /usr/lib/libQtCore.so.4
#15 0x7f36e6e3380a in QCoreApplicationPrivate::sendPostedEvents(QObject*, 
int, QThreadData*) () from /usr/lib/libQtCore.so.4
#16 0x7f36e6e5b533 in ?? () from /usr/lib/libQtCore.so.4
#17 0x7f36e3980bbe in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#18 0x7f36e3984588 in ?? () from /lib/libglib-2.0.so.0
#19 0x7f36e39846b0 in g_main_context_iteration () from /lib/libglib-2.0.so.0
#20 0x7f36e6e5b1a6 in 
QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () 
from /usr/lib/libQtCore.so.4
#21 0x7f36e6e31532 in 
QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/libQtCore.so.4
#22 0x7f36e6e31904 in 
QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () from 
/usr/lib/libQtCore.so.4
#23 0x7f36e6d496cb in QThread::exec() () from /usr/lib/libQtCore.so.4
#24 0x7f36d584256e in ?? () from 
/usr/lib/qt4/plugins/phonon_backend/phonon_xine.so
#25 0x7f36e6d4c445 in ?? () from /usr/lib/libQtCore.so.4
#26 0x7f36e4f59a04 in start_thread () from /lib/libpthread.so.0
#27 0x7f36e62b37bd in clone () from /lib/libc.so.6
#28 0x in ?? ()

Thread 1 (Thread 0x7f36e9d58750 (LWP 13872)):
[KCrash Handler]
#5  0x7f36e0d72ec2 in ?? () from /usr/lib/libQtOpenGL.so.4
#6  0x7f36e7b89988 in ?? () from /usr/lib/libQtGui.so.4
#7  0x7f36e7a08b54 in QWidgetPrivate::deleteExtra() () from 
/usr/lib/libQtGui.so.4
#8  0x7f36e7a092ad in QWidgetPrivate::~QWidgetPrivate() () from 
/usr/lib/libQtGui.so.4
#9  0x7f36e7d8920b in ?? () from /usr/lib/libQtGui.so.4
#10 0x7f36e6e494f9 in QObject::~QObject() () from /usr/lib/libQtCore.so.4
#11 0x7f36e7a0eac8 in QWidget::~QWidget() () from /usr/lib/libQtGui.so.4
#12 0x7f36e8924185 in KMainWindow::~KMainWindow() () from 
/usr/lib/libkdeui.so.5
#13 0x0047417c in _start ()

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

-- 
Kaffeine  1.0~pre2-0ubuntu1 segfaults on close
https://bugs.launchpad.net/bugs/478457
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 478379] Re: me-tv does not work with rtl2832u-dvb-t-chip

2009-11-08 Thread CypherDelic
** Package changed: udev (Ubuntu) = me-tv (Ubuntu)

-- 
me-tv does not work with rtl2832u-dvb-t-chip
https://bugs.launchpad.net/bugs/478379
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 478457] Re: Kaffeine 1.0~pre2-0ubuntu1 segfaults on close

2009-11-08 Thread CypherDelic
Well i start kaffeine with --graphicssystem opengl because others dont
deliver video output:

$ gdb --args kaffeine --nofork --graphicssystem opengl
GNU gdb (GDB) 7.0-ubuntu
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/kaffeine...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/kaffeine --nofork --graphicssystem opengl
[Thread debugging using libthread_db enabled]
using visual class 4, id 2d

(unknown:16406): Gtk-WARNING **: Im Modulpfad »ubuntulooks« konnte keine 
Themen-Engine gefunden werden,
[New Thread 0x7fffdf927910 (LWP 16410)]
[New Thread 0x7fffde3de910 (LWP 16411)]
[New Thread 0x7fffd97cb910 (LWP 16412)]
[Thread 0x7fffd97cb910 (LWP 16412) exited]
[New Thread 0x7fffd97cb910 (LWP 16413)]
[Thread 0x7fffd97cb910 (LWP 16413) exited]
[New Thread 0x7fffd97cb910 (LWP 16414)]
[New Thread 0x7fffdd5c6910 (LWP 16415)]
[New Thread 0x7fffd4fc9910 (LWP 16416)]
[Thread 0x7fffd4fc9910 (LWP 16416) exited]
[Thread 0x7fffdd5c6910 (LWP 16415) exited]
[Thread 0x7fffd97cb910 (LWP 16414) exited]
[New Thread 0x7fffd97cb910 (LWP 16421)]
[New Thread 0x7fffdd5c6910 (LWP 16422)]
[New Thread 0x7fffd4fc9910 (LWP 16423)]
PB Sample buffers: true 
hijackWindow() context created for Kaffeine(0x8ec9c0, name = MainWindow#1) 1 
hijackWindow() context created for KMenuBar(0x93f240) 2 
hijackWindow() context created for KToolBar(0x9d3a80, name = navigation_bar) 
3 
hijackWindow() context created for KToolBar(0x91f3d0, name = control_bar) 4 
hijackWindow() context created for QWidget(0xefb800) 5 

Program received signal SIGSEGV, Segmentation fault.
0x75ddf23c in qt_x11Info (pd=0x9d3a90)
at painting/qpaintdevice_x11.cpp:92
92  painting/qpaintdevice_x11.cpp: No such file or directory.
in painting/qpaintdevice_x11.cpp
Current language:  auto
The current source language is auto; currently c++.
(gdb) thread apply all bt

Thread 11 (Thread 0x7fffd4fc9910 (LWP 16423)):
#0  0x745193c2 in select () from /lib/libc.so.6
#1  0x7fffe387d725 in xine_usec_sleep () from /usr/lib/libxine.so.1
#2  0x7fffe38627e9 in ?? () from /usr/lib/libxine.so.1
#3  0x731c6a04 in start_thread () from /lib/libpthread.so.0
#4  0x745207bd in clone () from /lib/libc.so.6
#5  0x in ?? ()

Thread 10 (Thread 0x7fffdd5c6910 (LWP 16422)):
#0  0x731cb5a9 in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/libpthread.so.0
#1  0x7fffe3865983 in ?? () from /usr/lib/libxine.so.1
#2  0x731c6a04 in start_thread () from /lib/libpthread.so.0
#3  0x745207bd in clone () from /lib/libc.so.6
#4  0x in ?? ()

Thread 9 (Thread 0x7fffd97cb910 (LWP 16421)):
#0  0x74514373 in poll () from /lib/libc.so.6
#1  0x7fffdd9d9cbe in ?? ()
   from /usr/lib/xine/plugins/1.26/xineplug_ao_out_alsa.so
#2  0x731c6a04 in start_thread () from /lib/libpthread.so.0
#3  0x745207bd in clone () from /lib/libc.so.6
---Type return to continue, or q return to quit---
#4  0x in ?? ()

Thread 3 (Thread 0x7fffde3de910 (LWP 16411)):
#0  0x74514373 in poll () from /lib/libc.so.6
#1  0x71bf136c in ?? () from /lib/libglib-2.0.so.0
#2  0x71bf16b0 in g_main_context_iteration ()
   from /lib/libglib-2.0.so.0
#3  0x750c81a6 in QEventDispatcherGlib::processEvents (this=0xa7f560, 
flags=value optimized out) at kernel/qeventdispatcher_glib.cpp:327
#4  0x7509e532 in QEventLoop::processEvents (
this=value optimized out, flags=DWARF-2 expression error: DW_OP_reg 
operations must be used either alone or in conjuction with DW_OP_piece.
) at kernel/qeventloop.cpp:149
#5  0x7509e904 in QEventLoop::exec (this=0x7fffde3de000, flags=DWARF-2 
expression error: DW_OP_reg operations must be used either alone or in 
conjuction with DW_OP_piece.
)
at kernel/qeventloop.cpp:201
#6  0x74fb66cb in QThread::exec (this=value optimized out)
at thread/qthread.cpp:487
#7  0x7fffe3aaf56e in ?? ()
   from /usr/lib/qt4/plugins/phonon_backend/phonon_xine.so
#8  0x74fb9445 in QThreadPrivate::start (arg=0xa7f520)
at thread/qthread_unix.cpp:188
#9  0x731c6a04 in start_thread () from /lib/libpthread.so.0
#10 0x745207bd in clone () from /lib/libc.so.6
#11 0x in ?? ()

---Type return to continue, or q return to quit---
Thread 2 (Thread 0x7fffdf927910 (LWP 16410)):
#0  0x731cb82d in pthread_cond_timedwait@@GLIBC_2.3.2 ()
   from /lib/libpthread.so.0
#1  0x7fffe3854c91 in ?? () from /usr/lib/libxine.so.1
#2  0x731c6a04 in start_thread () from 

[Bug 284951] Re: Intrepid: Gamepad Saitek P580 not working in games, buttons not detected.

2008-10-21 Thread CypherDelic
This are good news, im nerveously awaiting the fix. Thanks for all your
efforts.

-- 
Intrepid: Gamepad Saitek P580 not working in games, buttons not detected.
https://bugs.launchpad.net/bugs/284951
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 284951] Re: Intrepid: Gamepad Saitek P580 not working in games, buttons not detected.

2008-10-21 Thread CypherDelic
Steve Langasek:
So a feature even if not meant to be worked properly at all yet that did 
worked nearly properly on nearly any gamepad and now broke suddenly in beta 
should not be fixed, because of that chunk of work and should be delayed. When 
it was not working in every ibex alpha through and on hardi wood agree 
with you in that point waiting for 8.10.1 or 2, but this is not acceptable, 
because there are dozens of people who miss there gamepads working in game, NOT 
blaming Xmouse, if this is not critical, what is it then? Isn't there any 
solution in providing an early fix without respinning images? I dont care if my 
gamepad controls the mouse, becuase of atwo simple facts: 1. I control X with 
my mouse (that meaning i dont touch the gamepad when I am in X). 2. Games that 
require a mouse in game should not be played with a gamepad (that meaning games 
that should be played with gamepad usually not have a Mouse-cursor in game). I 
definetly know, that it is possible to properly move the mouse via the 
gamepads-d-pad amootly over the desktop, all buttons were working in X and in 
games everything worked perfectly too. I just want a fix, not a workaround, for 
getting my all-the-time working device back to work in game, thats all. The 
fact, that it's all about gaming, does not mean in any way, that it could not 
be critical or viceversa that it's all the time non-critical per default in any 
worst case. You except me to play my fouvourite games with 8 buttons and X,Y 
axis, im sorry but i would need a third hand. I need the shoulder buttons, the 
ergonomic design for playing. I cant play some games with keyboard for longer 
than 10 minutes because my finger hurt. Telling Xorg not to hotplug at all 
makes me having no keyboard. i needed to boot in livecd to reconfigure 
xorg.conf. But hey, at least i could use my non-critical broke 
before-beta-working joypad for one session. Thanks!

-- 
Intrepid: Gamepad Saitek P580 not working in games, buttons not detected.
https://bugs.launchpad.net/bugs/284951
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 284951] Re: Intrepid: Gamepad Saitek P580 not working in games, buttons not detected.

2008-10-21 Thread CypherDelic
The bleeding edge... gamepads have to work with final release, anything
else or later would be a very very bad thing!

-- 
Intrepid: Gamepad Saitek P580 not working in games, buttons not detected.
https://bugs.launchpad.net/bugs/284951
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 284951] Re: Intrepid: Gamepad Saitek P580 not working in games, buttons not detected.

2008-10-21 Thread CypherDelic
I forget, when i want to check if my HID-equipment works with ubuntu,
what do I or you do? Not a livecd and testing gamepad,joystick, etc.?
Isnt gaming a live thing? You dont want them to throw it right into
the dustbin, when they remember it working on hardy, would you? You see,
i see a bug named gamepad controls mouse, X crashes. What has not come
clear is that GAMEPADS BROKE IN GAME AT ALL (AT LEAST 64BIT). nafnaf,
dont blame me, i just claim MY GAMEPAD does not work in any game,
because Xserver somehow locks the device. I dont want to ad logs from
js_demo, jscal, or jscalibrator. They can all access the device, but it
seems like Xserver is not able to forward inputs in 64bit. This should
be fixed on the Final, or it's devolution.

-- 
Intrepid: Gamepad Saitek P580 not working in games, buttons not detected.
https://bugs.launchpad.net/bugs/284951
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 274203] Re: Joystick detected as mouse, crashes X

2008-10-19 Thread CypherDelic
Well, still nothing fixes my gamepad behaviour, so i post some details
here, too.

Model: Saitek P580 (PC-USB / Dual Analog / RumbleForce)

lsusb parts for my gamepad:
Bus 001 Device 004: ID 0f30:0111 Jess Technology Co., Ltd 

lshal-parts for my gamepad:
udi = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial'
  info.linux.driver = 'usb'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_1d6b_1__00_04_0'  
(string)
  info.product = 'Colour Rumble Pad'  (string)
  info.subsystem = 'usb_device'  (string)
  info.udi = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial'  
(string)
  info.vendor = 'Jess Technology Co., Ltd'  (string)
  linux.device_file = '/dev/bus/usb/001/004'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'usb'  (string)
  linux.sysfs_path = '/sys/devices/pci:00/:00:04.0/usb1/1-1'  (string)
  usb_device.bus_number = 1  (0x1)  (int)
  usb_device.can_wake_up = false  (bool)
  usb_device.device_class = 0  (0x0)  (int)
  usb_device.device_protocol = 0  (0x0)  (int)
  usb_device.device_revision_bcd = 257  (0x101)  (int)
  usb_device.device_subclass = 0  (0x0)  (int)
  usb_device.is_self_powered = false  (bool)
  usb_device.linux.device_number = 4  (0x4)  (int)
  usb_device.linux.sysfs_path = '/sys/devices/pci:00/:00:04.0/usb1/1-1' 
 (string)
  usb_device.max_power = 200  (0xc8)  (int)
  usb_device.num_configurations = 1  (0x1)  (int)
  usb_device.num_ports = 0  (0x0)  (int)
  usb_device.product = 'Colour Rumble Pad'  (string)
  usb_device.product_id = 273  (0x111)  (int)
  usb_device.speed = 1.5 (1.5) (double)
  usb_device.vendor = 'Jess Technology Co., Ltd'  (string)
  usb_device.vendor_id = 3888  (0xf30)  (int)
  usb_device.version = 1.1 (1.1) (double)

udi = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial_if0'
  info.linux.driver = 'usbhid'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial'  
(string)
  info.product = 'USB HID Interface'  (string)
  info.subsystem = 'usb'  (string)
  info.udi = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial_if0'  
(string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'usb'  (string)
  linux.sysfs_path = '/sys/devices/pci:00/:00:04.0/usb1/1-1/1-1:1.0'  
(string)
  usb.bus_number = 1  (0x1)  (int)
  usb.can_wake_up = false  (bool)
  usb.device_class = 0  (0x0)  (int)
  usb.device_protocol = 0  (0x0)  (int)
  usb.device_revision_bcd = 257  (0x101)  (int)
  usb.device_subclass = 0  (0x0)  (int)
  usb.interface.class = 3  (0x3)  (int)
  usb.interface.number = 0  (0x0)  (int)
  usb.interface.protocol = 0  (0x0)  (int)
  usb.interface.subclass = 0  (0x0)  (int)
  usb.is_self_powered = false  (bool)
  usb.linux.device_number = 4  (0x4)  (int)
  usb.linux.sysfs_path = 
'/sys/devices/pci:00/:00:04.0/usb1/1-1/1-1:1.0'  (string)
  usb.max_power = 200  (0xc8)  (int)
  usb.num_configurations = 1  (0x1)  (int)
  usb.num_ports = 0  (0x0)  (int)
  usb.product = 'USB HID Interface'  (string)
  usb.product_id = 273  (0x111)  (int)
  usb.speed = 1.5 (1.5) (double)
  usb.vendor = 'Jess Technology Co., Ltd'  (string)
  usb.vendor_id = 3888  (0xf30)  (int)
  usb.version = 1.1 (1.1) (double)

udi = 
'/org/freedesktop/Hal/devices/usb_device_f30_111_noserial_if0_logicaldev_input'
  info.capabilities = {'input', 'input.mouse'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial_if0'  
(string)
  info.product = 'Jess Tech Colour Rumble Pad'  (string)
  info.subsystem = 'input'  (string)
  info.udi = 
'/org/freedesktop/Hal/devices/usb_device_f30_111_noserial_if0_logicaldev_input' 
 (string)
  input.device = '/dev/input/event9'  (string)
  input.originating_device = 
'/org/freedesktop/Hal/devices/usb_device_f30_111_noserial_if0'  (string)
  input.product = 'Jess Tech Colour Rumble Pad'  (string)
  input.x11_driver = 'evdev'  (string)
  linux.device_file = '/dev/input/event9'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = 
'/sys/devices/pci:00/:00:04.0/usb1/1-1/1-1:1.0/input/input9/event9'  
(string)

Xorg.0.log-parts for my gamepad:
(II) config/hal: Adding input device Jess Tech Colour Rumble Pad
(**) Jess Tech Colour Rumble Pad: always reports core events
(**) Jess Tech Colour Rumble Pad: Device: /dev/input/event9
(II) Jess Tech Colour Rumble Pad: Found x and y absolute axes
(II) Jess Tech Colour Rumble Pad: Found 1 mouse buttons
(II) Jess Tech Colour Rumble Pad: Configuring as mouse
(II) XINPUT: Adding extended input device Jess Tech Colour Rumble Pad (type: 
MOUSE)
(**) Jess Tech Colour Rumble Pad: YAxisMapping: buttons 4 and 5
(**) Jess Tech Colour Rumble Pad: EmulateWheelButton: 4, EmulateWheelInertia: 
10, EmulateWheelTimeout: 200
(WW) Jess Tech Colour Rumble Pad: unable to handle keycode 291
(WW) Jess Tech Colour Rumble Pad: unable to handle keycode 290
(WW) Jess Tech Colour Rumble Pad: 

[Bug 271367] Re: Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) [Afatech DVB-T 2] not detected

2008-10-19 Thread CypherDelic
Maybe it tries the different Firmware in cald-state.  You definetly ONLY
need that firmware, which i told you where to get. Remove the af9015fw,
maybe its for the wrong model of Digivox mini II. Remember it is
available in V2.0 and V3.0, and there are two different Wikis with
different Firmwares out there. Check your version, check the firmware.
Should work the way i told you. I have MSI digivox mini II (V3.0) like
mentioned in the summary.

-- 
Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) [Afatech DVB-T 2] not 
detected
https://bugs.launchpad.net/bugs/271367
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 284951] Re: Intrepid: Gamepad Saitek P580 not working in games, buttons not detected.

2008-10-19 Thread CypherDelic
** Description changed:

  This is what i got:
  OS: Ubuntu 8.10 Beta 64bit (Intrepid Ibex)
  Gamepad: Saitek P580
  
  Problem: The gamepad is not calibratable via jscalibrator or jscal,
  it does not react on any input from the d-pad, the analog-sticks or
  buttons. Neither does it work inside any game. Furthermore the the d-pad
  or left analog acts like a mouse with auto rejump to center position
  when touched. That would not be a problem, if the generated mouse
  position would NOT be ABSOLUTE, instead controlling X via a Playstation-
  like Gamepad is very well perfectly working feature, i tested it last
  week with another pad, before xserver-xorg updates and it controlled the
- mouse but still everything works perfectly in games. This bug is not a
- gamepad-controlls-mouse-claim. It's just about game functionality.
+ mouse but still everything worked perfectly in games at that time. This
+ bug is not a gamepad-controlls-mouse-claim. It's just about game
+ functionality.
  
  
- On the first plug-in of the SpeedLink it crashed X on pressing some buttons 
and throw me back to GDM. This does not happen anymore, but it doesnt matter if 
xserver-xorg-input-joystick is installed or not. X does not crash anymore, just 
the gamepads does not work.
+ On the first plug-in of the SpeedLink it crashed X on pressing some buttons 
and throw me back to GDM. This does not happen anymore since an 
xserver-xorg-input-evdev update during the last days, but it doesnt matter if 
xserver-xorg-input-joystick is installed or not. X does not crash anymore, but 
just the gamepad still does not work in any game or is calibratable via jscal 
or jscalibrator.
+ 
+ I provide all information that i got out of my system:
  
  lsusb:
  Bus 001 Device 002: ID 0f30:0111 Jess Technology Co., Ltd 
  
  dmesg:
  [  759.832009] usb 1-1: new low speed USB device using ohci_hcd and address 4
  [  760.049012] usb 1-1: configuration #1 chosen from 1 choice
  [  760.068217] input: Jess Tech Colour Rumble Pad as 
/devices/pci:00/:00:04.0/usb1/1-1/1-1:1.0/input/input10
  [  760.100566] input,hidraw1: USB HID v1.10 Joystick [Jess Tech Colour Rumble 
Pad] on usb-:00:04.0-1
  
  ls /dev/input/:
  by-id  by-path  event0  event1  event2  event3  event4  event5  event6  
event7  event8  event9  js0  mice  mouse0  mouse1  mouse2
  
  lsmod-parts:
  joydev 20736  0 
  
  lshw-parts:
   *-usbhost
  product: OHCI Host Controller
  vendor: Linux 2.6.27-7-generic ohci_hcd
  physical id: 1
  bus info: [EMAIL PROTECTED]
  logical name: usb1
  version: 2.06
  capabilities: usb-1.10
  configuration: driver=hub slots=10 speed=12.0MB/s
*-usb:0
 description: Human interface device
 product: Colour Rumble Pad
 vendor: Jess Tech
 physical id: 1
 bus info: [EMAIL PROTECTED]:1
 version: 1.01
 capabilities: usb-1.10
 configuration: driver=usbhid maxpower=200mA speed=1.5MB/s
  
  lshal-parts:
  udi = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial'
info.linux.driver = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_1d6b_1__00_04_0' 
(string)
info.product = 'Colour Rumble Pad' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial' 
(string)
info.vendor = 'Jess Technology Co., Ltd' (string)
linux.device_file = '/dev/bus/usb/001/004' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'usb' (string)
linux.sysfs_path = '/sys/devices/pci:00/:00:04.0/usb1/1-1' (string)
usb_device.bus_number = 1 (0x1) (int)
usb_device.can_wake_up = false (bool)
usb_device.device_class = 0 (0x0) (int)
usb_device.device_protocol = 0 (0x0) (int)
usb_device.device_revision_bcd = 257 (0x101) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.is_self_powered = false (bool)
usb_device.linux.device_number = 4 (0x4) (int)
usb_device.linux.sysfs_path = 
'/sys/devices/pci:00/:00:04.0/usb1/1-1' (string)
usb_device.max_power = 200 (0xc8) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_ports = 0 (0x0) (int)
usb_device.product = 'Colour Rumble Pad' (string)
usb_device.product_id = 273 (0x111) (int)
usb_device.speed = 1.5 (1.5) (double)
usb_device.vendor = 'Jess Technology Co., Ltd' (string)
usb_device.vendor_id = 3888 (0xf30) (int)
usb_device.version = 1.1 (1.1) (double)
  
  udi = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial_if0'
info.linux.driver = 'usbhid' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial' 
(string)
info.product = 'USB HID Interface' (string)
  

[Bug 284951] Re: Intrepid: Gamepad Saitek P580 not working in games, buttons not detected.

2008-10-19 Thread CypherDelic
** Description changed:

  This is what i got:
  OS: Ubuntu 8.10 Beta 64bit (Intrepid Ibex)
  Gamepad: Saitek P580
  
  Problem: The gamepad is not calibratable via jscalibrator or jscal,
  it does not react on any input from the d-pad, the analog-sticks or
  buttons. Neither does it work inside any game. Furthermore the the d-pad
  or left analog acts like a mouse with auto rejump to center position
  when touched. That would not be a problem, if the generated mouse
  position would NOT be ABSOLUTE, instead controlling X via a Playstation-
  like Gamepad is very well perfectly working feature, i tested it last
  week with another pad, before xserver-xorg updates and it controlled the
  mouse but still everything works perfectly in games. This bug is not a
  gamepad-controlls-mouse-claim. It's just about game functionality.
  
  
  On the first plug-in of the SpeedLink it crashed X on pressing some buttons 
and throw me back to GDM. This does not happen anymore, but it doesnt matter if 
xserver-xorg-input-joystick is installed or not. X does not crash anymore, just 
the gamepads does not work.
  
  lsusb:
  Bus 001 Device 002: ID 0f30:0111 Jess Technology Co., Ltd 
  
  dmesg:
  [  759.832009] usb 1-1: new low speed USB device using ohci_hcd and address 4
  [  760.049012] usb 1-1: configuration #1 chosen from 1 choice
  [  760.068217] input: Jess Tech Colour Rumble Pad as 
/devices/pci:00/:00:04.0/usb1/1-1/1-1:1.0/input/input10
  [  760.100566] input,hidraw1: USB HID v1.10 Joystick [Jess Tech Colour Rumble 
Pad] on usb-:00:04.0-1
  
  ls /dev/input/:
  by-id  by-path  event0  event1  event2  event3  event4  event5  event6  
event7  event8  event9  js0  mice  mouse0  mouse1  mouse2
+ 
+ lsmod-parts:
+ joydev 20736  0 
+ 
+ lshw-parts:
+  *-usbhost
+ product: OHCI Host Controller
+ vendor: Linux 2.6.27-7-generic ohci_hcd
+ physical id: 1
+ bus info: [EMAIL PROTECTED]
+ logical name: usb1
+ version: 2.06
+ capabilities: usb-1.10
+ configuration: driver=hub slots=10 speed=12.0MB/s
+   *-usb:0
+description: Human interface device
+product: Colour Rumble Pad
+vendor: Jess Tech
+physical id: 1
+bus info: [EMAIL PROTECTED]:1
+version: 1.01
+capabilities: usb-1.10
+configuration: driver=usbhid maxpower=200mA speed=1.5MB/s
  
  lshal-parts:
  udi = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial'
info.linux.driver = 'usb' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_1d6b_1__00_04_0' 
(string)
info.product = 'Colour Rumble Pad' (string)
info.subsystem = 'usb_device' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial' 
(string)
info.vendor = 'Jess Technology Co., Ltd' (string)
linux.device_file = '/dev/bus/usb/001/004' (string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'usb' (string)
linux.sysfs_path = '/sys/devices/pci:00/:00:04.0/usb1/1-1' (string)
usb_device.bus_number = 1 (0x1) (int)
usb_device.can_wake_up = false (bool)
usb_device.device_class = 0 (0x0) (int)
usb_device.device_protocol = 0 (0x0) (int)
usb_device.device_revision_bcd = 257 (0x101) (int)
usb_device.device_subclass = 0 (0x0) (int)
usb_device.is_self_powered = false (bool)
usb_device.linux.device_number = 4 (0x4) (int)
usb_device.linux.sysfs_path = 
'/sys/devices/pci:00/:00:04.0/usb1/1-1' (string)
usb_device.max_power = 200 (0xc8) (int)
usb_device.num_configurations = 1 (0x1) (int)
usb_device.num_ports = 0 (0x0) (int)
usb_device.product = 'Colour Rumble Pad' (string)
usb_device.product_id = 273 (0x111) (int)
usb_device.speed = 1.5 (1.5) (double)
usb_device.vendor = 'Jess Technology Co., Ltd' (string)
usb_device.vendor_id = 3888 (0xf30) (int)
usb_device.version = 1.1 (1.1) (double)
  
  udi = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial_if0'
info.linux.driver = 'usbhid' (string)
info.parent = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial' 
(string)
info.product = 'USB HID Interface' (string)
info.subsystem = 'usb' (string)
info.udi = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial_if0' 
(string)
linux.hotplug_type = 2 (0x2) (int)
linux.subsystem = 'usb' (string)
linux.sysfs_path = '/sys/devices/pci:00/:00:04.0/usb1/1-1/1-1:1.0' 
(string)
usb.bus_number = 1 (0x1) (int)
usb.can_wake_up = false (bool)
usb.device_class = 0 (0x0) (int)
usb.device_protocol = 0 (0x0) (int)
usb.device_revision_bcd = 257 (0x101) (int)
usb.device_subclass = 0 (0x0) (int)
usb.interface.class = 3 (0x3) (int)
usb.interface.number = 0 (0x0) (int)

[Bug 284951] Re: Intrepid: Gamepad Saitek P580 not working in games, buttons not detected.

2008-10-19 Thread CypherDelic
** Summary changed:

- Intrepid: Gamepads SpeedLink Strike² and Saitek P580 not working.
+ Intrepid: Gamepad Saitek P580 not working in games, buttons not detected.

** Description changed:

  This is what i got:
  OS: Ubuntu 8.10 Beta 64bit (Intrepid Ibex)
- Gamepad1:SpeedLink Strike² SL-6535-SBK
- Gamepad2: Saitek P580
+ Gamepad: Saitek P580
  
- Problem: The gamepads are not calibratable via jscalibrator or
- jscal, both dont react on any input from the gamepad. Neither does it
- work inside any game. Furthermore the the d-pad or left analog of BOTH
- pads acts like a mouse with auto rejump to center position when touched.
+ Problem: The gamepad is not calibratable via jscalibrator or jscal,
+ it does not react on any input from the d-pad, the analog-sticks or
+ buttons. Neither does it work inside any game. Furthermore the the d-pad
+ or left analog acts like a mouse with auto rejump to center position
+ when touched. That would not be a problem, if the generated mouse
+ position would NOT be ABSOLUTE, instead controlling X via a Playstation-
+ like Gamepad is very well perfectly working feature, i tested it last
+ week with another pad, before xserver-xorg updates and it controlled the
+ mouse but still everything works perfectly in games. This bug is not a
+ gamepad-controlls-mouse-claim. It's just about game functionality.
  
  
- On the first plug-in of the SpeedLink it crashed X on pressing some buttons 
and throw me back to GDM. This does not happen anymore, but it doesnt matter if 
xserver-xorg-input-joystick is installed or not. X does not crash anymore, just 
the gamepads do not work.
+ On the first plug-in of the SpeedLink it crashed X on pressing some buttons 
and throw me back to GDM. This does not happen anymore, but it doesnt matter if 
xserver-xorg-input-joystick is installed or not. X does not crash anymore, just 
the gamepads does not work.
  
  lsusb:
- Bus 001 Device 004: ID 0e8f:0012 GreenAsia Inc. Joystick
  Bus 001 Device 002: ID 0f30:0111 Jess Technology Co., Ltd 
  
  dmesg:
- [  579.973274] usb 1-1: USB disconnect, address 4
- [  581.416011] usb 1-1: new low speed USB device using ohci_hcd and address 5
- [  581.629556] usb 1-1: configuration #1 chosen from 1 choice
- [  581.653023] input: GreenAsia Inc.  USB  Joystick   as 
/devices/pci:00/:00:04.0/usb1/1-1/1-1:1.0/input/input10
- [  581.688069] input,hidraw4: USB HID v1.10 Joystick [GreenAsia Inc.  USB 
 Joystick  ] on usb-:00:04.0-1
- 
  [  759.832009] usb 1-1: new low speed USB device using ohci_hcd and address 4
  [  760.049012] usb 1-1: configuration #1 chosen from 1 choice
  [  760.068217] input: Jess Tech Colour Rumble Pad as 
/devices/pci:00/:00:04.0/usb1/1-1/1-1:1.0/input/input10
  [  760.100566] input,hidraw1: USB HID v1.10 Joystick [Jess Tech Colour Rumble 
Pad] on usb-:00:04.0-1
  
- 
  ls /dev/input/:
  by-id  by-path  event0  event1  event2  event3  event4  event5  event6  
event7  event8  event9  js0  mice  mouse0  mouse1  mouse2
  
- Xorg.0.log:
+ lshal-parts:
+ udi = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial'
+   info.linux.driver = 'usb' (string)
+   info.parent = '/org/freedesktop/Hal/devices/usb_device_1d6b_1__00_04_0' 
(string)
+   info.product = 'Colour Rumble Pad' (string)
+   info.subsystem = 'usb_device' (string)
+   info.udi = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial' 
(string)
+   info.vendor = 'Jess Technology Co., Ltd' (string)
+   linux.device_file = '/dev/bus/usb/001/004' (string)
+   linux.hotplug_type = 2 (0x2) (int)
+   linux.subsystem = 'usb' (string)
+   linux.sysfs_path = '/sys/devices/pci:00/:00:04.0/usb1/1-1' (string)
+   usb_device.bus_number = 1 (0x1) (int)
+   usb_device.can_wake_up = false (bool)
+   usb_device.device_class = 0 (0x0) (int)
+   usb_device.device_protocol = 0 (0x0) (int)
+   usb_device.device_revision_bcd = 257 (0x101) (int)
+   usb_device.device_subclass = 0 (0x0) (int)
+   usb_device.is_self_powered = false (bool)
+   usb_device.linux.device_number = 4 (0x4) (int)
+   usb_device.linux.sysfs_path = 
'/sys/devices/pci:00/:00:04.0/usb1/1-1' (string)
+   usb_device.max_power = 200 (0xc8) (int)
+   usb_device.num_configurations = 1 (0x1) (int)
+   usb_device.num_ports = 0 (0x0) (int)
+   usb_device.product = 'Colour Rumble Pad' (string)
+   usb_device.product_id = 273 (0x111) (int)
+   usb_device.speed = 1.5 (1.5) (double)
+   usb_device.vendor = 'Jess Technology Co., Ltd' (string)
+   usb_device.vendor_id = 3888 (0xf30) (int)
+   usb_device.version = 1.1 (1.1) (double)
+ 
+ udi = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial_if0'
+   info.linux.driver = 'usbhid' (string)
+   info.parent = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial' 
(string)
+   info.product = 'USB HID Interface' (string)
+   info.subsystem = 'usb' (string)
+   info.udi = '/org/freedesktop/Hal/devices/usb_device_f30_111_noserial_if0' 
(string)
+   linux.hotplug_type = 2 (0x2) (int)
+   

[Bug 284951] Re: Intrepid: Gamepad Saitek P580 not working in games, buttons not detected.

2008-10-19 Thread CypherDelic
** Changed in: xserver-xorg-input-evdev (Ubuntu)
Sourcepackagename: None = xserver-xorg-input-evdev

-- 
Intrepid: Gamepad Saitek P580 not working in games, buttons not detected.
https://bugs.launchpad.net/bugs/284951
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 271367] Re: Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) [Afatech DVB-T 2] not detected

2008-10-18 Thread CypherDelic
This steps worked for me:

1. Get the Firmware from: 
http://www.otit.fi/~crope/v4l-dvb/af9015/af9015_firmware_cutter/firmware_files/4.95.0/

2. Move it into he right place:
sudo mv dvb-usb-digivox-02.fw /lib/firmware/`uname -r`

3. Install actual V4l:
hg clone http://linuxtv.org/hg/v4l-dvb
cd v4l-dvb
make
make install
cd .

4. Install ANTTIP AF9015:
hg clone http://linuxtv.org/hg/~anttip/af9015/
make
make install

Maybe reboot. Plug it in and start Digital Television (me-tv). Have
Phun.

-- 
Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) [Afatech DVB-T 2] not 
detected
https://bugs.launchpad.net/bugs/271367
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 271367] Re: Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) [Afatech DVB-T 2] not detected

2008-10-18 Thread CypherDelic
I forgot to cd af9015 in step 4.

-- 
Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) [Afatech DVB-T 2] not 
detected
https://bugs.launchpad.net/bugs/271367
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 271367] Re: Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) [Afatech DVB-T 2] not detected

2008-10-18 Thread CypherDelic
Ha, still Xserver detects it as a Keyboard, but its working. Still maybe
somebody need to fix xservers-xorg-input-* detection of this
DVB-T-Stick. See my lsmod:

** Attachment added: lsmod with dgivox mini II v30 pluged in
   http://launchpadlibrarian.net/18664513/MSI%20dgivox%20mini%20II%20V30.txt

-- 
Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) [Afatech DVB-T 2] not 
detected
https://bugs.launchpad.net/bugs/271367
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 284951] Re: Intrepid: Gamepads SpeedLink Strike² and Saitek P580 not working.

2008-10-18 Thread CypherDelic
** Description changed:

  This is what i got:
  OS: Ubuntu 8.10 Beta 64bit (Intrepid Ibex)
  Gamepad1:SpeedLink Strike² SL-6535-SBK
  Gamepad2: Saitek P580
  
  Problem: The gamepads are not calibratable via jscalibrator or
  jscal, both dont react on any input from the gamepad. Neither does it
  work inside any game. Furthermore the the d-pad or left analog of BOTH
  pads acts like a mouse with auto rejump to center position when touched.
  
  
- On the first plug-in of the SpeedLink it crashed X on pressing some buttons 
and throw me back to GDM.
+ On the first plug-in of the SpeedLink it crashed X on pressing some buttons 
and throw me back to GDM. This does not happen anymore, but it doesnt matter if 
xserver-xorg-input-joystick is installed or not. X does not crash anymore, just 
the gamepads do not work.
  
  lsusb:
  Bus 001 Device 004: ID 0e8f:0012 GreenAsia Inc. Joystick
  Bus 001 Device 002: ID 0f30:0111 Jess Technology Co., Ltd 
  
  dmesg:
  [  579.973274] usb 1-1: USB disconnect, address 4
  [  581.416011] usb 1-1: new low speed USB device using ohci_hcd and address 5
  [  581.629556] usb 1-1: configuration #1 chosen from 1 choice
  [  581.653023] input: GreenAsia Inc.  USB  Joystick   as 
/devices/pci:00/:00:04.0/usb1/1-1/1-1:1.0/input/input10
  [  581.688069] input,hidraw4: USB HID v1.10 Joystick [GreenAsia Inc.  USB 
 Joystick  ] on usb-:00:04.0-1
  
  [  759.832009] usb 1-1: new low speed USB device using ohci_hcd and address 4
  [  760.049012] usb 1-1: configuration #1 chosen from 1 choice
  [  760.068217] input: Jess Tech Colour Rumble Pad as 
/devices/pci:00/:00:04.0/usb1/1-1/1-1:1.0/input/input10
  [  760.100566] input,hidraw1: USB HID v1.10 Joystick [Jess Tech Colour Rumble 
Pad] on usb-:00:04.0-1
  
  
  ls /dev/input/:
  by-id  by-path  event0  event1  event2  event3  event4  event5  event6  
event7  event8  event9  js0  mice  mouse0  mouse1  mouse2
  
  Xorg.0.log:
  (II) config/hal: Adding input device Jess Tech Colour Rumble Pad
  (**) Jess Tech Colour Rumble Pad: always reports core events
  (**) Jess Tech Colour Rumble Pad: Device: /dev/input/event3
  (II) Jess Tech Colour Rumble Pad: Found x and y absolute axes
  (II) Jess Tech Colour Rumble Pad: Found 1 mouse buttons
  (II) Jess Tech Colour Rumble Pad: Configuring as mouse
  (II) XINPUT: Adding extended input device Jess Tech Colour Rumble Pad 
(type: MOUSE)
  (**) Jess Tech Colour Rumble Pad: YAxisMapping: buttons 4 and 5
  (**) Jess Tech Colour Rumble Pad: EmulateWheelButton: 4, EmulateWheelInertia: 
10, EmulateWheelTimeout: 200
  (II) NVIDIA(0): Setting mode 1680x1050_60_0
  (II) Open ACPI successful (/var/run/acpid.socket)
  (II) NVIDIA(0): Setting mode 1680x1050_60_0
  (II) Macintosh mouse button emulation: Device reopened after 10 attempts.
  (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
  (**) Macintosh mouse button emulation: EmulateWheelButton: 4, 
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
  (II) AT Translated Set 2 keyboard: Device reopened after 10 attempts.
  (II) Afatech DVB-T 2: Device reopened after 10 attempts.
  (II) MOSART S?mi. Wir?: Device reopened after 10 attempts.
  (**) MOSART S?mi. Wir?: YAxisMapping: buttons 4 and 5
  (**) MOSART S?mi. Wir?: EmulateWheelButton: 4, EmulateWheelInertia: 10, 
EmulateWheelTimeout: 200
  (II) MOSART S?mi. Wir?: Device reopened after 10 attempts.
  (II) A4Tech PS/2+USB Mouse: Device reopened after 10 attempts.
  (**) A4Tech PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
  (**) A4Tech PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, 
EmulateWheelTimeout: 200
  (EE) Jess Tech Colour Rumble Pad: Device has changed - disabling.
  (WW) Jess Tech Colour Rumble Pad: Release failed (Invalid argument)
  (II) config/hal: removing device Jess Tech Colour Rumble Pad
  (II) Jess Tech Colour Rumble Pad: Close
  (II) UnloadModule: evdev
  (II) config/hal: Adding input device Jess Tech Colour Rumble Pad
  (**) Jess Tech Colour Rumble Pad: always reports core events
  (**) Jess Tech Colour Rumble Pad: Device: /dev/input/event3
  (II) Jess Tech Colour Rumble Pad: Found x and y absolute axes
  (II) Jess Tech Colour Rumble Pad: Found 1 mouse buttons
  (II) Jess Tech Colour Rumble Pad: Configuring as mouse
  (II) XINPUT: Adding extended input device Jess Tech Colour Rumble Pad 
(type: MOUSE)
  (**) Jess Tech Colour Rumble Pad: YAxisMapping: buttons 4 and 5
  (**) Jess Tech Colour Rumble Pad: EmulateWheelButton: 4, EmulateWheelInertia: 
10, EmulateWheelTimeout: 200

-- 
Intrepid: Gamepads SpeedLink Strike² and Saitek P580 not working.
https://bugs.launchpad.net/bugs/284951
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 274203] Re: Joystick detected as mouse, crashes X

2008-10-18 Thread CypherDelic
Loic Martin: No X does crash on the very first plug-in of the pad and
not furthermore. I changed the bug-description, thanks. Can you please
check if my bug it is attached to the right packet, project, person,
group?

-- 
Joystick detected as mouse, crashes X
https://bugs.launchpad.net/bugs/274203
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 274203] Re: Joystick detected as mouse, crashes X

2008-10-18 Thread CypherDelic
This does not work for me.

I edited xorg.conf:

Section ServerFlags
Option AutoAddDevices False
EndSection

Section InputDevice
Identifier  Configured Joystick
Driver  joystick
Option  Device/dev/input/event3
Option  SendCoreEventsfalse
EndSection

Then I purged xserver-xorg-input-joystick, restarted my mashine and
repluged the gamepad.

It still acts as a mouse. It still does not work in any game.

-- 
Joystick detected as mouse, crashes X
https://bugs.launchpad.net/bugs/274203
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 274203] Re: Joystick detected as mouse, crashes X

2008-10-18 Thread CypherDelic
I added that still the same. I guess something is locking my device.

-- 
Joystick detected as mouse, crashes X
https://bugs.launchpad.net/bugs/274203
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 284951] [NEW] Intrepid: Gamepad SpeedL ink Strike² not working.

2008-10-17 Thread CypherDelic
Public bug reported:

This is what i got:
OS: Ubuntu 8.10 Beta 64bit (Intrepid Ibex)
Gamepad:SpeedLink Strike² SL-6535-SBK

lsusb:
Bus 001 Device 004: ID 0e8f:0012 GreenAsia Inc. Joystick

dmesg:
[  579.973274] usb 1-1: USB disconnect, address 4
[  581.416011] usb 1-1: new low speed USB device using ohci_hcd and address 5
[  581.629556] usb 1-1: configuration #1 chosen from 1 choice
[  581.653023] input: GreenAsia Inc.  USB  Joystick   as 
/devices/pci:00/:00:04.0/usb1/1-1/1-1:1.0/input/input10
[  581.688069] input,hidraw4: USB HID v1.10 Joystick [GreenAsia Inc.  USB  
Joystick  ] on usb-:00:04.0-1

Problem: The gamepad is not calibratable via jscalibrator or jscal,
both dont react on any input from the gamepad.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: gamepad joystick jscalibrator

-- 
Intrepid: Gamepad SpeedLink Strike² not working.
https://bugs.launchpad.net/bugs/284951
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 284951] Re: Intrepid: Gamepad SpeedLink Strike² not working.

2008-10-17 Thread CypherDelic
** Description changed:

  This is what i got:
  OS: Ubuntu 8.10 Beta 64bit (Intrepid Ibex)
  Gamepad:SpeedLink Strike² SL-6535-SBK
+ 
+ On the first plug it crashed X on pressing some buttons and throw me
+ back to GDM.
  
  lsusb:
  Bus 001 Device 004: ID 0e8f:0012 GreenAsia Inc. Joystick
  
  dmesg:
  [  579.973274] usb 1-1: USB disconnect, address 4
  [  581.416011] usb 1-1: new low speed USB device using ohci_hcd and address 5
  [  581.629556] usb 1-1: configuration #1 chosen from 1 choice
  [  581.653023] input: GreenAsia Inc.  USB  Joystick   as 
/devices/pci:00/:00:04.0/usb1/1-1/1-1:1.0/input/input10
  [  581.688069] input,hidraw4: USB HID v1.10 Joystick [GreenAsia Inc.  USB 
 Joystick  ] on usb-:00:04.0-1
  
+ ls /dev/input/:
+ by-id  by-path  event0  event1  event2  event3  event4  event5  event6  
event7  event8  event9  js0  mice  mouse0  mouse1  mouse2
+ 
  Problem: The gamepad is not calibratable via jscalibrator or jscal,
  both dont react on any input from the gamepad.

-- 
Intrepid: Gamepad SpeedLink Strike² not working.
https://bugs.launchpad.net/bugs/284951
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 284951] Re: Intrepid: Gamepads SpeedLink Strike² and Saitek P580 not working.

2008-10-17 Thread CypherDelic
** Summary changed:

- Intrepid: Gamepad SpeedLink Strike² not working.
+ Intrepid: Gamepads SpeedLink Strike² and Saitek P580 not working.

** Description changed:

  This is what i got:
  OS: Ubuntu 8.10 Beta 64bit (Intrepid Ibex)
- Gamepad:SpeedLink Strike² SL-6535-SBK
+ Gamepad1:SpeedLink Strike² SL-6535-SBK
+ Gamepad2: Saitek P580
  
- On the first plug it crashed X on pressing some buttons and throw me
- back to GDM.
+ On the first plug-in of the SpeedLink it crashed X on pressing some
+ buttons and throw me back to GDM.
  
  lsusb:
  Bus 001 Device 004: ID 0e8f:0012 GreenAsia Inc. Joystick
+ Bus 001 Device 002: ID 0f30:0111 Jess Technology Co., Ltd 
  
  dmesg:
  [  579.973274] usb 1-1: USB disconnect, address 4
  [  581.416011] usb 1-1: new low speed USB device using ohci_hcd and address 5
  [  581.629556] usb 1-1: configuration #1 chosen from 1 choice
  [  581.653023] input: GreenAsia Inc.  USB  Joystick   as 
/devices/pci:00/:00:04.0/usb1/1-1/1-1:1.0/input/input10
  [  581.688069] input,hidraw4: USB HID v1.10 Joystick [GreenAsia Inc.  USB 
 Joystick  ] on usb-:00:04.0-1
  
+ [  759.832009] usb 1-1: new low speed USB device using ohci_hcd and address 4
+ [  760.049012] usb 1-1: configuration #1 chosen from 1 choice
+ [  760.068217] input: Jess Tech Colour Rumble Pad as 
/devices/pci:00/:00:04.0/usb1/1-1/1-1:1.0/input/input10
+ [  760.100566] input,hidraw1: USB HID v1.10 Joystick [Jess Tech Colour Rumble 
Pad] on usb-:00:04.0-1
+ 
+ 
  ls /dev/input/:
  by-id  by-path  event0  event1  event2  event3  event4  event5  event6  
event7  event8  event9  js0  mice  mouse0  mouse1  mouse2
  
- Problem: The gamepad is not calibratable via jscalibrator or jscal,
- both dont react on any input from the gamepad.
+ Problem: The gamepads are not calibratable via jscalibrator or
+ jscal, both dont react on any input from the gamepad. Neither does it
+ work inside any game. Furthermore the the d-pad or left analog of BOTH
+ pads acts like a mouse with auto rejump to center position when touched.

-- 
Intrepid: Gamepads SpeedLink Strike² and Saitek P580 not working.
https://bugs.launchpad.net/bugs/284951
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 284951] Re: Intrepid: Gamepads SpeedLink Strike² and Saitek P580 not working.

2008-10-17 Thread CypherDelic
** Description changed:

  This is what i got:
  OS: Ubuntu 8.10 Beta 64bit (Intrepid Ibex)
  Gamepad1:SpeedLink Strike² SL-6535-SBK
  Gamepad2: Saitek P580
  
- On the first plug-in of the SpeedLink it crashed X on pressing some
- buttons and throw me back to GDM.
+ Problem: The gamepads are not calibratable via jscalibrator or
+ jscal, both dont react on any input from the gamepad. Neither does it
+ work inside any game. Furthermore the the d-pad or left analog of BOTH
+ pads acts like a mouse with auto rejump to center position when touched.
+ 
+ 
+ On the first plug-in of the SpeedLink it crashed X on pressing some buttons 
and throw me back to GDM.
  
  lsusb:
  Bus 001 Device 004: ID 0e8f:0012 GreenAsia Inc. Joystick
  Bus 001 Device 002: ID 0f30:0111 Jess Technology Co., Ltd 
  
  dmesg:
  [  579.973274] usb 1-1: USB disconnect, address 4
  [  581.416011] usb 1-1: new low speed USB device using ohci_hcd and address 5
  [  581.629556] usb 1-1: configuration #1 chosen from 1 choice
  [  581.653023] input: GreenAsia Inc.  USB  Joystick   as 
/devices/pci:00/:00:04.0/usb1/1-1/1-1:1.0/input/input10
  [  581.688069] input,hidraw4: USB HID v1.10 Joystick [GreenAsia Inc.  USB 
 Joystick  ] on usb-:00:04.0-1
  
  [  759.832009] usb 1-1: new low speed USB device using ohci_hcd and address 4
  [  760.049012] usb 1-1: configuration #1 chosen from 1 choice
  [  760.068217] input: Jess Tech Colour Rumble Pad as 
/devices/pci:00/:00:04.0/usb1/1-1/1-1:1.0/input/input10
  [  760.100566] input,hidraw1: USB HID v1.10 Joystick [Jess Tech Colour Rumble 
Pad] on usb-:00:04.0-1
  
  
  ls /dev/input/:
  by-id  by-path  event0  event1  event2  event3  event4  event5  event6  
event7  event8  event9  js0  mice  mouse0  mouse1  mouse2
  
- Problem: The gamepads are not calibratable via jscalibrator or
- jscal, both dont react on any input from the gamepad. Neither does it
- work inside any game. Furthermore the the d-pad or left analog of BOTH
- pads acts like a mouse with auto rejump to center position when touched.
+ Xorg.0.log:
+ (II) config/hal: Adding input device Jess Tech Colour Rumble Pad
+ (**) Jess Tech Colour Rumble Pad: always reports core events
+ (**) Jess Tech Colour Rumble Pad: Device: /dev/input/event3
+ (II) Jess Tech Colour Rumble Pad: Found x and y absolute axes
+ (II) Jess Tech Colour Rumble Pad: Found 1 mouse buttons
+ (II) Jess Tech Colour Rumble Pad: Configuring as mouse
+ (II) XINPUT: Adding extended input device Jess Tech Colour Rumble Pad 
(type: MOUSE)
+ (**) Jess Tech Colour Rumble Pad: YAxisMapping: buttons 4 and 5
+ (**) Jess Tech Colour Rumble Pad: EmulateWheelButton: 4, EmulateWheelInertia: 
10, EmulateWheelTimeout: 200
+ (II) NVIDIA(0): Setting mode 1680x1050_60_0
+ (II) Open ACPI successful (/var/run/acpid.socket)
+ (II) NVIDIA(0): Setting mode 1680x1050_60_0
+ (II) Macintosh mouse button emulation: Device reopened after 10 attempts.
+ (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
+ (**) Macintosh mouse button emulation: EmulateWheelButton: 4, 
EmulateWheelInertia: 10, EmulateWheelTimeout: 200
+ (II) AT Translated Set 2 keyboard: Device reopened after 10 attempts.
+ (II) Afatech DVB-T 2: Device reopened after 10 attempts.
+ (II) MOSART S?mi. Wir?: Device reopened after 10 attempts.
+ (**) MOSART S?mi. Wir?: YAxisMapping: buttons 4 and 5
+ (**) MOSART S?mi. Wir?: EmulateWheelButton: 4, EmulateWheelInertia: 10, 
EmulateWheelTimeout: 200
+ (II) MOSART S?mi. Wir?: Device reopened after 10 attempts.
+ (II) A4Tech PS/2+USB Mouse: Device reopened after 10 attempts.
+ (**) A4Tech PS/2+USB Mouse: YAxisMapping: buttons 4 and 5
+ (**) A4Tech PS/2+USB Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, 
EmulateWheelTimeout: 200
+ (EE) Jess Tech Colour Rumble Pad: Device has changed - disabling.
+ (WW) Jess Tech Colour Rumble Pad: Release failed (Invalid argument)
+ (II) config/hal: removing device Jess Tech Colour Rumble Pad
+ (II) Jess Tech Colour Rumble Pad: Close
+ (II) UnloadModule: evdev
+ (II) config/hal: Adding input device Jess Tech Colour Rumble Pad
+ (**) Jess Tech Colour Rumble Pad: always reports core events
+ (**) Jess Tech Colour Rumble Pad: Device: /dev/input/event3
+ (II) Jess Tech Colour Rumble Pad: Found x and y absolute axes
+ (II) Jess Tech Colour Rumble Pad: Found 1 mouse buttons
+ (II) Jess Tech Colour Rumble Pad: Configuring as mouse
+ (II) XINPUT: Adding extended input device Jess Tech Colour Rumble Pad 
(type: MOUSE)
+ (**) Jess Tech Colour Rumble Pad: YAxisMapping: buttons 4 and 5
+ (**) Jess Tech Colour Rumble Pad: EmulateWheelButton: 4, EmulateWheelInertia: 
10, EmulateWheelTimeout: 200

-- 
Intrepid: Gamepads SpeedLink Strike² and Saitek P580 not working.
https://bugs.launchpad.net/bugs/284951
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 284951] Re: Intrepid: Gamepads SpeedLink Strike² and Saitek P580 not working.

2008-10-17 Thread CypherDelic
In another bugfile people say it is important after the last Xserver
(-xorg-input-*) updates to provide a dumb of lsmod to make every single
Gamepad model work again, so here is the one for the Saitek P580,
hopefully it will work in a short time.

** Attachment added: lshal-saitekp580.txt
   http://launchpadlibrarian.net/18646609/lshal-saitekp580.txt

-- 
Intrepid: Gamepads SpeedLink Strike² and Saitek P580 not working.
https://bugs.launchpad.net/bugs/284951
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 274203] Re: Joystick detected as mouse, crashes X

2008-10-17 Thread CypherDelic
Loic Martin:

OK I opened bug 284951 ( https://bugs.launchpad.net/ubuntu/+bug/284951 )
for Saitek P580 Gamepad. There is a lsmod.txt-dumb.

-- 
Joystick detected as mouse, crashes X
https://bugs.launchpad.net/bugs/274203
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 283399] Re: [Intrepid] lshal output for different joystick, joypad and dance mat devices

2008-10-17 Thread CypherDelic
Im sry for doublepost.

** Attachment added: Saitek P580 /dev/input/event3
   http://launchpadlibrarian.net/18646748/Saitek%20P580.txt

-- 
[Intrepid] lshal output for different joystick, joypad and dance mat devices
https://bugs.launchpad.net/bugs/283399
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 283399] Re: [Intrepid] lshal output for different joystick, joypad and dance mat devices

2008-10-17 Thread CypherDelic

** Attachment added: /dev/input/event3
   http://launchpadlibrarian.net/18646735/Saitek%20P580

-- 
[Intrepid] lshal output for different joystick, joypad and dance mat devices
https://bugs.launchpad.net/bugs/283399
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 282632] Re: Intrepid: RootFS not found

2008-10-15 Thread CypherDelic
hm did reinstallation of the beta. works now anyway.

** Changed in: initramfs-tools (Ubuntu)
   Status: New = Invalid

-- 
Intrepid: RootFS not found
https://bugs.launchpad.net/bugs/282632
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 271367] Re: Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) [Afatech DVB-T 2] not detected

2008-10-15 Thread CypherDelic
Got it, reinstalled Intrepid, installed mercurial and me-tv via
synaptic, v4l-dvb and af9015 via hg clone and put firmware in right
place. Works with Intrepid Beta and 2.6.27-7-generic. Thanks!

** Changed in: linux (Ubuntu)
   Status: Triaged = Fix Released

-- 
Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) [Afatech DVB-T 2] not 
detected
https://bugs.launchpad.net/bugs/271367
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 282632] [NEW] Intrepid: RootFS not found

2008-10-13 Thread CypherDelic
Public bug reported:

Binary package hint: initramfs-tools

System is no more bootable. Root Filesystem not found. BIOS detected all
drives correctly.

/dev/sda1 /boot
/dev/sdc1 /

UUIDs seem to be correct in /etc/fstab and /boot/grub/menu.lst.

Failure present since updates of grub, initramfs, kernel 2.6.27 and acpi
on 10th october 2008.

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Intrepid: RootFS not found
https://bugs.launchpad.net/bugs/282632
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 275264] Re: Intrepid: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0

2008-09-28 Thread CypherDelic
** Description changed:

  Symptomatics:
  
  No desktop icons viewable and desktop not accessible (right click).
  Several application want start anymore, they just close instantly (Synaptic, 
Me-TV, Thunar)
- 
+ GDM reloads in a loop.
  
  Shell-Examples:
  
  me-tv: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0: undefined 
symbol: cairo_has_current_point
  thunar: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0: undefined 
symbol: cairo_has_current_point
  
- Occurs since update of ia32-libs. Very odd and annoying.
+ Very odd and annoying.
+ 
+ ldd /usr/lib/libpangocairo-1.0.so.0
+ linux-vdso.so.1 =  (0x7cbfe000)
+ libpango-1.0.so.0 = /usr/lib/libpango-1.0.so.0 (0x7f7ef45f7000)
+ libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 
(0x7f7ef43b1000)
+ libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0 
(0x7f7ef41ac000)
+ libglib-2.0.so.0 = /usr/lib/libglib-2.0.so.0 (0x7f7ef3ee7000)
+ libcairo.so.2 = /usr/lib/libcairo.so.2 (0x7f7ef3c6c000)
+ libm.so.6 = /lib/libm.so.6 (0x7f7ef39c2000)
+ libpangoft2-1.0.so.0 = /usr/lib/libpangoft2-1.0.so.0 
(0x7f7ef3795000)
+ libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x7f7ef3511000)
+ libz.so.1 = /usr/lib/libz.so.1 (0x7f7ef32f8000)
+ libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x7f7ef30c6000)
+ libc.so.6 = /lib/libc.so.6 (0x7f7ef2d54000)
+ libdl.so.2 = /lib/libdl.so.2 (0x7f7ef2b4f000)
+ libpcre.so.3 = /lib/libpcre.so.3 (0x7f7ef2926000)
+ libpixman-1.so.0 = /usr/lib/libpixman-1.so.0 (0x7f7ef26e2000)
+ libpng12.so.0 = /usr/lib/libpng12.so.0 (0x7f7ef24ba000)
+ libxcb-render-util.so.0 = /usr/lib/libxcb-render-util.so.0 
(0x7f7ef22b6000)
+ libxcb-render.so.0 = /usr/lib/libxcb-render.so.0 (0x7f7ef20ad000)
+ libxcb.so.1 = /usr/lib/libxcb.so.1 (0x7f7ef1e9)
+ libXrender.so.1 = /usr/lib/libXrender.so.1 (0x7f7ef1c86000)
+ libX11.so.6 = /usr/lib/libX11.so.6 (0x7f7ef197f000)
+ libexpat.so.1 = /usr/lib/libexpat.so.1 (0x7f7ef1754000)
+ /lib64/ld-linux-x86-64.so.2 (0x7f7ef4a4f000)
+ libXau.so.6 = /usr/lib/libXau.so.6 (0x7f7ef1552000)
+ libXdmcp.so.6 = /usr/lib/libXdmcp.so.6 (0x7f7ef134c000)
+ libxcb-xlib.so.0 = /usr/lib/libxcb-xlib.so.0 (0x7f7ef114a000)
+ libpthread.so.0 = /lib/libpthread.so.0 (0x7f7ef0f2e000)

-- 
Intrepid: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0
https://bugs.launchpad.net/bugs/275264
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 275264] Re: Intrepid: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0

2008-09-28 Thread CypherDelic
** Description changed:

  Symptomatics:
  
  No desktop icons viewable and desktop not accessible (right click).
- Several application want start anymore, they just close instantly (Synaptic, 
Me-TV, Thunar)
+ Several application want start anymore, they just close instantly (Synaptic, 
Me-TV, Thunar, Xchat)
  GDM reloads in a loop.
  
  Shell-Examples:
  
  me-tv: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0: undefined 
symbol: cairo_has_current_point
  thunar: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0: undefined 
symbol: cairo_has_current_point
  
  Very odd and annoying.
  
  ldd /usr/lib/libpangocairo-1.0.so.0
  linux-vdso.so.1 =  (0x7cbfe000)
  libpango-1.0.so.0 = /usr/lib/libpango-1.0.so.0 (0x7f7ef45f7000)
  libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 
(0x7f7ef43b1000)
  libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0 
(0x7f7ef41ac000)
  libglib-2.0.so.0 = /usr/lib/libglib-2.0.so.0 (0x7f7ef3ee7000)
  libcairo.so.2 = /usr/lib/libcairo.so.2 (0x7f7ef3c6c000)
  libm.so.6 = /lib/libm.so.6 (0x7f7ef39c2000)
  libpangoft2-1.0.so.0 = /usr/lib/libpangoft2-1.0.so.0 
(0x7f7ef3795000)
  libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x7f7ef3511000)
  libz.so.1 = /usr/lib/libz.so.1 (0x7f7ef32f8000)
  libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x7f7ef30c6000)
  libc.so.6 = /lib/libc.so.6 (0x7f7ef2d54000)
  libdl.so.2 = /lib/libdl.so.2 (0x7f7ef2b4f000)
  libpcre.so.3 = /lib/libpcre.so.3 (0x7f7ef2926000)
  libpixman-1.so.0 = /usr/lib/libpixman-1.so.0 (0x7f7ef26e2000)
  libpng12.so.0 = /usr/lib/libpng12.so.0 (0x7f7ef24ba000)
  libxcb-render-util.so.0 = /usr/lib/libxcb-render-util.so.0 
(0x7f7ef22b6000)
  libxcb-render.so.0 = /usr/lib/libxcb-render.so.0 (0x7f7ef20ad000)
  libxcb.so.1 = /usr/lib/libxcb.so.1 (0x7f7ef1e9)
  libXrender.so.1 = /usr/lib/libXrender.so.1 (0x7f7ef1c86000)
  libX11.so.6 = /usr/lib/libX11.so.6 (0x7f7ef197f000)
  libexpat.so.1 = /usr/lib/libexpat.so.1 (0x7f7ef1754000)
  /lib64/ld-linux-x86-64.so.2 (0x7f7ef4a4f000)
  libXau.so.6 = /usr/lib/libXau.so.6 (0x7f7ef1552000)
  libXdmcp.so.6 = /usr/lib/libXdmcp.so.6 (0x7f7ef134c000)
  libxcb-xlib.so.0 = /usr/lib/libxcb-xlib.so.0 (0x7f7ef114a000)
  libpthread.so.0 = /lib/libpthread.so.0 (0x7f7ef0f2e000)
+ 
+ Please help, i cant use synaptic to investigate it and i cant use xchat
+ to ask for help.

-- 
Intrepid: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0
https://bugs.launchpad.net/bugs/275264
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 275264] Re: Intrepid: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0

2008-09-28 Thread CypherDelic
** Description changed:

  Symptomatics:
  
  No desktop icons viewable and desktop not accessible (right click).
  Several application want start anymore, they just close instantly (Synaptic, 
Me-TV, Thunar, Xchat)
  GDM reloads in a loop.
  
  Shell-Examples:
  
  me-tv: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0: undefined 
symbol: cairo_has_current_point
  thunar: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0: undefined 
symbol: cairo_has_current_point
  
  Very odd and annoying.
  
  ldd /usr/lib/libpangocairo-1.0.so.0
  linux-vdso.so.1 =  (0x7cbfe000)
  libpango-1.0.so.0 = /usr/lib/libpango-1.0.so.0 (0x7f7ef45f7000)
  libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 
(0x7f7ef43b1000)
  libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0 
(0x7f7ef41ac000)
  libglib-2.0.so.0 = /usr/lib/libglib-2.0.so.0 (0x7f7ef3ee7000)
  libcairo.so.2 = /usr/lib/libcairo.so.2 (0x7f7ef3c6c000)
  libm.so.6 = /lib/libm.so.6 (0x7f7ef39c2000)
  libpangoft2-1.0.so.0 = /usr/lib/libpangoft2-1.0.so.0 
(0x7f7ef3795000)
  libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0x7f7ef3511000)
  libz.so.1 = /usr/lib/libz.so.1 (0x7f7ef32f8000)
  libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0x7f7ef30c6000)
  libc.so.6 = /lib/libc.so.6 (0x7f7ef2d54000)
  libdl.so.2 = /lib/libdl.so.2 (0x7f7ef2b4f000)
  libpcre.so.3 = /lib/libpcre.so.3 (0x7f7ef2926000)
  libpixman-1.so.0 = /usr/lib/libpixman-1.so.0 (0x7f7ef26e2000)
  libpng12.so.0 = /usr/lib/libpng12.so.0 (0x7f7ef24ba000)
  libxcb-render-util.so.0 = /usr/lib/libxcb-render-util.so.0 
(0x7f7ef22b6000)
  libxcb-render.so.0 = /usr/lib/libxcb-render.so.0 (0x7f7ef20ad000)
  libxcb.so.1 = /usr/lib/libxcb.so.1 (0x7f7ef1e9)
  libXrender.so.1 = /usr/lib/libXrender.so.1 (0x7f7ef1c86000)
  libX11.so.6 = /usr/lib/libX11.so.6 (0x7f7ef197f000)
  libexpat.so.1 = /usr/lib/libexpat.so.1 (0x7f7ef1754000)
  /lib64/ld-linux-x86-64.so.2 (0x7f7ef4a4f000)
  libXau.so.6 = /usr/lib/libXau.so.6 (0x7f7ef1552000)
  libXdmcp.so.6 = /usr/lib/libXdmcp.so.6 (0x7f7ef134c000)
  libxcb-xlib.so.0 = /usr/lib/libxcb-xlib.so.0 (0x7f7ef114a000)
  libpthread.so.0 = /lib/libpthread.so.0 (0x7f7ef0f2e000)
  
  Please help, i cant use synaptic to investigate it and i cant use xchat
  to ask for help.
+ 
+ I fixed it myself, seems that it occured due to a script installation of 
cairo-dock.
+ $ sudo rm /usr/local/lib* -R
+ STRG+ALT+F7

** Changed in: pango1.0 (Ubuntu)
 Assignee: (unassigned) = CypherDelic (maik-masling-googlemail)
   Status: New = Fix Committed

-- 
Intrepid: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0
https://bugs.launchpad.net/bugs/275264
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 275264] [NEW] Intrepid: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0

2008-09-27 Thread CypherDelic
Public bug reported:

Symptomatics:

No desktop icons viewable and desktop not accessible (right click).
Several application want start anymore, they just close instantly (Synaptic, 
Me-TV, Thunar)


Shell-Examples:

me-tv: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0: undefined symbol: 
cairo_has_current_point
thunar: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0: undefined symbol: 
cairo_has_current_point

Occurs since update of ia32-libs. Very odd and annoying.

** Affects: pango1.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: intrepid libcairo libpango

-- 
Intrepid: symbol lookup error: /usr/lib/libpangocairo-1.0.so.0
https://bugs.launchpad.net/bugs/275264
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 271367] Re: Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) [Afatech DVB-T 2] not detected

2008-09-26 Thread CypherDelic
** Description changed:

  $ lsusb
  Bus 002 Device 010: ID 15a4:9016  
  ## My Stick isn't correctly detected, this line is the one that dissappears, 
when I unplug the TV-Stick.
  ## lsusb line for the tv-stick is equal to the one when running Intrepid with 
2.6.26-5
  
  $ dmesg
  [ 5874.260016] usb 2-4: USB disconnect, address 9
  [ 5885.864012] usb 2-4: new high speed USB device using ehci_hcd and address 
10
  [ 5886.001585] usb 2-4: configuration #1 chosen from 1 choice
  [ 5886.018533] Afatech DVB-T 2: Fixing fullspeed to highspeed interval: 16 - 
8
  [ 5886.020079] input: Afatech DVB-T 2 as /class/input/input11
  [ 5886.076130] input,hidraw0: USB HID v1.01 Keyboard [Afatech DVB-T 2] on 
usb-:00:04.1-4
  
  The firmware 'dvb-usb-digivox-02.fw' is located in '/lib/firmware',
  '/lib/firmware/2.6.26-5-generic/' and
  '/usr/lib/firmware/2.6.27-4-generic/'. Mercurical is correctly installed
  and v4l, too. I tried manually compiling and installing the latest v4l
  and af9015 without any efforts.
  
+ This is the dmesp-part for 2.6.26-5:
+ [ 209.503127] af9015_usb_device_exit:
+ [ 209.503129] dvb-usb: generic DVB-USB module successfully deinitialized and 
disconnected.
+ [ 209.744020] usb 2-4: new high speed USB device using ehci_hcd and address 10
+ [ 209.877566] usb 2-4: configuration #1 chosen from 1 choice
+ [ 209.878043] af9015_usb_probe: interface:0
+ [ 209.879820] af9015_read_config: IR mode:1
+ [ 209.881624] af9015_read_config: TS mode:0
+ [ 209.883745] af9015_read_config: [0] xtal:2 set adc_clock:28000
+ [ 209.897852] af9015_read_config: [0] IF1:43000
+ [ 209.911410] af9015_read_config: [0] MT2060 IF1:0
+ [ 209.911410] af9015_read_config: [0] tuner id:156
+ [ 209.912280] af9015_identify_state: reply:02
+ [ 209.912282] dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in warm 
state.
+ [ 209.912319] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
+ [ 209.913533] DVB: registering new adapter (Afatech AF9015 DVB-T USB2.0 stick)
+ [ 209.913727] af9015_af9013_frontend_attach: init I2C
+ [ 209.913728] af9015_i2c_init:
+ [ 209.945215] 00: 2b d3 9b 0b 00 00 00 00 a4 15 16 90 00 02 01 02
+ [ 209.983410] 10: 03 80 00 fa fa 10 40 ef 01 30 31 30 31 31 30 31
+ [ 210.015409] 20: 36 30 37 30 30 30 30 31 ff ff ff ff ff ff ff ff
+ [ 210.048475] 30: 00 00 3a 01 00 08 02 00 f8 a7 00 00 9c ff ff ff
+ [ 210.080475] 40: ff ff ff ff ff 08 02 00 1d 8d c4 04 82 ff ff ff
+ [ 210.112475] 50: ff ff ff ff 10 26 00 00 04 03 09 04 10 03 41 00
+ [ 210.144475] 60: 66 00 61 00 74 00 65 00 63 00 68 00 10 03 44 00
+ [ 210.176475] 70: 56 00 42 00 2d 00 54 00 20 00 32 00 20 03 30 00
+ [ 210.208475] 80: 31 00 30 00 31 00 30 00 31 00 30 00 31 00 30 00
+ [ 210.240475] 90: 36 00 30 00 30 00 30 00 30 00 31 00 00 ff ff ff
+ [ 210.272475] a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
+ [ 210.304475] b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
+ [ 210.336475] c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
+ [ 210.368475] d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
+ [ 210.400475] e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
+ [ 210.432475] f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
+ [ 210.440765] af9013: firmware version:4.95.0
+ [ 210.464475] DVB: registering frontend 0 (Afatech AF9013 DVB-T)...
+ [ 210.464475] af9015_tuner_attach:
+ [ 210.464475] tda18271 0-00c0: creating new instance
+ [ 210.480475] TDA18271HD/C1 detected @ 0-00c0
+ [ 210.932607] dvb-usb: Afatech AF9015 DVB-T USB2.0 stick successfully 
initialized and connected.
+ [ 210.932611] af9015_init:
+ [ 210.932612] af9015_init_endpoint: USB speed:3
+ [ 210.976484] af9015_download_ir_table:
+ [ 210.980152] Afatech DVB-T 2: Fixing fullspeed to highspeed interval: 16 - 8
+ [ 210.981507] input: Afatech DVB-T 2 as /class/input/input9
+ [ 211.017239] input,hidraw0: USB HID v1.01 Keyboard [Afatech DVB-T 2] on 
usb-:00:04.1-4
+ 
  When i switch back to 2.6.26-5 and start 'Digital Television' everything 
works properly.
  I have no idea, what the problem may be or how to give further informations.

-- 
Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) [Afatech DVB-T 2] not 
detected
https://bugs.launchpad.net/bugs/271367
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 271367] Re: Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) [Afatech DVB-T 2] not detected

2008-09-23 Thread CypherDelic
** Summary changed:

- Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) false-detected as 
Keyboard [Afatech DVB-T 2]
+ Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) [Afatech DVB-T 2] not 
detected

** Description changed:

  $ lsusb
  Bus 002 Device 010: ID 15a4:9016  
  ## My Stick isn't correctly detected, this line is the one that dissappears, 
when I unplug the TV-Stick.
+ ## lsusb line for the tv-stick is equal to the one when running Intrepid with 
2.6.26-5
  
  $ dmesg
  [ 5874.260016] usb 2-4: USB disconnect, address 9
  [ 5885.864012] usb 2-4: new high speed USB device using ehci_hcd and address 
10
  [ 5886.001585] usb 2-4: configuration #1 chosen from 1 choice
  [ 5886.018533] Afatech DVB-T 2: Fixing fullspeed to highspeed interval: 16 - 
8
  [ 5886.020079] input: Afatech DVB-T 2 as /class/input/input11
  [ 5886.076130] input,hidraw0: USB HID v1.01 Keyboard [Afatech DVB-T 2] on 
usb-:00:04.1-4
  
  The firmware 'dvb-usb-digivox-02.fw' is located in '/lib/firmware',
  '/lib/firmware/2.6.26-5-generic/' and
- '/usr/lib/firmware/2.6.27-3-generic/'. Mercurical is correctly installed
+ '/usr/lib/firmware/2.6.27-4-generic/'. Mercurical is correctly installed
  and v4l, too. I tried manually compiling and installing the latest v4l
- without any efforts.
+ and af9015 without any efforts.
  
  When i switch back to 2.6.26-5 and start 'Digital Television' everything 
works properly.
  I have no idea, what the problem may be or how to give further informations.

-- 
Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) [Afatech DVB-T 2] not 
detected
https://bugs.launchpad.net/bugs/271367
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 271367] Re: Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) false-detected as Keyboard [Afatech DVB-T 2]

2008-09-22 Thread CypherDelic
Still the same in 2.6.27-4.5 incl. restricted-modules and rebuild and
install of v4l-dvb and af9015. The Firmware is present in
/lib/firmware/2.6.27-4-generic/, so seems to be correct setup in any
way, but still doesnt work under 2.6.27.

-- 
Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) false-detected as 
Keyboard [Afatech DVB-T 2]
https://bugs.launchpad.net/bugs/271367
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 271367] [NEW] Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) false-detected as Keyboard [Afatech DVB-T 2]

2008-09-17 Thread CypherDelic
Public bug reported:

$ lsusb
Bus 002 Device 010: ID 15a4:9016  
## My Stick isn't correctly detected, this line is the one that dissappears, 
when I unplug the TV-Stick.

$ dmesg
[ 5874.260016] usb 2-4: USB disconnect, address 9
[ 5885.864012] usb 2-4: new high speed USB device using ehci_hcd and address 10
[ 5886.001585] usb 2-4: configuration #1 chosen from 1 choice
[ 5886.018533] Afatech DVB-T 2: Fixing fullspeed to highspeed interval: 16 - 8
[ 5886.020079] input: Afatech DVB-T 2 as /class/input/input11
[ 5886.076130] input,hidraw0: USB HID v1.01 Keyboard [Afatech DVB-T 2] on 
usb-:00:04.1-4

The firmware 'dvb-usb-digivox-02.fw' is located in '/lib/firmware',
'/lib/firmware/2.6.26-5-generic/' and
'/usr/lib/firmware/2.6.27-3-generic/'. Mercurical is correctly installed
and v4l, too. I tried manually compiling and installing the latest v4l
without any efforts.

When i switch back to 2.6.26-5 and start 'Digital Television' everything works 
properly.
I have no idea, what the problem may be or how to give further informations.

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


** Tags: 2.6.27 digivox dvb intrepid v4l

-- 
Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) false-detected as 
Keyboard [Afatech DVB-T 2]
https://bugs.launchpad.net/bugs/271367
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 271367] Re: Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) false-detected as Keyboard [Afatech DVB-T 2]

2008-09-17 Thread CypherDelic
This is the dmesp-part for 2.6.26-5:
[  209.503127] af9015_usb_device_exit: 
[  209.503129] dvb-usb: generic DVB-USB module successfully deinitialized and 
disconnected.
[  209.744020] usb 2-4: new high speed USB device using ehci_hcd and address 10
[  209.877566] usb 2-4: configuration #1 chosen from 1 choice
[  209.878043] af9015_usb_probe: interface:0
[  209.879820] af9015_read_config: IR mode:1
[  209.881624] af9015_read_config: TS mode:0
[  209.883745] af9015_read_config: [0] xtal:2 set adc_clock:28000
[  209.897852] af9015_read_config: [0] IF1:43000
[  209.911410] af9015_read_config: [0] MT2060 IF1:0
[  209.911410] af9015_read_config: [0] tuner id:156
[  209.912280] af9015_identify_state: reply:02
[  209.912282] dvb-usb: found a 'Afatech AF9015 DVB-T USB2.0 stick' in warm 
state.
[  209.912319] dvb-usb: will pass the complete MPEG2 transport stream to the 
software demuxer.
[  209.913533] DVB: registering new adapter (Afatech AF9015 DVB-T USB2.0 stick)
[  209.913727] af9015_af9013_frontend_attach: init I2C
[  209.913728] af9015_i2c_init:
[  209.945215] 00: 2b d3 9b 0b 00 00 00 00 a4 15 16 90 00 02 01 02 
[  209.983410] 10: 03 80 00 fa fa 10 40 ef 01 30 31 30 31 31 30 31 
[  210.015409] 20: 36 30 37 30 30 30 30 31 ff ff ff ff ff ff ff ff 
[  210.048475] 30: 00 00 3a 01 00 08 02 00 f8 a7 00 00 9c ff ff ff 
[  210.080475] 40: ff ff ff ff ff 08 02 00 1d 8d c4 04 82 ff ff ff 
[  210.112475] 50: ff ff ff ff 10 26 00 00 04 03 09 04 10 03 41 00 
[  210.144475] 60: 66 00 61 00 74 00 65 00 63 00 68 00 10 03 44 00 
[  210.176475] 70: 56 00 42 00 2d 00 54 00 20 00 32 00 20 03 30 00 
[  210.208475] 80: 31 00 30 00 31 00 30 00 31 00 30 00 31 00 30 00 
[  210.240475] 90: 36 00 30 00 30 00 30 00 30 00 31 00 00 ff ff ff 
[  210.272475] a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
[  210.304475] b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
[  210.336475] c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
[  210.368475] d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
[  210.400475] e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
[  210.432475] f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff 
[  210.440765] af9013: firmware version:4.95.0
[  210.464475] DVB: registering frontend 0 (Afatech AF9013 DVB-T)...
[  210.464475] af9015_tuner_attach: 
[  210.464475] tda18271 0-00c0: creating new instance
[  210.480475] TDA18271HD/C1 detected @ 0-00c0
[  210.932607] dvb-usb: Afatech AF9015 DVB-T USB2.0 stick successfully 
initialized and connected.
[  210.932611] af9015_init:
[  210.932612] af9015_init_endpoint: USB speed:3
[  210.976484] af9015_download_ir_table:
[  210.980152] Afatech DVB-T 2: Fixing fullspeed to highspeed interval: 16 - 8
[  210.981507] input: Afatech DVB-T 2 as /class/input/input9
[  211.017239] input,hidraw0: USB HID v1.01 Keyboard [Afatech DVB-T 2] on 
usb-:00:04.1-4

-- 
Intrepid and Kernel 2.6.27: MSI Digivox mini II (V3.0) false-detected as 
Keyboard [Afatech DVB-T 2]
https://bugs.launchpad.net/bugs/271367
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 254949] Re: No more Boot-up animation since Ibex.

2008-08-15 Thread CypherDelic
So after some new Kernel updates my mythbuntu animation came back as
normal, i think i can put this bug on fix released.

** Changed in: usplash (Ubuntu)
   Status: New = Fix Released

-- 
No more Boot-up animation since Ibex.
https://bugs.launchpad.net/bugs/254949
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 229976] Re: gnome-panel has major memory leak

2008-08-14 Thread CypherDelic
I am very sorry that i can not help exsplicit on this bug, because my
memory-leak only occurs when i activate Auto-hide for my panel, but i
won't file a bug on that. Without that, my gnome-panel process keeps
running for days, without any significal memoryusage-growth.

Im not able to get any Information out of that Valgrind.log from Martin
Ammermüller.

-- 
gnome-panel has major memory leak
https://bugs.launchpad.net/bugs/229976
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 255112] Re: Ibex: Keybindings neet to be reassigned each restart (maybe logout).

2008-08-12 Thread CypherDelic
hm was fixed, hm and somehow forgotten. OK

** Changed in: xserver-xorg-input-evdev (Ubuntu)
 Assignee: (unassigned) = CypherDelic (maik-masling-googlemail)
   Status: New = Fix Released

-- 
Ibex: Keybindings neet to be reassigned each restart (maybe logout).
https://bugs.launchpad.net/bugs/255112
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 254949] [NEW] No more Boot-up animation since Ibex.

2008-08-05 Thread CypherDelic
Public bug reported:

dont have any further information because my keyboard and mouse don't
work since yesterday. im posting from a different mashine.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
No more Boot-up animation since Ibex.
https://bugs.launchpad.net/bugs/254949
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 254387] Re: Mediakeys on desktop-keyboards no more work on Ibex.

2008-08-05 Thread CypherDelic
Was fixed with update xserver-xorg-input-evdev.

** Changed in: ubuntu
 Assignee: (unassigned) = CypherDelic (maik-masling-googlemail)
   Status: New = Fix Released

** Changed in: ubuntu
 Assignee: CypherDelic (maik-masling-googlemail) = (unassigned)
   Status: Fix Released = New

-- 
Mediakeys on desktop-keyboards no more work on Ibex.
https://bugs.launchpad.net/bugs/254387
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 254387] Re: Mediakeys on desktop-keyboards no more work on Ibex.

2008-08-05 Thread CypherDelic
Cypherdelic Brain Ooops: Clicked on the wrong bug, ignore this and my
last post, please.

-- 
Mediakeys on desktop-keyboards no more work on Ibex.
https://bugs.launchpad.net/bugs/254387
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 254387] Re: Mediakeys on desktop-keyboards no more work on Ibex.

2008-08-05 Thread CypherDelic
LOL: No, dont ignore my post.
It's fixed with that update indeed, just have to rebind 
gnome-keybinding-properties.

Call up: gnome-keybinding-properties or
Click on (Start) Application Y Settings Keyboard-shortcuts (Germen: 
Tastaturkombinationen and
reconfigure your media-keys. :D

-- 
Mediakeys on desktop-keyboards no more work on Ibex.
https://bugs.launchpad.net/bugs/254387
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 255018] [NEW] Mousecursor sporadically dissappears, especially when application is busy.

2008-08-05 Thread CypherDelic
Public bug reported:

.i.e. application 'Synaptic'. Very hard to use human-mouse-moving-
preemption-while-application-busy; or makes it hard to handle GUIs in
general without an visual cursor.

** Affects: xserver-xorg-input-evdev (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: cursor disappear hide mouse

-- 
Mousecursor sporadically dissappears, especially when application is busy.
https://bugs.launchpad.net/bugs/255018
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 254387] Re: Mediakeys on desktop-keyboards no more work on Ibex.

2008-08-05 Thread CypherDelic
** Changed in: xserver-xorg-input-evdev (Ubuntu)
Sourcepackagename: None = xserver-xorg-input-evdev
   Status: New = Fix Released

-- 
Mediakeys on desktop-keyboards no more work on Ibex.
https://bugs.launchpad.net/bugs/254387
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 254939] Re: No Mouse/Keyboard since update and restart on evening of 4th August.

2008-08-05 Thread CypherDelic
fixed with newest xserver-xorg-input-evdev

** Changed in: xserver-xorg-input-evdev (Ubuntu)
Sourcepackagename: None = xserver-xorg-input-evdev
   Status: New = Fix Released

-- 
No Mouse/Keyboard since update and restart on  evening of 4th August.
https://bugs.launchpad.net/bugs/254939
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 255018] Re: Mousecursor sporadically dissappears, especially when application is busy.

2008-08-05 Thread CypherDelic
The related area where cursor dissappears are unfocused windows, maybe
wrong package. Can anyone please check this Bug?

-- 
Mousecursor sporadically dissappears, especially when application is busy.
https://bugs.launchpad.net/bugs/255018
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 255018] Re: Mousecursor sporadically dissappears, especially when application is busy.

2008-08-05 Thread CypherDelic
No it was even without compiz, but happily it is now fixed for my since
ive installed newest updates. Nice.

** Summary changed:

- Mousecursor sporadically dissappears, especially when application is busy.
+ Ibex: Mousecursor sporadically dissappears, especially when application is 
busy.

** Description changed:

  .i.e. application 'Synaptic'. Very hard to use human-mouse-moving-
  preemption-while-application-busy; or makes it hard to handle GUIs in
- general without an visual cursor.
+ general without an visual cursor. No Compiz.
+ 
+ Fixed for me since the updates, so no one reported similar issues i set
+ it to Fix Released.

-- 
Ibex: Mousecursor sporadically dissappears, especially when application is busy.
https://bugs.launchpad.net/bugs/255018
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 255112] [NEW] Ibex: Keybindings neet to be reassigned each restart (maybe logout).

2008-08-05 Thread CypherDelic
Public bug reported:

gnome-keybinding-properties needs to be reconfigured every restart. The
code of the keys stay they same. When rebinded, they suddenly work.

** Affects: xserver-xorg-input-evdev (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Ibex: Keybindings neet to be reassigned each restart (maybe logout).
https://bugs.launchpad.net/bugs/255112
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 254939] [NEW] No Mouse/Keyboard since update and restart on evening of 4th August.

2008-08-05 Thread CypherDelic
Public bug reported:

My mouse and keyboard don't work anymore in Gnome.
The only thing i can do is switching through ALT+STRG+F1-9.

Complete loss of control!

The only thing i can do is boot up in recovery console.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: keyboard mouse

-- 
No Mouse/Keyboard since update and restart on  evening of 4th August.
https://bugs.launchpad.net/bugs/254939
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 254387] [NEW] Mediakeys on desktop-keyboards no more work on Ibex.

2008-08-03 Thread CypherDelic
Public bug reported:

The mediakeys of my 'Trust DS-3200 Wireless Optical Slimline
Desktop'-keyboard do not work anymore since I updated from Ubuntu Hardy
Heron 8.04.1 (2.6.24-19-rt) to Ubuntu Intrepid Ibex 8.10 Alpha 3
(2.8.2008).

For Example: Neither does the volume raises/lowers, nor do I see the
that OSD-kinda-like-volume-status-image.

When I look for the gnome-keybindings in gnome-keybinding-properties,
they seem like to be fully correctly mapped, i can reassign them using
the same values.

So I look for my keyboard in gnome-keyboard-properties and my keyboard
is detected as the same then before as a 'Generic-105-key (Intl) PC'.

I guess something with gnome-keybinding is broken.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: ibex intrepid keybindings keyboard mediakeys

-- 
Mediakeys on desktop-keyboards no more work on Ibex.
https://bugs.launchpad.net/bugs/254387
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 254444] [NEW] common OpenGL check fails on Ibex

2008-08-03 Thread CypherDelic
Public bug reported:

i.e. having 'nvidia-glx-177' and 'nvidia-glx-177-dev' installed and
running ./configure --enable-opengl in the folder */mms-1.1.0-rc7/ gaves
output:


Checking for openGL

Error: Please install opengl!

** Affects: nvidia-graphics-drivers-177 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: configure mms opengl

-- 
common OpenGL check fails on Ibex
https://bugs.launchpad.net/bugs/25
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 254444] Re: common OpenGL check fails on Ibex

2008-08-03 Thread CypherDelic
echo Checking for openGL

cat  test.c  EOF
#include GL/gl.h
#include GL/glext.h
int main( void ) { glViewport( 0, 0, 0, 0 ); return 0; }
EOF

[EMAIL PROTECTED]:~/mms-1.1.0-rc7$ gcc -o test.o test.c -lGL
/usr/bin/ld: cannot find -lGL
collect2: ld returned 1 exit status

[EMAIL PROTECTED]:~$ ls /usr/lib/libGL.*
/usr/lib/libGL.la  /usr/lib/libGL.so.1
/usr/lib/libGL.so  /usr/lib/libGL.so.177.13

[EMAIL PROTECTED]:~$ sudo apt-get install nvidia-glx-177-*
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut   
Lese Status-Informationen ein... Fertig
Achtung, wähle nvidia-glx-177 für regulären Ausdruck »nvidia-glx-177-*«
Achtung, wähle nvidia-glx-177-dev für regulären Ausdruck »nvidia-glx-177-*«
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.

-- 
common OpenGL check fails on Ibex
https://bugs.launchpad.net/bugs/25
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 254444] Re: common OpenGL check fails on Ibex

2008-08-03 Thread CypherDelic
Fix:
sudo ln -sf /usr/lib/libGL.so.177.13 /usr/lib/libGL.so

Checking for openGL
- test ok

-- 
common OpenGL check fails on Ibex
https://bugs.launchpad.net/bugs/25
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 229976] Re: gnome-panel has major memory leak

2008-07-28 Thread CypherDelic
I was wrong its about 1,5mb to 2,5mb auch hide or appear.
See my Valgrind log with show reachable and dpkg.

** Attachment added: G_SLICE=always-malloc G_DEBUG=gc-friendly  valgrind -v 
--tool=memcheck --leak-check=full --num-callers=40 --log-file=valgrind.log 
--show-reachable=yes gnome-panel
   http://launchpadlibrarian.net/16369060/valgrind.log

-- 
gnome-panel has major memory leak
https://bugs.launchpad.net/bugs/229976
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 229976] Re: gnome-panel has major memory leak

2008-07-27 Thread CypherDelic
Hardy 64bit: Same symptomatic.
Only one panel at the bottom with just menubutton, tasklist, systray and clock. 
Compiz deactivated.

I discovered this with enabled auto-hide:
When panel dehides the process gnome-panel grow about 4-5 megabytes.
When panel then auto-hides it grow again at the same amount of megabytes.

This happens ongoing until reboot or kill of gnome-panel-process.

-- 
gnome-panel has major memory leak
https://bugs.launchpad.net/bugs/229976
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 251929] [NEW] calling up logoff/shutdown-Dialog (with missing standby and suspend) causes X-Server to freeze about 1-2 minutes in hardy

2008-07-25 Thread CypherDelic
Public bug reported:

After a fresh boot when first called up the mentioned dialog the
behaviour described in the summary occurs. When aborting and retrying it
suddenly works instandly iappears propperly ncluding the missed buttons.

~/xsession.error 2x:
** (x-session-manager:6212): WARNING **: Couldn't connect to PowerManager Did 
not receive a reply. Possible causes include: the remote application did not 
send a reply, the message bus security policy blocked the reply, the reply 
timeout expired, or the network connection was broken.

** Affects: powermanagement-interface (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 64-bit hardy

-- 
calling up logoff/shutdown-Dialog (with missing standby and suspend) causes 
X-Server to freeze about 1-2 minutes in hardy
https://bugs.launchpad.net/bugs/251929
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 251929] Re: calling up logoff/shutdown-Dialog (with missing standby and suspend) causes X-Server to freeze about 1-2 minutes in hardy

2008-07-25 Thread CypherDelic
Fix: System  Administration  Services  Unlock  Enable ACPI
Samen vor Powermanagement in System  Preferences  Session

** Changed in: powermanagement-interface (Ubuntu)
 Assignee: (unassigned) = CypherDelic (maik-masling-googlemail)
   Status: New = Fix Released

-- 
calling up logoff/shutdown-Dialog (with missing standby and suspend) causes 
X-Server to freeze about 1-2 minutes in hardy
https://bugs.launchpad.net/bugs/251929
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 177826] Re: Please update nvidia-glx-new to 169.07

2007-12-21 Thread CypherDelic
Linux x64 (AMD64/EM64T) Display Driver
 
Version: 169.07
Operating System: Linux x64 (AMD64/EM64T)
Release Date: December 20, 2007 

 Release Highlights:
* Added support for GeForce 8800 GT, GeForce 8800 GTS 512 and GeForce 8800M. 
* Added CUDA driver to .run file. 
* Fixed several X rendering issues. 
* Fixed problems scrolling ARGB X drawables in Qt. 
* Improved support for interlaced DVI, HDMI, and HDTV modesetting. 
* Improved modesetting support on Quadro/GeForce 8 series GPUs. 
* Fixed stability problems with some GeForce 8 series GPUs. 
* Fixed stability problems with some GeForce 6200/7200/7300 GPUs multi-core/SMP 
systems. 
* Improved hotkey switching support for some Lenovo notebooks. 
* Fixed a problem with Compiz after VT-switching. 
* Improved RENDER performance. 
* Improved interaction with Barco and Chi Mei 56 DFPs, as well as with some 
Gateway 19 DFPs. 
* Added an interface to monitor PowerMizer state information. 
* Fixed rendering corruption in Maya's Graph Editor. 
* Improved interaction between SLI AFR and swap groups on certain Quadro FX 
GPUs. 
* Fixed a bug that caused corruption with redirected XV on GPUs without 
TurboCache support. 
* Improved display device detection on GeForce 8 series GPUs. 
* Improved usability of NVIDIA-settings at lower resolutions like 1024x768 and 
800x600. 
* Improved GLX visual consolidation when using Xinerama with Quadro/GeForce 8 
series and older GPUs. 
* Added experimental support for running the X server at Depth 30 (10 bits per 
component) on Quadro G8x and later GPUs. 
* Worked around a Linux kernel/toolchain bug that caused soft lockup errors 
when suspending on some Intel systems.

This fixes and improvements sounds amazing.

Upgrading nvidia-glx-new from 100.14.19 for 2.6.22 to 100.14.19 for
2.6.24 is not possible because 100.14.19 for 2.6.24 depends on xserver-
xorg-core (1:0.99-1..) somewhat?!?!

I tried to manually install it by downloading NVIDIA-
Linux-x86_64-169.07-pkg2.run and then

sudo apt-get {nvidia-glx-new,nvidia-kernel-common,linux-restricted-modules}
sudo sh NVIDIA-Linux-x86_64-169.07-pkg2.run 

The installer went succesfully through all steps but the XServer won't
start up.

Error is:
/etc/gdm/failsafexserver:line 47
Could not retreieve EDID get edid not installed

'sudo dpkg-reconfigure xserver-xorg' OR 'sudo dpkg-reconfigure -phigh
xserver-xorg' didn't help.

Reinstalling of 100.14.19 does not work as i mentioned in the beginning,
so the only solution for me atm is to stay on nv.

Please fix my Christmas :D

-- 
Please update nvidia-glx-new to 169.07
https://bugs.launchpad.net/bugs/177826
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 177826] Re: Please update nvidia-glx-new to 169.07

2007-12-21 Thread CypherDelic
I forget what i have problems with and on what this 169.07 may help:

* Worked around a Linux kernel/toolchain bug that caused soft lockup errors 
when suspending on some Intel systems. --- always need to restart X after 
suspending my Sony VAIO FE31Z (intel c2d 1,83) because screen freezes (only 
cursor visible)
* Fixed a problem with Compiz after VT-switching. --- VBox sometimes getting 
weird for me with compiz running.

Also i want to experience more stability (sometimes system hangs for no
reason) and better render performance.

-- 
Please update nvidia-glx-new to 169.07
https://bugs.launchpad.net/bugs/177826
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 1] Re: Microsoft has a majority market share

2007-11-24 Thread CypherDelic
This this bug serious, so lets get get serious.

 In my eyes, the #2 thing holding this back are the driver issues. There
 is always always always some issue with drivers that causes problems
 ranging from annoyances to system-stopping errors. Until this is worked
 out, ubuntu (and linux in general) will never be mainstream.

Vendors will not spend as much work in open source drivers than
absolutely neccessary. People using OSS OS'es should increase pressure
on those vendors that don't support open source drivers. Ubuntu is
mainstream in my opinion, because mainstream hardware is fully
supported, no matter if certain hardware is not officially supported.

 The#1 thing is obviously the fact that 98% of all ssoftware out there is
 intended forr Windows, and not all of it runs smoothly in programs like
 wine.

You said, that its easier to get packages via synaptic. SO basically,
you forget open source maintainly when you say, that 98% of all software
is for microsoft windows. That is not true. Maybe 98% of proprietary
software is for windows, yes, but open source has got very very much
applications for any kind of thing to do.


When talking about a shareholder market position of a corporation like 
microsoft, you can't be seriuos, because microsoft is not acting serious.

In my point of view, the effort of the isle of man, the distribution of
ubuntu, should be in absolute focus for a greater success. Members of
Ubuntu and of course users should ask themself the right questions. What
can they do to support Ubuntu? This project is definetly absolute on the
right way to share a high value of practical freedom to the world. It
will succeed, no matter of no talking guru, that motivates and animates
Investors and spends money for children in the 3rd World.

You merge all classes of the world.
You are the investment. 
You are No.1 market place shareholder. 
You can grow to whatever, nobody will stop you.

-- 
Microsoft has a majority market share
https://bugs.launchpad.net/bugs/1
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 145123] Re: Keyboard shortcut works even when the screen is locked

2007-10-25 Thread CypherDelic
Distribution: Ubuntu 8.04 (HardyHeron) PreAlpha
Kernel: 2.6.22-14-AMD64
Gnome-Screensaver: 2.20.0-0ubuntu4.2


Since i'dont use Ubuntu-Effects, but Compiz-Fusion from actual GIT, i cannot 
reproduce gnome-screensavers behaviour by the steps of John Dong. The 
keycombination SUPER+SCROLLWHEEL (ZOOM) doesn't make the gnome-screensavers 
dialog loose its focas and i cannot hit ALT+F2 to kill it. Maybe its a  bug in 
Ubuntu-Compiz-Stable (i call it Ubuntu-Effects). Nice, thanks for a new 
Ubuntu-Gutsy-Screen-Lock-Hack, John Dong (just making fun of it) :D

-- 
Keyboard shortcut works even when the screen is locked
https://bugs.launchpad.net/bugs/145123
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 121415] Re: [gutsy] ipw3945-based wireless doesn't work after booting with wireless switch off

2007-10-25 Thread CypherDelic
Hardware: Sony VAIO Fe-31Z / IPW3945
Distribution: Ubuntu Hardy Heron (PreAlpha) but same error on Gutsy
Kernel: 2.6.22-14 AMD64

I can reproduce the same error:
Wireless device is not available at all, when booting up with wireless 
KILLswitch enabled (wireless switch off).

Wireless driver can be loaded with [QUOTE]sudo modprobe ipw3945[/QUOTE]
AND disabling the kill switch (the order is insignificant for me). rmmod
is not needed for me, too. Thanks

-- 
[gutsy] ipw3945-based wireless doesn't work after booting with wireless switch 
off
https://bugs.launchpad.net/bugs/121415
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 1] Re: Microsoft has a majority market share

2007-10-25 Thread CypherDelic
Porfirio:
 I don't know what your 2 minutes are about, but if i watch the time ubuntu 
takes to load, from Loading Grub to Logging On, it is about 2:30 mins, BUT I 
need to insert two times LuksCrypt Passphrase (sum up ~ 30 Chars), so this at 
least takes a minute. I guess my mashine will boot up within 1 Minute without 
encrypted FS. To go on, showing not to compare apples and oranges: What about 
the Services? In my 2:30 minutes all servers, services that i need, have been 
started. Maybe starting UAC, WGA and all the other piece of crap on the top of 
M$ OSes?

Additional, please take the time XP or Vista needs from logging in to
finished logging in and compare it to Ubuntu. My desktop with Compiz is
ready within 6 seconds.

Further more according to boot time, what's about restarting in Windows
for every little piece of change.

I never walked inside a computer store and buyed a computer. I always build my 
desktop-pc by myself, indeed it is cheaper at all, because buying over the 
internet indeed is cheaper. My friends fear that, because of Guarantee issues, 
BUT i can build out every single component and send it back to the reseller, 
never had huge problem. More problems i would have if i buy a hole PC, neither 
can i at least open the case because of warranty void. I don't really care 
about manufacturers giving the option for preinstalled Linux, making it cheaper 
than the M$-one, but it's definetly a good idea to fix this bug. Maybe we could 
open Bug #2 - Greed has the stranglehold over the world. Every PC-Shop, every 
Company, not only M$
I'm waiting for the day that I was hunted, because Linux would be illegal. 
M$aims on that and money makes the world turn, just a question of the 
provisions of state law. 

At some point in the future, a small gremium, composed of bribed
M$-Friend, or M$-Employees elected by bribed politicans, offically
decide YES, all Linux violate M$-patents (in fact all they saw was a
high amount on their giro) and M$ will found a Anti-Linux-Taskforce.

Freedom is our vision.
Our vision represents their greatest fear.
So be warned, they don't care about anything but their money. 

Please don't compare Ap-pel with Ubuntu.
Ap-pel is intentionally controlled by Billie, from the beginning.
Without Ap-pel, M$ would loose all of the cartel treatments, today.

They are not really competitors, but linux and M$ are. So keep on fixing
this bug, by assuring (that's very easy compared to vista) users and
remove NTFS from partition tables. Report bugs, send in translation,
help developping or supporting. Thanks.

-- 
Microsoft has a majority market share
https://bugs.launchpad.net/bugs/1
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 1] Re: Microsoft has a majority market share

2007-10-25 Thread CypherDelic
One thing i forget to mention:

Most of the people simply haven't got the money to buy proprietary
stuff, hardware is expensive enough, energy and food too, those people
learn to find cracks on the internet from their first week using M$.
They have been constrained for that by an environment, that requieres
money for everything. The funny thing is, that M$ became popular by
these people, whom now will be hunted. All i saw is that Companies
(Power/Gas,Food,etc.) increasing their prices for no adequate reason but
profit. Politicans support this, because of the provision they get from
these companies to guarantee them profits. Linux is the better OS in any
way, claiming for Active Directory, another stranglehold for the IT-
World, doesn't convince me.

The MAIN reason why I use Linux is, that I am fed up with world-wide
corruption and the daily claim, that we are absolutely free. The problem
of my, yours and every free opinion has been FIXED by the frames of
confession. I think Linux is the ONLY way to take advantage of any
freedom. Peace out.

-- 
Microsoft has a majority market share
https://bugs.launchpad.net/bugs/1
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 145123] Re: Keyboard shortcut works even when the screen is locked

2007-10-25 Thread CypherDelic
@Michael Vogt:

I had Zoom AND enhanced Zoom activated, but even if I disable Zoom and
stay on eZoom and restart Fusion I can't manage to phreak gnome-
screensaver. No Bug for me! But as I said, I completely uninstalled all
compiz repositories from ubuntu and installed compiz master from GIT.
Gnome-screensaver screenlock works fine for me.

-- 
Keyboard shortcut works even when the screen is locked
https://bugs.launchpad.net/bugs/145123
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 1] Re: Microsoft has a majority market share

2007-10-25 Thread CypherDelic
Another thing that might could help: A lots of people are using
notebooks and modern processors like core2duo. I, for example, run
2.6.22-14-amd64-generic... but would't be a tickless kernel be quiete
better?! Yes, but it's not available yet for amd64. I tried to install
that 2.6.22-14 and recognized that WakeUps are still the same (400-500)
and that my nvidia-module wasn't loaded. I checked out the stable 2.6.23
with prepatch 2.6.24 and I got less than 10 Wake-Ups per second. This
tickless kernel for amd64 is highly important. Maybe in a short time,
you should consider making amd64 the most important release because
neither AMD or Intel build 32bit chips anymore. Furthermure  I
personally recommend to make color reformation for ubuntu, I can't find
out why somebody should like orange, it's quiete awful, as I firstly
downloaded it, the main point that i was thinking about, was changing
themes and colors.

So let me sum up a bit:
1. Tickless AMD64 Kernel --- I thought it should came with gutsy :(
2. Compiz Upgrade / Compiz Profile Presets
3. Speech Recognition --- This would be amazing.


One thing i miss too is the AMD64 support of VBox, i can't manage to install 
amd64 on the virtual mashine. I rely on it.

These four will take us nearer to fix this bug.

-- 
Microsoft has a majority market share
https://bugs.launchpad.net/bugs/1
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