![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Apple Users Discussions for users who are using Apple Intel or PPC based systems with Ubuntu. |
|
|
Thread Tools | Display Modes |
|
|
#11 | |
|
First Cup of Ubuntu
![]() Join Date: May 2008
Beans: 6
|
Re: pommed doesn't work on my 4th gen MacBook Pro 15"
Quote:
I have been playing around with with for long, and seems no progress. I guess maybe we should wait for the official release of 1.16 or 1.17 to come out. For the current 1.17, by the way, mine couldn't even let me install, saying my libasound get messed up in some sort, but I did install that thing. Oh well, I mainly use ubuntu for programming and work, so I guess no hotkey, no touchpad is not the end of the world for me. But if anyone could point me to the right path on solving this problem exclusive to MBP 4th gen, it would be very appreciated. |
|
|
|
|
|
|
#12 | |
|
OK, I Ubuntu. Do you Ubuntu?
![]() |
Re: pommed doesn't work on my 4th gen MacBook Pro 15"
Quote:
apparently 1.17 has a dependency on a newer version of libasound that is not in the ubuntu repo.
__________________
20" iMac C2D (iMac5,1) How-Tos: Multi-Boot Mactel | EFI-MBR Madness Before You Post... | Mactel-Support Team | Intel Mac FAQ |
|
|
|
|
|
|
#13 |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2006
Beans: 24
|
Re: pommed doesn't work on my 4th gen MacBook Pro 15"
Edit: Reinstalling Linux.
Last edited by seaward; May 11th, 2008 at 10:00 PM.. |
|
|
|
|
|
#14 |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2006
Beans: 24
|
Re: pommed doesn't work on my 4th gen MacBook Pro 15"
OK, cracked the sucker. Had to recompile the kernel as stated here: Bug #207127: FN Key Doesn't Work in Hardy With MacBook Pro Fourth Generation
However, my Device ID was different from the one stated in the bug report. I discovered the correct ID with lsusb, which gave a list of all my Devices. I then checked the verbose lsusb output of each Apple device until I found the one corresponding to my keyboard and altered the hid-quirks.c file accordingly. For the record, my keyboard was 0231, not 0230 as stated in the bug report. It is also interesting to note that xev doesn't respond to the FN key being pressed even though it works fine for normal usage. |
|
|
|
|
|
#15 | |
|
OK, I Ubuntu. Do you Ubuntu?
![]() |
Re: pommed doesn't work on my 4th gen MacBook Pro 15"
Quote:
Please post your findings to that bug report if you haven't already.
__________________
20" iMac C2D (iMac5,1) How-Tos: Multi-Boot Mactel | EFI-MBR Madness Before You Post... | Mactel-Support Team | Intel Mac FAQ |
|
|
|
|
|
|
#16 | |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2006
Beans: 24
|
Re: pommed doesn't work on my 4th gen MacBook Pro 15"
Quote:
I am experiencing further odd behaviour since patching the kernel.
EDIT: Fixing number 2 is accomplished by going to System->Preferences->Keyboard Shortcuts and disabling the built-in Gnome volume controls. Fixing number 1 is a little more complicated. Upon booting into Ubuntu, open a terminal and issue the following commands: Code:
sudo killall -1 pommed sudo pommed -f > /dev/null & exit This solution is definitely not ideal, as it needs to be performed every time the user boots into Ubuntu. Last edited by seaward; May 17th, 2008 at 06:16 AM.. Reason: Fixed info |
|
|
|
|
|
|
#17 |
|
First Cup of Ubuntu
![]() Join Date: Oct 2006
My beans are hidden!
|
Re: pommed doesn't work on my 4th gen MacBook Pro 15"
Got pommed working on my Macbook Pro (4,1) Penryn, Hardy
First open and append the options file. Code:
sudo gedit /etc/modprobe.d/options Code:
options usbhid quirks=0x05ac:0x0230:0x00000800,0x05ac:0x0231:0x00024800,0x05ac:0x0232:0x00000800 Afterwards, add the following to /etc/apt/sources.list so that pommed 1.16 can be used: Code:
deb http://ppa.launchpad.net/mactel-support/ubuntu hardy main deb-src http://ppa.launchpad.net/mactel-support/ubuntu hardy main Code:
sudo aptitude update sudo aptitude install pommed gpomme |
|
|
|
|
|
#18 |
|
OK, I Ubuntu. Do you Ubuntu?
![]() |
Re: pommed doesn't work on my 4th gen MacBook Pro 15"
Note, that I will likely be attempting to create some packages for pommed 1.18 which adds support for additional keyboards very soon.
__________________
20" iMac C2D (iMac5,1) How-Tos: Multi-Boot Mactel | EFI-MBR Madness Before You Post... | Mactel-Support Team | Intel Mac FAQ |
|
|
|
|
|
#19 | |
|
First Cup of Ubuntu
![]() Join Date: Mar 2007
My beans are hidden!
|
Re: pommed doesn't work on my 4th gen MacBook Pro 15"
Quote:
Code:
$ sudo pommed -d Found 0 devices E: No suitable event devices found Last edited by Jp81; May 19th, 2008 at 01:42 PM.. |
|
|
|
|
|
|
#20 |
|
5 Cups of Ubuntu
![]() Join Date: Oct 2006
Beans: 24
|
Re: pommed doesn't work on my 4th gen MacBook Pro 15"
Hey jp, a good place to start debugging problems is to open a terminal window and kill the pommed daemon like so:
Code:
sudo killall -1 pommed Code:
sudo pommed -d I actually have to run pommed in the foreground with logging enabled (sudo pommed -f) in order to get it to work properly. |
|
|
|
| Bookmarks |
| Tags |
| macbook 4.1, pommed |
| Thread Tools | |
| Display Modes | |
|
|