Randalf, thanks, that patch did the trick. I don't understand how it is that after searching through numerous forum posts/bug reports/blog posts about Gentoo on Alu PB G4s, this patch was never mentioned. Thanks again.
Hi randalf, thanks for the pointer. /proc/bus/input/devices shows several devices, including an ADB mouse. Bus 0017 Vendor 0001 Product 3301 Version 0100. The Sysfs is /class/input/input3 and the Handlers are mouse1 and event3.
There are also listings for "Macintosh mouse button emulation" and ...
Okay, well I looked in /usr/src/linux/.config and /proc/config.gz and the latter said that appletouch was unset. So I built a new kernel, making sure that appletouch was set to 'y' and that evdev was also set to 'y'. I booted using that kernel, but I still have the same exactly synaptics errors. Any ...
Thanks for the idea, gringo. No, I hadn't been using /dev/input/event3 as my Device in the InputDevice center. All the examples, and the generic InputDevice mouse use /dev/input/mice. But I did try using /dev/input/event3, and just the same, the log issues the notification:
Subject line says it all. When I load the keymap marked mac-dvorak, none of the keys are correct, the characters that keys correspond to are just a mess: backspace doesn't mean backspace, for example. I'm wondering if there's a keymap for using the Dvorak layout on a PowerBook keyboard (this is an ...
I don't know what exactly I did but I managed to get it to merge correctly. Maybe I had a typo, because I copied and pasted those lines again. It seemed to error when I didn't specify USE="rt2500usb" so maybe I had to do that.
Then I modprobed the modules: rt2500, rt2x00usb rt2500usb, rt2x00 lib ...
I used the ebuild from this bug and simply added your lines between done and linux-mod_src_compile: sed -i -e 's/ rt2x00dev->interface.id,//g' rt2x00mac.c # SO quick and dirty... echo '#define IEEE80211_TXCTL_LONG_RETRY_LIMIT (1<<10)' >> rt2x00.h Your ebuild also gives hassles when the rfkill use ...
Its not part of any overlay - rt2x00 is in portage, so it will not be in an overlay too. You need to make your own overlay. See /etc/make.conf.example to learn how to tell portage about your overlay location. Put the code snippet into a file in your overlay called net-wireless/rt2x00 ...
Thanks for posting this, I'm having the same problem. The ebuild is asking for options in the kernel that are no longer in the kernel, it seems.
Where is the file you're editing? I'm looking in /usr/portage/net-wireless/rt2500 and I see some ebuilds but not the 9999 one. Am I looking in the right ...
You only need that ramdisk support if you plan on setting up a bootsplash image. Did you trying switching from vesafb-tng to vesafb, and recompiling your kernel? That's what I had to do. Keep in mind that with the older vesafb you need a vga= option instead of the resolution in the video= line. You ...
I'm using vesafb-tng. I've tried setting it up with just the kernel settings and no resolution in grub.conf, or no video= part in the kernel line of grub.conf, but neither work. I heard that works for some people, but it didn't on my system, for whatever reason. Any other ideas?
Hi folks. I recently upgraded my kernel to 2.6.22-r2 (from 2.6.21-r4 from when I first installed a few weeks ago) to help me get my USB wireless device working, but now I don't get the proper resolution in virtual terminals. I have a 15" LCD whose native resolution is 1024x768... the machine boots ...
I'm setting up a bot for an IRC channel I frequent. Formerly, I ran an eggdrop bot there. But since this bot is mainly for seen, google, imdb, and logging, I figure I can use something a lot simpler and easier to set up. However, there seem to be a plethora of IRC bots to choose from.
I may just try a newer kernel version if that'll help me get my network going. Were you also attempting to use sungem? Might I ask which package containing a 2.6 kernel it was you were using? I know there are several options-- gentoo-sources, benh, dev ppc sources, etc.
I just booted with sungem compiled in. I was getting this message before, and it might be useful, but I don't know what it means. When we get to the "* Bringing eth0 up..." SIOCSIFADDR: No such device eth0: unknown interface: No such device SIOCSIFBRDADDR: No such device eth0: unknown interface: No ...
I tried making again with the command you recommended. Unfortunately, I still get the same error when trying to use modprobe. Now I'll try with sungem compiled in.
What else could it be? Something about module dependencies (sungem seems to depend on sungem_phy)?