Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Search
  • Search

Search found 61 matches

Go to advanced search

Advanced search
Search found 61 matches
  • 1
  • 2
  • 3
  • Next
by kingLatency
Sat Aug 30, 2008 5:54 pm
Forum: Gentoo on PPC
Topic: Problem with Synaptics under Linux Kernel 2.6.15 [Solved]
Replies: 41
Views: 26191

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. :)
  • Jump to post
by kingLatency
Wed Aug 27, 2008 9:32 pm
Forum: Gentoo on PPC
Topic: Problem with Synaptics under Linux Kernel 2.6.15 [Solved]
Replies: 41
Views: 26191

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 ...
  • Jump to post
by kingLatency
Fri Aug 22, 2008 11:22 pm
Forum: Gentoo on PPC
Topic: Problem with Synaptics under Linux Kernel 2.6.15 [Solved]
Replies: 41
Views: 26191

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 ...
  • Jump to post
by kingLatency
Fri Aug 22, 2008 9:29 pm
Forum: Gentoo on PPC
Topic: Problem with Synaptics under Linux Kernel 2.6.15 [Solved]
Replies: 41
Views: 26191

How can I check that? I know I can look in

Code: Select all

/usr/src/linux/.config
, but I think I probably have futzed around in

Code: Select all

make menuconfig
and saved changes in anticipation of compiling a new kernel. So how can I check what my kernel was actually built with?
  • Jump to post
by kingLatency
Fri Aug 22, 2008 3:54 am
Forum: Gentoo on PPC
Topic: Problem with Synaptics under Linux Kernel 2.6.15 [Solved]
Replies: 41
Views: 26191

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:

(II) Synaptics ...
  • Jump to post
by kingLatency
Thu Aug 21, 2008 1:20 am
Forum: Gentoo on PPC
Topic: Problem with Synaptics under Linux Kernel 2.6.15 [Solved]
Replies: 41
Views: 26191

I'm having this same issue. The errors say:

(II) Synaptics touchpad driver version 0.14.6 (1406)
Synaptics no synaptics event device found (checked 17 nodes)

**snip**

(EE) Synaptics no synaptics touchpad detected and no repeater device
(EE) Synaptics Unable to query/initialize Synaptics hardware ...
  • Jump to post
by kingLatency
Sun Aug 17, 2008 4:47 am
Forum: Gentoo on PPC
Topic: Dvorak in consoles on PowerBook?
Replies: 1
Views: 2450

Dvorak in consoles on PowerBook?

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 ...
  • Jump to post
by kingLatency
Wed Apr 30, 2008 12:48 am
Forum: Gentoo Chat
Topic: [NEWS] 2008.0_beta2 released
Replies: 187
Views: 177699

sPHERE911 wrote:EDIT: The LiveCD image is over 800mb, why's that? I mean, there's already a LiveDVD iso.
Yeah, I don't get this. How is this going to fit on a CD?
  • Jump to post
by kingLatency
Tue Apr 01, 2008 8:02 pm
Forum: Gentoo Chat
Topic: [NEWS] 2008.0_beta1 unleashed. No joke.
Replies: 77
Views: 110940

Dirk.R.Gently wrote:Is ppc (32 bit) support being dropped?
Or perhaps PPC (32 bit) just isn't one of the architectures for the beta release.
  • Jump to post
by kingLatency
Fri Aug 31, 2007 11:21 pm
Forum: Unsupported Software
Topic: rt2x00 for 2.6.22
Replies: 18
Views: 12548

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 ...
  • Jump to post
by kingLatency
Fri Aug 31, 2007 4:06 pm
Forum: Unsupported Software
Topic: rt2x00 for 2.6.22
Replies: 18
Views: 12548

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 ...
  • Jump to post
by kingLatency
Sun Aug 26, 2007 3:06 pm
Forum: Unsupported Software
Topic: rt2x00 for 2.6.22
Replies: 18
Views: 12548

I tried each of the ebuilds, and when I modprobe the modules I get errors in dmesg:

