Forums

Skip to content

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

Search found 4502 matches

Go to advanced search

Advanced search
Search found 4502 matches
  • Page 1 of 181
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 181
  • Next
by codergeek42
Tue Jan 26, 2010 5:31 am
Forum: Multimedia
Topic: Linux equivalent to PhotoZoom Pro?
Replies: 4
Views: 5490

Perhaps it would function properly through Wine? :?
  • Jump to post
by codergeek42
Wed Dec 16, 2009 1:09 am
Forum: Kernel & Hardware
Topic: [SOLVED] Built-in lenovo webcam: Which driver?
Replies: 14
Views: 15473

That's a UVC webcam - I have the same in my T500. You need to enable the uvcvideo kernel driver for it (either as a module or built-in).
  • Jump to post
by codergeek42
Sun Sep 13, 2009 1:16 am
Forum: Multimedia
Topic: "The process for the audiocd protocol died unexpectedly"
Replies: 3
Views: 2994

Does it work again if you reboot into your older kernel?
  • Jump to post
by codergeek42
Tue Aug 18, 2009 5:11 am
Forum: Gentoo Chat
Topic: In memory of Ferris E. McCormick, aka fmccor - responses
Replies: 71
Views: 119919

I can't say I knew Ferris well if at all, as we only briefly chatted on IRC a couple of times; but from what I've read of his mailing list posts and about how much he's helped others both in and out of Gentoo-land, it's plain to see that the world needs more amazing people like him.

Rest In Peace ...
  • Jump to post
by codergeek42
Sun Jul 26, 2009 10:41 pm
Forum: Networking & Security
Topic: Best Web Development Apps for Gentoo Linux???
Replies: 5
Views: 2449

cach0rr0 wrote:Bluefish is worth a look if you haven't already
++

Its syntax highlighting - especially for mixed PHP+SQL/(X)HTML/CSS - is second almost to none. :)
  • Jump to post
by codergeek42
Tue Apr 28, 2009 9:52 pm
Forum: Gamers & Players
Topic: What games do people still play these days?
Replies: 57
Views: 33889

Nexuiz, BZFlag, and Urban Terror are my three favorite games for the moment. :)
  • Jump to post
by codergeek42
Fri Jan 23, 2009 6:09 am
Forum: Unsupported Software
Topic: Mesa 7.3 Development Release
Replies: 1
Views: 1840

Oooh, DRI2/GEM support for the Intel DRI drivers. I'm going to try this on my desktop (G965). :)
  • Jump to post
by codergeek42
Sat Jan 10, 2009 6:49 pm
Forum: Portage & Programming
Topic: [gcc] error init does not name a type[solved]
Replies: 4
Views: 1126

Should be "int" (short for "integer"). :)
  • Jump to post
by codergeek42
Thu Dec 25, 2008 8:41 pm
Forum: Other Things Gentoo
Topic: Good BitTorrent client that can run as daemon?
Replies: 20
Views: 5786

I was actually thinking of Deluge, but portage wants me to install 63 packages along with it! Mostly x11 stuff. The only USE flag I see for Deluge is libnotify which is disabled. How do I get around installing everything? Not sure, actually. The CLI and WebUI frontends would probably work just fine ...
  • Jump to post
by codergeek42
Thu Dec 25, 2008 9:02 am
Forum: Other Things Gentoo
Topic: Good BitTorrent client that can run as daemon?
Replies: 20
Views: 5786

I highly recommend Deluge. In its current incarnation, it can run as a stand-alone daemon with any of GTK+, CLI, or web-based ("WebUI") frontends.

Edit: According to gentoo-portage.com, it is in Portage as net-p2p/deluge.
  • Jump to post
by codergeek42
Wed Dec 17, 2008 11:38 pm
Forum: Portage & Programming
Topic: Just noticed something odd about bash's history...
Replies: 6
Views: 1130

Hopeless wrote:
omp wrote:wfm
wut?
"Works for me"
  • Jump to post
by codergeek42
Wed Nov 12, 2008 8:02 am
Forum: Desktop Environments
Topic: Can someone explain "montype"?
Replies: 1
Views: 649

Hi, curmudgeon.

Digging a bit through some Google search results, I found this message from the FreeDesktop.org's ATi driver mailing list explaining that this appears to be nothing more than spurious debugging output from the driver switching modes and handling DPMS events.

Hope that helps.
  • Jump to post
by codergeek42
Fri Oct 24, 2008 11:12 am
Forum: Kernel & Hardware
Topic: Driver for IDE interface Marvell Device 6121?
Replies: 7
Views: 2277

Please give the output of the following command:

Code: Select all

/sbin/lspci | grep 'IDE interface'
(You may need to install the pciutils package if you do not have this file yet.)

