Forums

Skip to content

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

Search found 116 matches

Go to advanced search

Advanced search
Search found 116 matches
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next
by djscribble
Mon Feb 16, 2009 2:51 am
Forum: Portage & Programming
Topic: Sorting Output
Replies: 2
Views: 733

Sorry about that, I mean using shell (bash) preferably; however, if that is NOT possible, i would consider Perl.
  • Jump to post
by djscribble
Mon Feb 16, 2009 12:55 am
Forum: Portage & Programming
Topic: Sorting Output
Replies: 2
Views: 733

Sorting Output

I want to sort a bunch of lines by the last word in the line, however they don't all have the same amount of words.

Here is a sample output:

ONE: TWO: Tuesday
ONE TWO THREE: Monday
ONE TWO THREE FOUR: Friday

I am thinking about using : as a delimiter, however that brings me to 2 problems:
1 ...
  • Jump to post
by djscribble
Mon Feb 16, 2009 12:48 am
Forum: Portage & Programming
Topic: [SOLVED] Bash - Arrays and Delimeters
Replies: 2
Views: 857

works great -- THANKS!!!
  • Jump to post
by djscribble
Sun Feb 15, 2009 8:22 pm
Forum: Portage & Programming
Topic: [SOLVED] Bash - Arrays and Delimeters
Replies: 2
Views: 857

[SOLVED] Bash - Arrays and Delimeters

Greetings,

I am working on a script and am having problems changing the delimeter that bash is using for arrays. Here is my sample/experiment script:

#!/bin/bash
IFS='|'
array=(one two|three four)
echo ${array[0]}
echo ${array[1]}

Here is the output:
./test: line 3: syntax error near ...
  • Jump to post
by djscribble
Tue Aug 28, 2007 10:28 pm
Forum: Kernel & Hardware
Topic: Most programs can't initialize audio with snd-hda-intel
Replies: 7
Views: 2543

dmix has been enabled for a long time now; it's no longer necessary to enable it in ~/.asoundrc (you can delete that file btw, it won't make a difference).

What are your USE flags? Are the programs you're having trouble with configured to use OSS, or ALSA?

How did you get it enabled by default ...
  • Jump to post
by djscribble
Sun Aug 26, 2007 3:18 pm
Forum: Kernel & Hardware
Topic: Most programs can't initialize audio with snd-hda-intel
Replies: 7
Views: 2543

you put it in your home directory
  • Jump to post
by djscribble
Mon Aug 20, 2007 1:33 am
Forum: Unsupported Software
Topic: ccsm won't build
Replies: 4
Views: 2690

What i am saying is that there is nothing wrong with the normal xeffects, just remove the xeffects trunk because that stuff is typically extremely unstable.
  • Jump to post
by djscribble
Fri Aug 17, 2007 5:35 pm
Forum: Unsupported Software
Topic: Screenlets & Compiz-fusion Widget plugin [QUESTION]
Replies: 8
Views: 4040

I had to get an updated version of the widgets plugin. Here were the final directions that i followed to make everything work:

http://smspillaz.wordpress.com/2007/07/ ... et-plugin/
  • Jump to post
by djscribble
Fri Aug 17, 2007 5:31 pm
Forum: Unsupported Software
Topic: ccsm won't build
Replies: 4
Views: 2690

I had many many problems with the xeffects trunk tree (which is where it is pulling your compiz stuff from) try removing that overlay and going at it again.
  • Jump to post
by djscribble
Fri Aug 17, 2007 5:24 pm
Forum: Installing Gentoo
Topic: Back on the gentoo scene: New PC
Replies: 4
Views: 2058

Per your output you already have an IP address on there of 192.168.1.3, however, i had a similar problem, and the module you need to get your networking going is: FORCEDETH (in the kernel it is under the 10/100 section, however it still works with gigabit)

What is the output when you run dhcpcd ...
  • Jump to post
by djscribble
Fri Aug 17, 2007 5:03 pm
Forum: Unsupported Software
Topic: Screenlets & Compiz-fusion Widget plugin [QUESTION]
Replies: 8
Views: 4040

Thanks for the bump -- i missed this one when it first came through...

