Forums

Skip to content

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

Search found 88 matches

Go to advanced search

Advanced search
Search found 88 matches
  • 1
  • 2
  • 3
  • 4
  • Next
by garion911
Sun Jul 22, 2007 11:29 pm
Forum: Networking & Security
Topic: eth0 not found [solved sorta]
Replies: 2
Views: 1040

Ahh.. that looks like its it... Never thought to look there...

Thanx!
  • Jump to post
by garion911
Sun Jul 22, 2007 5:09 pm
Forum: Networking & Security
Topic: eth0 not found [solved sorta]
Replies: 2
Views: 1040

eth0 not found [solved sorta]

Ok, i'm just posting this, in case someone else runs across this, and maybe someone can explain to me whats happening..

I recently upgraded motherboard from an old Athon to a Athon64 board... With the new MB, of course i needed new drivers. So I boot the machine, set up the drivers in the kernel ...
  • Jump to post
by garion911
Fri Oct 28, 2005 6:29 pm
Forum: Portage & Programming
Topic: bash script with time delay [solved]
Replies: 3
Views: 585

try:

Code: Select all

if ping -c1 www.google.de | grep "1 received";
   then /etc/init.d/ntp-client start;
else sleep 25 && /home/hannes/Connections/./ntp.sh;
fi
  • Jump to post
by garion911
Wed Oct 26, 2005 4:45 am
Forum: Desktop Environments
Topic: Ultraedit Replacement ???
Replies: 17
Views: 6598

I happen to use SlickEdit which probably has all of what you are looking for... Emulates several different keybindings (I use Brief), including VI and Emacs.. Hex editing, syntax highlighting, etc.. Availble on Windows, Linux, Mac, and several other Unix..

It does cost $$$ though..
  • Jump to post
by garion911
Wed Oct 26, 2005 2:52 am
Forum: Desktop Environments
Topic: Nvidia and glx problem(failed to load GLX)
Replies: 21
Views: 11333

I know this thread is a couple weeks old, but I just solved this problem on my machine..

It seems that the nvidia-glx ebuild tries to detect which version of glibc you have installed.. It has to do this, to figure out if it uses TLS or not... In my case, I had glibc 2.2.5 and 2.3.5....... And 2.2.5 ...
  • Jump to post
by garion911
Fri Oct 21, 2005 7:21 am
Forum: Kernel & Hardware
Topic: How to get a Handler to a Device .... elo touchscreen
Replies: 18
Views: 23938

Some more trips down memory lane tell me that yours is the same model as mine was..

Some more notes: You do not need a specific kernel driver.. I got mine working with the basic stuff in 2.6 (fairly sure I was using 2.6 at the time, but definitly pre-UDEV)..

THere's a elographics_drv.o file in ...
  • Jump to post
by garion911
Fri Oct 21, 2005 7:04 am
Forum: Kernel & Hardware
Topic: How to get a Handler to a Device .... elo touchscreen
Replies: 18
Views: 23938

I have no idea how old your touch screen is, but I had a fairly old ELO USB touchscreen (no clue on the model..).. I have since gotten rid of it (the LCD on it died a beautiful plasma effect death..)

What I recall from getting it to work was that I had to compile in the event interface and USB ...
  • Jump to post
by garion911
Fri Oct 14, 2005 5:16 pm
Forum: Portage & Programming
Topic: Multiple versions of python
Replies: 14
Views: 2929

Multiple versions of python

I do development in python for machines that only have python 2.3..

Gentoo handles having both 2.3 and 2.4 on a machine at the same time, except for one thing.. Addition python libs..

For example: I need the twisted framework.. But since the default install of python on gentoo is now 2.4, I only ...
  • Jump to post
by garion911
Thu Oct 13, 2005 8:49 pm
Forum: Portage & Programming
Topic: Programs can't find python modules after python update
Replies: 16
Views: 15804

Here's a question:

I have a need to have packages installed for -both- 2.3 and 2.4 (developing for machines wth only 2.3)...

Now that gentoo has upgraded to 2.4, how can I easily emerge twisted (for example) for 2.3?

I did try this, but it didn't work:


python-updater -o 2.4 -n 2.3


It looked ...
  • Jump to post
by garion911
Sun Jun 19, 2005 4:03 pm
Forum: Multimedia
Topic: Mythtv - compilation problems
Replies: 1
Views: 947

This is a known bug from the looks of it: here

I just spend a few hours figure this out as well. *sigh*.. I should know to check bugzilla first....
  • Jump to post
by garion911
Thu Jun 02, 2005 2:19 pm
Forum: Documentation, Tips & Tricks
Topic: Autostart X based apps on bootup, without x/g/kdm
Replies: 4
Views: 8221

You could yes.. I actaully did it originally with GDM... But why waste the space, memory, maintenance, and time for having kdelibs, kdebase installed? It makes for a more specialized machine..

Plus, it would not have solved my Xterminal problem.
  • Jump to post
by garion911
Thu Jun 02, 2005 12:11 am
Forum: Documentation, Tips & Tricks
Topic: Autostart X based apps on bootup, without x/g/kdm
Replies: 4
Views: 8221

Autostart X based apps on bootup, without x/g/kdm

I have a couple machines that I use for specialize reasons.

Machine 1: Mythtv
Machine 2: Xterminal and mpd jukebox.

My problem initially started with machine 2.. I wanted to have an Xterminal, and I was using LTSP to get it. But eventaully, since this Xterminal is near my "good" stereo anyways, I ...
  • Jump to post
by garion911
Sun Apr 10, 2005 5:45 pm
Forum: Documentation, Tips & Tricks
Topic: LTSP and sound
Replies: 0
Views: 5844