This will tell us the make/model of your IDE controller, so that we can help you install and/or configure it appropriately.
  • Jump to post
by codergeek42
Mon Sep 22, 2008 11:33 pm
Forum: Multimedia
Topic: epiphany crash with youtube
Replies: 3
Views: 1718

If you run it from a terminal, does it leave behind any debugging output or similar when it crashes?
  • Jump to post
by codergeek42
Thu Sep 18, 2008 6:08 pm
Forum: Other Things Gentoo
Topic: Failed to lookup hostname via DNS: Name or service not known
Replies: 9
Views: 3520

Are you sure that's the right IP address of your nameserver? (In most cases, it's often the IP address of your router.)

You may want to try using OpenDNS's nameservers:

Code: Select all

##### /etc/resolv.conf #####

nameserver 208.67.222.222
nameserver 208.67.220.220
  • Jump to post
by codergeek42
Tue Jul 15, 2008 4:59 am
Forum: Kernel & Hardware
Topic: Need to run disable_hw_scan=1 to use wlan0 [solved]
Replies: 9
Views: 3543

swimmer wrote:[...] creating a file iwl3945 in /etc/modprobe.d/ with the line codergeek42 suggested ...

Sorry codergeek42 ;-)
Heh; That's my "not used Gentoo in 2+ years" solution, so I appreciate your correction. Thanks. :)
  • Jump to post
by codergeek42
Mon Jul 14, 2008 5:21 am
Forum: Kernel & Hardware
Topic: Need to run disable_hw_scan=1 to use wlan0 [solved]
Replies: 9
Views: 3543

naw, it's a module (unless I'm misinterpreting what you mean by 'static') OOOH. I think I see what you're saying.

If you want to add this as a permanent option for the module, you can use the /etc/modprobe.conf file. # /etc/modprobe.conf
options iwl3945 disable_hw_scan=1 Its syntax for the ...
  • Jump to post
by codergeek42
Mon Jul 14, 2008 5:13 am
Forum: Kernel & Hardware
Topic: Need to run disable_hw_scan=1 to use wlan0 [solved]
Replies: 9
Views: 3543

If it's built into your kernel statically, you can add it as a boot-time parameter such as 'iwl3945.disable_hw_scan=1'. (This would be appended to your "kernel /bzImage-version" line in your Grub config file.)
  • Jump to post
by codergeek42
Mon Apr 07, 2008 4:43 pm
Forum: Gentoo Chat
Topic: Abusive Freenode Ops
Replies: 50
Views: 21425

Rick rolls are not funny and way off-topic in #gentoo You know what is even more funny? Your deity thinks otherwise: https://bugzilla.redhat.com/show_bug.cgi?id=439858 Your choice of wording and anecdotal evidence there was a bit too rash, I think. Torvalds is neither our "deity," nor does his ...
  • Jump to post
by codergeek42
Wed Feb 06, 2008 11:31 pm
Forum: Desktop Environments
Topic: scim-tomoe does not recognize any characters I draw
Replies: 4
Views: 2646

gundelgauk, I recently acquired a Wacom tablet and was also trying out Tomoe.

For me, however, it only works if I set the language to Japanese before running it (e.g., "LANG=ja scim-tomoe"). Maybe this will correct the issue for you, as well?

Hope that helps.
  • Jump to post
by codergeek42
Wed Nov 14, 2007 10:34 pm
Forum: Portage & Programming
Topic: C++ Question
Replies: 19
Views: 7639

Maybe boost::timer would help with this? :)
  • Jump to post
by codergeek42
Fri Oct 26, 2007 4:41 am
Forum: Kernel & Hardware
Topic: [Solved] No SMP for Hyperthreading P4?
Replies: 15
Views: 3555

I haven't had the need for a manual kernel configuration in a very long time; but as I recall, the option for it is called "Symmetric Multithreading." Its symbol is CONFIG_SCHED_SMT.

Edit: Minor grammar fix.
  • Jump to post
by codergeek42
Sun Aug 05, 2007 7:26 am
Forum: Gentoo Chat
Topic: Portage with p2p
Replies: 127
Views: 91423

Moved from Off the Wall to Gentoo Chat.
  • Jump to post
by codergeek42
Sun Jul 29, 2007 7:26 am
Forum: Documentation, Tips & Tricks
Topic: Some ext3 Filesystem Tips
Replies: 361
Views: 606825

Nifty tip! Thanks, likewhoa. :)
  • Jump to post
by codergeek42
Thu Jul 26, 2007 3:32 am
Forum: Gentoo Chat
Topic: Vipernicus
Replies: 140
Views: 55849

Rest in peace, vipernicus.

My condolences to vipernicus's family and friends. He will be surely missed. :(
  • Jump to post

Search found 4502 matches
  • Page 1 of 181
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 181
  • 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