I currently use all of the above, and in RE to screenlets, you have to go to the widget plugin and manually tell it that screenletsd is supposed to be a widget (and then when you right-click the screenlet it will automatically ...
  • Jump to post
by djscribble
Fri Aug 17, 2007 4:39 am
Forum: Gentoo on Sparc
Topic: root on lvm2: can't find logical volumes
Replies: 3
Views: 8804

Is your boot partition on your in your vg?? if so, then you have some serious problems (IMHO) however if it is not, then you need to change your initial root= line from /dev/mapper/aardbei-root to be root=/dev/[boot device]
  • Jump to post
by djscribble
Fri Aug 17, 2007 4:31 am
Forum: Kernel & Hardware
Topic: negative M/B (sys) temperature
Replies: 5
Views: 2018

OK, so i turned off my computer and when i turned it back on, i checked my BIOS - M/B temp is 31 C

I run sensors after boot, it is -65 -- so apparently it was just a lucky fluke that once my box heats up it is the absolute value of what is being reported...

I did notice the following:

alarms ...
  • Jump to post
by djscribble
Fri Aug 17, 2007 2:05 am
Forum: Kernel & Hardware
Topic: Upgraded kernel, can't get vesafb to work
Replies: 11
Views: 4476

what is the exact entry that you put into your kernel, and what is the exact video= that you are using?
  • Jump to post
by djscribble
Thu Aug 16, 2007 9:03 pm
Forum: Unsupported Software
Topic: [SOLVED] pidgin won't install properly
Replies: 4
Views: 2425

Looking through the log, i found this near the top (line 494)

Build GTK+ 2.x UI............. : no


You need to have the gtk or ncurses use flag enabled for a UI to be compiled per the changelog:

30 Jun 2007; Olivier Crête <tester@gentoo.org> pidgin-2.0.2.ebuild:
Disable gtk ui if neither gtk ...
  • Jump to post
by djscribble
Thu Aug 16, 2007 8:02 pm
Forum: Kernel & Hardware
Topic: Most programs can't initialize audio with snd-hda-intel
Replies: 7
Views: 2543

do you have dmix setup?

try using this for you .asoundrc:

pcm.dmixer {
type dmix
ipc_key 1024
ipc_key_add_uid false
ipc_perm 0666 # mixing for all users
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
buffer_size 8192
rate 44100
}
bindings {
0 0
1 1
}
}

pcm.dsp0 ...
  • Jump to post
by djscribble
Thu Aug 16, 2007 7:58 pm
Forum: Kernel & Hardware
Topic: Upgraded kernel, can't get vesafb to work
Replies: 11
Views: 4476

in RE: to your kernel framebuffer settings, are you using vesafb or vesafb-tng? I had a similar problem and when i switched over to vesafb-tng and set the higher resolution in the kernel settings for it, everything started working.
  • Jump to post
by djscribble
Thu Aug 16, 2007 7:56 pm
Forum: Unsupported Software
Topic: [SOLVED] pidgin won't install properly
Replies: 4
Views: 2425

does /usr/share/applications/pidgin.desktop exist?

also, can you emerge pidgin again and post the last couple hundred lines somewhere so I can see if there are any errors?
  • Jump to post
by djscribble
Thu Aug 16, 2007 7:42 pm
Forum: Installing Gentoo
Topic: Ubuntu 7.04 to Genntoo?
Replies: 17
Views: 4663

I also use compiz fusion, avant window navigator, and screenlets...

you will not get the most current ones from the main portage tree, you will have to emerge layman and then execute layman -a xeffects and then emerge compiz-fusion from there after you unmask it and its dependencies.

however for ...
  • Jump to post
by djscribble
Thu Aug 16, 2007 7:19 pm
Forum: Kernel & Hardware
Topic: negative M/B (sys) temperature
Replies: 5
Views: 2018

:oops: i got it working now -- i mistyped when i was looking in the man page before... :oops:

thanks again!
  • Jump to post
by djscribble
Thu Aug 16, 2007 5:19 pm
Forum: Kernel & Hardware
Topic: modules vs built-into the kernel
Replies: 2
Views: 2133

modules vs built-into the kernel

Greetings,

Are there any benefits to having drivers built as modules as opposed to being built directly into the kernel?? Which is faster, more reliable, easier to handle, recommended?

thanks!
  • Jump to post
by djscribble
Thu Aug 16, 2007 5:08 pm
Forum: Kernel & Hardware
Topic: negative M/B (sys) temperature
Replies: 5
Views: 2018

Great! I was hoping it was only a conversion factor problem :) and yes, the bios is reporting the temperature correctly.

I have taken a brief look at the sensors.conf (which is still pretty vanilla) however, i was unsure what to do to setup a conversion factor. I did see the compute temp lines, but ...
  • Jump to post
by djscribble
Thu Aug 16, 2007 4:13 pm
Forum: Kernel & Hardware
Topic: negative M/B (sys) temperature
Replies: 5
Views: 2018

negative M/B (sys) temperature

Greetings,

I got all of my lm_sensors configuration setup and now sensors is reporting fairly accurately for everything EXCEPT my Motherboard (which is reporting as sys temp)

Here is what it looks like:

Sys Temp: -65 C (high = +0 C, hyst = +127 C)

How is it possible for the temperature to be ...
  • Jump to post
by djscribble
Sun Aug 12, 2007 3:03 am
Forum: Multimedia
Topic: Multichannel problems with snd_hda_intel
Replies: 3
Views: 1976

Did you ever get this fixed?? (i am noticing the same issue with 2.6.21-gentoo-r4) Also, what did you put in your .asoundrc to fix this??

thanks!
  • Jump to post
by djscribble
Sat Aug 11, 2007 3:58 pm
Forum: Desktop Environments
Topic: beryl --replace not working
Replies: 1
Views: 781

beryl --replace not working

Greetings,

I am trying to run beryl --replace from fluxbox (this way fluxbox quits and beryl starts up) however, nomatter what i do, i keep getting the error that there are no manageable screens found.

any help would be appreciated!
  • Jump to post

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