LTSP and sound

After banging my head for several hours, I finally got sound working on my LTSP client..

My situation: I have a machine with a SBLive card. When the LTSP client would start, I would see the modules for it load automaticly, and the esd server would start. But no sound would come out.

I eventaully ...
  • Jump to post
by garion911
Wed Mar 09, 2005 5:52 pm
Forum: Kernel & Hardware
Topic: upgrading kernel, now filesystem errors
Replies: 7
Views: 2953

In my case (which I've solved), yes, the chipset driver was compiled into the kernel.

It was because the .devfsd file existed that it kind bombed out before it could setup udev.. After I deleted that file (booting from an install cd), everything went smoothly..

Not sure if it was the same problem ...
  • Jump to post
by garion911
Wed Mar 09, 2005 2:26 am
Forum: Kernel & Hardware
Topic: upgrading kernel, now filesystem errors
Replies: 7
Views: 2953

Well, I've fixed my problem.. I don't know if its the same as yours though..

I needed to boot with a install cd (or any other cd I would guess), and mount my root drive, and delete the /dev/.devfsd file, which was for some reason sitting there.

Good luck!
  • Jump to post
by garion911
Wed Mar 09, 2005 1:39 am
Forum: Kernel & Hardware
Topic: upgrading kernel, now filesystem errors
Replies: 7
Views: 2953

I have the same exact problem on one machine I just tried to convert to udev.. I haven't figured out what happened yet though.. But I did notice one thing.. My root is on /dev/hda3, and that entry was missing in /dev... It had /dev/hda1, 2, 4, 5,6, 7, 8, of which I only have 1,2,3,4..

So.. It seems ...
  • Jump to post
by garion911
Tue Jan 04, 2005 11:33 pm
Forum: Multimedia
Topic: Three MythTV problems [SOLVED]
Replies: 12
Views: 4686

Maybe you could use the out from the PVR350 into the IN on your sound card..
  • Jump to post
by garion911
Tue Jan 04, 2005 3:47 am
Forum: Portage & Programming
Topic: GCC 3.4.3 and glibc-2.3.4.20041102
Replies: 4
Views: 1485

Yep, going to -j1 did it. thanx!
  • Jump to post
by garion911
Sun Jan 02, 2005 3:28 am
Forum: Multimedia
Topic: Three MythTV problems [SOLVED]
Replies: 12
Views: 4686

You're using PVR 350? Are you using the TV-out from the PVR-350 to display on the TV? If so, then you need to use the sound out from the PVR350 also.. Its the PVR thats doing the decoding of the MPEG, so it just naturally uses its own sound device..

I have the opposite problem.. I wanna have ...
  • Jump to post
by garion911
Sat Jan 01, 2005 5:04 pm
Forum: Portage & Programming
Topic: GCC 3.4.3 and glibc-2.3.4.20041102
Replies: 4
Views: 1485

Actaully, thats what I was following! There's no mention of a fix_libtool script in that wiki entry...

I ran the script, and tried to emerge glibc again, and still no go... Same exact error..

I can emerge an older version of glibc without issue (glibc-2.3.4.20040808-r1)..
  • Jump to post
by garion911
Fri Dec 31, 2004 10:43 pm
Forum: Portage & Programming
Topic: GCC 3.4.3 and glibc-2.3.4.20041102
Replies: 4
Views: 1485

GCC 3.4.3 and glibc-2.3.4.20041102

Hi folks.. I just attempted the gcc3.3 to gcc3.4 upgrade, and everything went well up to the point I was doing the 2nd emerge system.. I recieved an error when compiling glibc-2.3.4-20041102..

(sorry for making it so wide.. Damn long errors!)

here's the error:


CPP='i686-pc-linux-gnu-gcc -E -x c ...
  • Jump to post
by garion911
Tue Dec 28, 2004 9:42 pm
Forum: Desktop Environments
Topic: Remote sound.
Replies: 2
Views: 611

I'm in a similar situation, and came up with a partial solution..

1. setup ESD (emerge esound) on the laptop.
2. Configure your sound applications to use esound, remotely.

My problem lies in the fact that my main workstation is fully functional with everything set using ALSA.. So what I ended up ...
  • Jump to post
by garion911
Thu Oct 07, 2004 2:24 am
Forum: Multimedia
Topic: Gentoo/MythTV - proposed hardware list (suggestions?)
Replies: 6
Views: 1160

Well, I would say that your CPU is overkill, at least for basic recording.. THe 350 will handle the encoding and if you wanted, it can handle teh decoding on its TV out..

For example, I currently run a Myth box (gentoo based), on a PII 400 w/ the 350, without issue..

If you plan on transcoding and ...
  • Jump to post
by garion911
Tue Sep 07, 2004 3:59 pm
Forum: Desktop Environments
Topic: mysqlcc segmentation fault
Replies: 14
Views: 1591

Anyone know of any similar prg in portage that can be used in place of it?

Right now, it works for me (except for a crash when adding a field to a table)...

--Garion
  • Jump to post
by garion911
Mon Sep 06, 2004 2:51 am
Forum: Portage & Programming
Topic: Portage display unexpected text...
Replies: 3
Views: 994

Deleteiing the binary packages that were in that All dfirectory did not help..

My /usr/portage is shared amoung 3 machines via NFS.. Only one machine is having that problem... Odd..

Here's the result after deleting from /usr/portage/packages/All:


root@teri All # emerge -up world


Performing ...
  • Jump to post

Search found 88 matches
  • 1
  • 2
  • 3
  • 4
  • 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