Forums

Skip to content

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

Search found 174 matches

Go to advanced search

Advanced search
Search found 174 matches
  • Page 1 of 7
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 7
  • Next
by ColeSlaw
Sun Mar 14, 2010 11:27 pm
Forum: Multimedia
Topic: Miro Error
Replies: 1
Views: 4019

Miro Error

I installed Miro. When I try to run it, I get this error:

PyNotify support disabled on your platform.
location: /usr/lib64/xulrunner-1.9.1/libxpcom.so
before 3
location: /usr/lib64/xulrunner-1.9.1/libxpcom.so
failed 3
Traceback (most recent call last):
File "/usr/bin/miro.real", line 265, in ...
  • Jump to post
by ColeSlaw
Sun Feb 14, 2010 11:00 pm
Forum: Kernel & Hardware
Topic: Command IR Mini & lirc 0.8.6-r2
Replies: 5
Views: 4604

I just threw $50 at it. I bought an IguanaIR. Should be at my house in a couple of days. I've had enough of messing with this CommandIR mini, and I'm not dropping 100+ bucks on a new one.
  • Jump to post
by ColeSlaw
Thu Feb 11, 2010 3:13 am
Forum: Kernel & Hardware
Topic: Command IR Mini & lirc 0.8.6-r2
Replies: 5
Views: 4604

I'm seeing this in my /var/log/messages file:

Feb 10 21:11:45 cadderly kernel: [96347.558752] i2c-adapter i2c-4: master_xfer[0] W, addr=0x40, len=3
Feb 10 21:11:45 cadderly kernel: [96347.558755] i2c-adapter i2c-4: master_xfer[1] R, addr=0x40, len=2
Feb 10 21:11:46 cadderly kernel: [96348.561381 ...
  • Jump to post
by ColeSlaw
Wed Feb 10, 2010 4:09 pm
Forum: Kernel & Hardware
Topic: Command IR Mini & lirc 0.8.6-r2
Replies: 5
Views: 4604

Yes, I tried irw. Whenever I try to use IRW or send signals with the transmitter I get the same message:

Feb 10 10:06:05 cadderly lircd-0.8.6[8124]: Unable to claim CommandIR - Is it already busy?
Feb 10 10:06:05 cadderly lircd-0.8.6[8124]: Try 'rmmod commandir' or check for other lircds

I've ...
  • Jump to post
by ColeSlaw
Sun Feb 07, 2010 8:50 pm
Forum: Kernel & Hardware
Topic: Command IR Mini & lirc 0.8.6-r2
Replies: 5
Views: 4604

Command IR Mini & lirc 0.8.6-r2

I have just upgraded my MythTV box to a new kernel. Everything is working great except for my CommandIR Mini. I've upgraded lirc to version 0.8.6-r2.

I have USE="transmitter" & LIRC_DEVICES="commandir cmdir"

When I:

cadderly lirc # lsusb
Bus 002 Device 004: ID 10c4:0003 Cygnal Integrated ...
  • Jump to post
by ColeSlaw
Thu Oct 15, 2009 9:51 pm
Forum: Unsupported Software
Topic: Hulu desktop
Replies: 26
Views: 20670

Has anybody used lirc with it? I'm thinking about adding this as a plugin to my MythTV box and am wondering how that might go.

Take a look here . This was discussed on the user list.

It works great on a Phenom X3 @ 720p, not so much on an Athlon 5050e @ 1080 using xf86-video-radeonhd on both ...
  • Jump to post
by ColeSlaw
Thu Oct 15, 2009 6:39 pm
Forum: Unsupported Software
Topic: Hulu desktop
Replies: 26
Views: 20670

Has anybody used lirc with it? I'm thinking about adding this as a plugin to my MythTV box and am wondering how that might go.
  • Jump to post
by ColeSlaw
Fri Jul 11, 2008 1:39 am
Forum: Kernel & Hardware
Topic: WOL (Wake on Lan), an easier way?
Replies: 1
Views: 1871

WOL (Wake on Lan), an easier way?

I have a setup with a main server and several other boxes. (MythTV) I have just finished setting up WOL following the guide at gentoo-wiki . Is there a good way to wake up an individual computer without having to remember it's MAC address? I'm thinking there must be some way to put them in a file ...
  • Jump to post
by ColeSlaw
Fri Jul 04, 2008 8:02 pm
Forum: Desktop Environments
Topic: Wine won't install gecko
Replies: 3
Views: 3366

Is my solution to wait for an updated ebuild? It doesn't bother me if I can't fix it. (I did install the ~amd64 version, it is my own fault) I'm not much for writing ebuilds, etc, but if there is a simplier or at least documented way to fix it, I would be willing to try that. Should I submit a bug ...
  • Jump to post
by ColeSlaw
Fri Jul 04, 2008 4:56 pm
Forum: Desktop Environments
Topic: Wine won't install gecko
Replies: 3
Views: 3366

Wine won't install gecko

I'm trying to use Steam with wine on an amd64 system. I installed it using the guide at gentoo-wiki . It seemed to install fine, and it starts up fine, asking me for username and password, etc. It accepts that, but then a window pops up telling me:

"This application is trying to show an HTML page ...
  • Jump to post
by ColeSlaw
Sun Jun 22, 2008 1:45 pm
Forum: Multimedia
Topic: [solved] LIRC CommandIR Blaster - Channel Change Problems
Replies: 1
Views: 2114

I feel like an idiot replying to my own post so quickly. I kept trying channel 122. After I switched to trying channel 120, I noticed that the two numbers coming across were 10. It was going too fast to read the middle one. I increased my delay to .5 and now it works flawlessly everytime.

My bad ...
  • Jump to post
by ColeSlaw
Sun Jun 22, 2008 1:41 pm
Forum: Multimedia
Topic: [solved] LIRC CommandIR Blaster - Channel Change Problems
Replies: 1
Views: 2114

[solved] LIRC CommandIR Blaster - Channel Change Problems

I'm having problems with my channel change script. I'm using a commandir IR blaster. I seem to have everything complied correctly and working. I can send commands to the Dish Network box that I have and it receives them. My problem comes when I try to send a three digit channel number. The first one ...
  • Jump to post
by ColeSlaw
Sun Apr 27, 2008 7:09 pm
Forum: Portage & Programming
Topic: Bash Script - Imagemagick Resizing for Digital Pictu[solved]
Replies: 5
Views: 2486

Here's another way
convert -resize '640x480>' $picture "/home/cbrodine/Digital_Frame/${picture##*/}"
The ${picture##*/} will strip the maximum amount of prefix matching pattern "*/"

I tried it out, and it works great! Thanks for the help!

My skills in bash have be increased by +1 thanks to you.
  • Jump to post
by ColeSlaw
Sun Apr 27, 2008 3:21 pm
Forum: Portage & Programming
Topic: Bash Script - Imagemagick Resizing for Digital Pictu[solved]
Replies: 5
Views: 2486

Bash Script - Imagemagick Resizing for Digital Pictu[solved]

I'm trying to write a bash script, and I can't figure out what I need to do here.

I have a directory for images of varying sizes that are displayed on my personal webpage with linpha. They are several different sizes and orientations. I recently bought a digital picture frame that takes an SD card ...
  • Jump to post
by ColeSlaw
Sat Mar 22, 2008 4:11 pm
Forum: Gentoo Chat
Topic: Is there a place to buy the handbook?
Replies: 19
Views: 13143

Sometimes I like Kinkos if you are printing a big document and want nicer paper and binding, but to each their own.
  • Jump to post
by ColeSlaw
Thu Mar 20, 2008 6:50 pm
Forum: Gentoo Chat
Topic: Is there a place to buy the handbook?
Replies: 19
Views: 13143

Don't places like Kinkos, etc, print out large documents for a price? I'm sure they could bind it and everything. We have a local place around here that I've used to print online manuals before, when I wanted them in a "book" version.
  • Jump to post
by ColeSlaw
Tue Feb 12, 2008 9:28 pm
Forum: Multimedia
Topic: Building a MythTV box, what would be the ideal hardware?
Replies: 18
Views: 9881

If you got to the MythTV Wiki, under User Systems you can see several people's setups that they have running. (Including mine )

Several people even have links to their stuff on Newegg, so you can pretty much just click and buy if you really want to, but where's the fun in that?

Enjoy your Myth ...
  • Jump to post
by ColeSlaw
Tue Feb 12, 2008 9:08 pm
Forum: Multimedia
Topic: Media Center Solutions?
Replies: 6
Views: 3006

I can't say for sure if it comes with DVD support, but I believe that it does. (MythDora anyway, not sure about Knoppmyth) I have a friend who just installed MythDora, and I'm pretty sure he didn't need to get online to get DVD support. It seems to come with the large majority of codes already ...
  • Jump to post
by ColeSlaw
Tue Feb 12, 2008 8:21 pm
Forum: Multimedia
Topic: Media Center Solutions?
Replies: 6
Views: 3006

I know you aren't looking for TV playback, etc, but you might try looking at MythTV. If you just ignore setting up the capture card stuff, you can always use all the default plugins to play videos, listen to music, look at pictures, watch DVDs, browse the web, etc.

I'm probably not a very good ...
  • Jump to post
by ColeSlaw
Mon Feb 11, 2008 2:12 am
Forum: Portage & Programming
Topic: Failed to create .keep [solved]
Replies: 4
Views: 1265

Nope, I am a member though. Power society, so I have an excuse for not knowing much about computers :)

I like the emblem, cause it is a bit obscure. Congrats on graduating too!
  • Jump to post
by ColeSlaw
Mon Feb 11, 2008 2:02 am
Forum: Portage & Programming
Topic: Failed to create .keep [solved]
Replies: 4
Views: 1265

You are a lifesaver! I wasn't able to use your file, but reinstalling portage from the link you provided did the trick! Thanks!
  • Jump to post
by ColeSlaw
Sun Feb 10, 2008 10:26 pm
Forum: Portage & Programming
Topic: Failed to create .keep [solved]
Replies: 4
Views: 1265

Failed to create .keep [solved]

No matter what file I try to emerge, I get an error along the lines of "Failed to create .keep" no matter what I try to emerge.

What do I do to fix this? What can I post to provide more information? I don't know where to start on this one.

Here's an example of when I try to emerge portage. Any ...
  • Jump to post
by ColeSlaw
Fri Jan 25, 2008 5:50 pm
Forum: Installing Gentoo
Topic: Get help on partitioning here [Part 2]
Replies: 749
Views: 607739

I've come across two 120 GB hard drives, so I'm going to start with a new install on my main desktop PC. I want some recommendations as to what I should do, because I want to attempt something particularly difficult.

I want to install 4 operating systems. Gentoo - my workhorse, Windows XP for ...
  • Jump to post
by ColeSlaw
Sun Sep 30, 2007 12:42 pm
Forum: Gamers & Players
Topic: CS:S Server Crashing on startup
Replies: 1
Views: 2111

I'm an idiot. I don't have sse on my processor. Please ignore me.


processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 4
model name : AMD Athlon(tm) Processor
stepping : 2
cpu MHz : 1202.263
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu ...
  • Jump to post
by ColeSlaw
Sat Sep 29, 2007 2:39 pm
Forum: Gamers & Players
Topic: CS:S Server Crashing on startup
Replies: 1
Views: 2111

CS:S Server Crashing on startup

I have a brand new install of CS:S on my gentoo server. It's an AMD Athlon with 1 gig of ram. It's an old dell box that was turned in to an all purpose file/web/gaming server for a LAN.

I installed it following this guide from the Gentoo Wiki

My command line is:
./srcds_run -console -debug -port ...
  • Jump to post

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