[Bug 431812] Re: i915: black screen on boot

2009-11-11 Thread Oak
** Package changed: initramfs-tools (Ubuntu Karmic) => Ubuntu Karmic

-- 
i915: black screen on boot
https://bugs.launchpad.net/bugs/431812
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 492056] Re: Saitek X52 Joystick does not work

2010-04-24 Thread Oak
SOLVED!  HALLELUYAH!!!

Simple solution, after all googling... No need to replace kernel!!

Preface: Your joystick is shown in:
# dmesg | grep joy
but doesn't come up i.e. in js_demo. This is apparently due to problem with 
some 2.6 kernels. The easy solution I tested is to replace a single module 
joydev.ko (instead of rebuilding and reinstalling all kernel).

0) I had installed kernel sources and stuff to compile it. You MUST find out 
what kernel you're using:
# uname -r
...and use exactly this kernel. In my case it's "linux-2.6.31.5-0.1-Desktop" 
which sources I will copy to "linux-2.6.31.5-OAK". In all cases you must 
replace my kernel version for yours in all commands bellow. "OAK" is just a 
suffix to my kernel sources copy - you can use other suffix of course.
1) I copied my current kernel to /usr/src/linux-2.6.31.5-OAK so that I can 
modify the sources safely
# cp /usr/src/linux-2.6.31.5-0.1-Desktop /usr/src/linux-2.6.31.5-OAK 
2) Modify the file /usr/src/linux-2.6.31.5-OAK/drivers/input/joydev.c - remove 
following lines:
---
  .flags = INPUT_DEVICE_ID_MATCH_EVBIT |
INPUT_DEVICE_ID_MATCH_KEYBIT,
  .evbit = { BIT_MASK(EV_KEY) },
  .keybit = { [BIT_WORD(BTN_DIGI)] = BIT_MASK(BTN_DIGI) },
---
... which are beteween brackets bellow text "}, /* Avoid itouchpads and 
touchscreens */". This exactl what they are saying in the first post of this 
thread.
3) I followed tutorial 
("http://en.opensuse.org/Configure,_Build_and_Install_a_Custom_Linux_Kernel"; 
for my OpenSUSE) for rebulding the kernel, up to the point where you run 
"make". This includes few commands:
cd /usr/src/linux-2.6.31.5-OAK
# make clean
# make mrproper
# make cloneconfig
# make xconfig (probably not required for building a module only, but better 
check the config in xconfig)
... now this is where you would run "make". But instead, build kernel modules 
for input devices only:
# make SUBDIRS=/usr/src/linux-2.6.31.5-OAK/drivers/input/ modules
... this will take some time, cca 5 minutes on my quad machine. When finished, 
provided it didn't ended up with an "Error #" statement (install whatever 
you're missing for kernel building then), replace with your new input.ko module 
the old one:
# mv /lib/modules/2.6.31.5-0.1-desktop/kernel/drivers/input/joydev.ko 
/lib/modules/2.6.31.5-0.1-desktop/kernel/drivers/input/joydev.ko.bak
# cp /usr/src/linux-2.6.31.5-OAK/drivers/input/joydev.ko 
/lib/modules/2.6.31.5-0.1-desktop/kernel/drivers/input/joydev.ko
4) Reboot and ENJOY! Now when you run (with X52 plugged in :-D) js_demo you 
should see the joystick and it's reactions:
o...@linux:~> js_demo
Joystick test program.
~~
Joystick 0: "Saitek Saitek X52 Flight Control System"
Joystick 1 not detected
Joystick 2 not detected
Joystick 3 not detected
Joystick 4 not detected
Joystick 5 not detected
Joystick 6 not detected
Joystick 7 not detected
+JS.0--+
| Btns Ax:0 Ax:1 Ax:2 Ax:3 Ax:4 Ax:5 Ax:6 Ax:7 Ax:8 Ax:9 Ax:10 |
+--+
...
I hope it helps.

Regards,

Oak

-- 
Saitek X52 Joystick does not work
https://bugs.launchpad.net/bugs/492056
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 1414423] [NEW] Installer fails to install grub, then crashes

2015-01-25 Thread Richard Oak
Public bug reported:

Attempting to install Ubuntu 14.10 on a software RAID across 2 1TB
disks. I've built a RAID using the instructions here
(http://blog.tshirtman.fr/2014/5/4/install-ubuntu-desktop-on-software-
raid)

I've given the disks a 1Gb partition to install grub or boot onto, but
that fails, and then the installer crashes

ubuntu@ubuntu:~$ lsb_release -rd
Description:Ubuntu 14.10
Release:14.10
ubuntu@ubuntu:~$ 

Running off the 14.10 installer CD

ProblemType: Bug
DistroRelease: Ubuntu 14.10
Package: ubiquity 2.20.0
ProcVersionSignature: Ubuntu 3.16.0-23.31-generic 3.16.4
Uname: Linux 3.16.0-23-generic x86_64
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
CasperVersion: 1.345
Date: Sun Jan 25 10:47:24 2015
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
LiveMediaBuild: Ubuntu 14.10 "Utopic Unicorn" - Release amd64 (20141022.1)
ProcEnviron:
 LANGUAGE=en_GB.UTF-8
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubiquity-2.20.0 ubuntu utopic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1414423

Title:
  Installer fails to install grub, then crashes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1414423/+subscriptions

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


[Bug 1420669] [NEW] package redmine 2.5.2-1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2015-02-11 Thread Richard Oak
Public bug reported:

installing redmine on ubuntu 14.10 server install (with ubuntu-desktop
installed as well)

Probably only did "sudo apt-get install redmine", rather than "sudo apt-
get install redmine redmine-mysql"

ProblemType: Package
DistroRelease: Ubuntu 14.10
Package: redmine 2.5.2-1
ProcVersionSignature: Ubuntu 3.16.0-29.39-generic 3.16.7-ckt2
Uname: Linux 3.16.0-29-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.14.7-0ubuntu8
Architecture: amd64
Date: Sun Feb  8 14:21:29 2015
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
InstallationDate: Installed on 2015-01-27 (14 days ago)
InstallationMedia: Ubuntu-Server 14.10 "Utopic Unicorn" - Release amd64 
(20141022.2)
PackageArchitecture: all
SourcePackage: redmine
Title: package redmine 2.5.2-1 failed to install/upgrade: subprocess installed 
post-installation script returned error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package utopic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1420669

Title:
  package redmine 2.5.2-1 failed to install/upgrade: subprocess
  installed post-installation script returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/redmine/+bug/1420669/+subscriptions

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