usbcore: deregistering interface driver rt2500usb
wmaster0: Failed to select rate control algorithm
wmaster0: Failed to initialize rate control algorithm
phy1 -> rt2x00lib_probe_dev: Error - Failed to initialize hw ...
  • Jump to post
by kingLatency
Sun Aug 26, 2007 5:53 am
Forum: Unsupported Software
Topic: rt2x00 for 2.6.22
Replies: 18
Views: 12548

kingLatency,

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 ...
  • Jump to post
by kingLatency
Sat Aug 25, 2007 1:19 pm
Forum: Unsupported Software
Topic: rt2x00 for 2.6.22
Replies: 18
Views: 12548

What overlay is that package part of? How do I set it up?
  • Jump to post
by kingLatency
Fri Aug 24, 2007 11:43 pm
Forum: Unsupported Software
Topic: rt2x00 for 2.6.22
Replies: 18
Views: 12548

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 ...
  • Jump to post
by kingLatency
Wed Aug 22, 2007 10:52 am
Forum: Kernel & Hardware
Topic: Upgraded kernel, can't get vesafb to work
Replies: 11
Views: 4476

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 ...
  • Jump to post
by kingLatency
Fri Aug 17, 2007 10:05 pm
Forum: Kernel & Hardware
Topic: Upgraded kernel, can't get vesafb to work
Replies: 11
Views: 4476

Well, switching to vesafb instead of vesafb-tng did the trick, thanks. :)

I was, however, hoping to set up gensplash. Does anyone know if that requires the use of vesafb-tng or if it will work with plain 'ol vesafb?

Thanks!
  • Jump to post
by kingLatency
Fri Aug 17, 2007 11:38 am
Forum: Kernel & Hardware
Topic: Upgraded kernel, can't get vesafb to work
Replies: 11
Views: 4476

VESA default mode in the kernel: 1024x768@75

For the grub.conf kernel line I've tried a number of adjustments, currently:

Code: Select all

kernel /boot/kernel-2.6.22 root=/dev/hda3 video=vesafb:1024x768-32,mtrr:3,ywrap
  • Jump to post
by kingLatency
Thu Aug 16, 2007 10:34 pm
Forum: Kernel & Hardware
Topic: Upgraded kernel, can't get vesafb to work
Replies: 11
Views: 4476

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?
  • Jump to post
by kingLatency
Thu Aug 16, 2007 1:41 pm
Forum: Kernel & Hardware
Topic: Upgraded kernel, can't get vesafb to work
Replies: 11
Views: 4476

Upgraded kernel, can't get vesafb to work

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 ...
  • Jump to post
by kingLatency
Thu Aug 05, 2004 9:44 pm
Forum: Other Things Gentoo
Topic: Choosing an IRC bot
Replies: 2
Views: 1186

Choosing an IRC bot

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.

So, what IRC ...
  • Jump to post
by kingLatency
Thu Jul 15, 2004 12:43 pm
Forum: Gentoo on PPC
Topic: Need sungem to use eth0, no luck
Replies: 12
Views: 6789

I've got 3.3.3, so I guess that bug is what's affecting me. I'm going to try gentoo-dev-sources.
  • Jump to post
by kingLatency
Thu Jul 15, 2004 12:42 am
Forum: Gentoo on PPC
Topic: Need sungem to use eth0, no luck
Replies: 12
Views: 6789

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.

eth1 didn't work either.
  • Jump to post
by kingLatency
Wed Jul 14, 2004 4:00 pm
Forum: Gentoo on PPC
Topic: Need sungem to use eth0, no luck
Replies: 12
Views: 6789

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 ...
  • Jump to post
by kingLatency
Wed Jul 14, 2004 3:04 pm
Forum: Gentoo on PPC
Topic: Need sungem to use eth0, no luck
Replies: 12
Views: 6789

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)?
  • Jump to post

Search found 61 matches
  • 1
  • 2
  • 3
  • Next

Go to advanced search

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic