Forums

Skip to content

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

Search found 67 matches

Go to advanced search

Advanced search
Search found 67 matches
  • 1
  • 2
  • 3
  • Next
by qleak
Sun May 27, 2007 2:59 pm
Forum: Gentoo on PPC
Topic: bcm4306 WPA log flooding
Replies: 1
Views: 2544

bcm4306 WPA log flooding

Hi, I just recently have gotten WPA working with my bcm4306 card and am using the 2.6.20.3 vanilla kernel.
I've noticed alot of spamming in the logs related to WPA such as the following:


bcm43xx: Keys cleared
bcm43xx: Selected 802.11 core (phytype 2)
bcm43xx: set security called, .level = 0 ...
  • Jump to post
by qleak
Thu May 03, 2007 4:22 pm
Forum: Desktop Environments
Topic: gnome-terminal title [solved]
Replies: 10
Views: 2946

Mythos wrote:ummm gnome-terminal -> Terminal -> Set Title ?
tw04l124 also suggested this. I also was aware of this option, but it takes time to change the window title every time I run a program. I wanted it to be automatic with specific programs that are important to me. :)

Thanks anyway,

-Q
  • Jump to post
by qleak
Wed May 02, 2007 8:22 am
Forum: Desktop Environments
Topic: gnome-terminal title [solved]
Replies: 10
Views: 2946

If anyone is interested here is my script I added this too


#!/bin/bash

export PROMPT_COMMAND=
export PS1="$"
echo -ne "\033]0;GAP\007"

FILE="/usr/local/src/gap4r4/save_X.gap"
[ -z "$DISPLAY" ] && FILE="/usr/local/src/gap4r4/save.gap"

/usr/local/src/gap4r4/bin/gap.sh -L $FILE $*


Thanks again ...
  • Jump to post
by qleak
Wed May 02, 2007 8:17 am
Forum: Desktop Environments
Topic: gnome-terminal title [solved]
Replies: 10
Views: 2946

even with changing the command line the echo command does not work on either xterm or gnome-terminal. Any other ideas?

I accidentally omitted the -ne options to the echo command, which are needed for the escapes to be interpreted correctly and to omit spurious output. This is the command you need ...
  • Jump to post
by qleak
Wed May 02, 2007 7:21 am
Forum: Gentoo on PPC
Topic: succesfull PS3 install now what...
Replies: 13
Views: 8544

another option for downloading the videos of youtube or whatever is the video downloader firefox plugin

https://addons.mozilla.org/en-US/firefox/addon/2390

cheers

-Q
  • Jump to post
by qleak
Sun Apr 29, 2007 5:08 pm
Forum: Desktop Environments
Topic: gnome-terminal title [solved]
Replies: 10
Views: 2946

even with changing the command line the echo command does not work on either xterm or gnome-terminal. Any other ideas?

Cheers

-Q
  • Jump to post
by qleak
Thu Apr 26, 2007 2:51 pm
Forum: Desktop Environments
Topic: gnome-terminal title [solved]
Replies: 10
Views: 2946

Re: gnome-terminal title


In a nutshell, it's this: echo "\033]0;the terminal title you want\007"

See also this thread: http://forums.gentoo.org/viewtopic.php?t=18106

This doesn't seem to work in xterm, not to mention gnome-terminal. Infact if i use the xterm -T"title" at the command line it gets replaced by the ...
  • Jump to post
by qleak
Thu Apr 26, 2007 10:40 am
Forum: Desktop Environments
Topic: gnome-terminal title [solved]
Replies: 10
Views: 2946

gnome-terminal title [solved]

Does anyone know a command line way to set the title of a terminal window. I've noticed emerge does this but its a matter of convenience so I don't want to spend forever looking for it.

Thanks

-Q
  • Jump to post
by qleak
Wed Dec 06, 2006 9:11 pm
Forum: Portage & Programming
Topic: help with patching nethack [solved]
Replies: 3
Views: 917

Brainfart wrote:sed maybe? something along the lines of s/^M//
yeah.. I just tried that before I found an easier way. Apparently there are more characters garbled than just the ^M.. :-/


thanks anyway :-)

cheers

-Q
  • Jump to post
by qleak
Wed Dec 06, 2006 9:10 pm
Forum: Portage & Programming
Topic: help with patching nethack [solved]
Replies: 3
Views: 917

Okay.. I found a way to fix it

emerge fixdos
crlf Nethack-3.4.3-htmldump-0.3.diff
  • Jump to post
by qleak
Wed Dec 06, 2006 8:44 pm
Forum: Portage & Programming
Topic: help with patching nethack [solved]
Replies: 3
Views: 917

help with patching nethack [solved]

Hi,

I'm thinking of setting up a nethack tournament among some friends over our upcoming break. To do this we want dump files of the endgame. In particular I'm trying to patch the source with the patch from here:

http://nethack-users.sourceforge.jp/htmldump/

The only patches that don't fail are ...
  • Jump to post
by qleak
Wed Sep 20, 2006 10:40 pm
Forum: Gentoo on PPC
Topic: keboard question..
Replies: 4
Views: 2382

even worse after a bit of playing

Code: Select all

 xmodmap -e 'keycode 13 = 4 sterling'
yeilds nothing when shifting 4

hmm any hints ?
  • Jump to post
by qleak
Wed Sep 20, 2006 10:25 pm
Forum: Gentoo on PPC
Topic: keboard question..
Replies: 4
Views: 2382

xmodmap -pke | grep sterling

has no results

-Q
  • Jump to post
by qleak
Wed Sep 20, 2006 3:18 pm
Forum: Gentoo on PPC
Topic: keboard question..
Replies: 4
Views: 2382

keboard question..

I recently moved to the UK from the US. I was wondering if anyone has any ideas on how to type the UK pound sign "L"
in a US keyboard.

Thanks

-Q
  • Jump to post
by qleak
Thu Sep 07, 2006 3:34 pm
Forum: Other Things Gentoo
Topic: changing time zones
Replies: 1
Views: 790

changing time zones

Any advise about changing time zones in linux?

of course that is just a symlink change of /etc/localtime

I'm going to be moving from the US to UK for nine months then back.

I know some odd things can happen if you end up with future dated files and whatnot.. So I just wanted to hear something ...
  • Jump to post
by qleak
Fri Aug 25, 2006 4:29 pm
Forum: Portage & Programming
Topic: c/c++ passphrase entry
Replies: 4
Views: 1736

Thanks both for you input. termios.h looks like a much simpler option that ncurses.

-Q
  • Jump to post
by qleak
Fri Aug 25, 2006 2:35 pm
Forum: Portage & Programming
Topic: c/c++ passphrase entry
Replies: 4
Views: 1736

c/c++ passphrase entry

I'm working on an experimental crypto program and want to have the user input a passphrase, but don't want it to be displayed.

I would like for there to be * characters or just a curser moving over with a blank.

I'm fairly sure I can do this with ncurses but this seems like using a bulldozer to ...
  • Jump to post
by qleak
Fri Jul 28, 2006 4:50 pm
Forum: Gentoo on PPC
Topic: Native Airport Extreme Drivers
Replies: 1033
Views: 4455717

If you are not broadcasting your SSID, SoftMAC cannot connect to the AP.

Jose,

Are you sure about this? Currently the only AP I can connect to has a hidden SSID. I specify the essid and it has worked fine for some time now.
This may be router equipment specific, since this is my universities ...
  • Jump to post
by qleak
Tue Jul 11, 2006 4:53 pm
Forum: Portage & Programming
Topic: app-cdr/dvdrtools masked? [solved]
Replies: 2
Views: 919

Thanks Carlo,

I learned something new today :-)
  • Jump to post
by qleak
Tue Jul 11, 2006 2:26 pm
Forum: Portage & Programming
Topic: app-cdr/dvdrtools masked? [solved]
Replies: 2
Views: 919

app-cdr/dvdrtools masked? [solved]

Today I synced to find dvdrtools hard masked.

I've checked for a bug report or glsa and came up with nothing.
Anyone know why this package has been hard masked?

-Q
  • Jump to post
by qleak
Tue Jul 11, 2006 2:04 pm
Forum: Gentoo on PPC
Topic: To PREEMPT or not to PREEMPT
Replies: 10
Views: 5866

You may want to keep a bootable kernel image around without prempt.

As I recall, I had some issues with prempt in much older kernels. It worked for some time and then without warning made my system quite unworkable.
I didn't have any bootable kernels without preempt, so I had to boot from a live ...
  • Jump to post
by qleak
Wed Jul 05, 2006 5:41 pm
Forum: Gentoo on PPC
Topic: nv and xorg 7 [solved]
Replies: 2
Views: 2166

Thanks JoseJX,

After recompiling xorg-server it works with my old config.
I'm not sure why it didn't work with all the drivers installed :-/

-Q
  • Jump to post
by qleak
Wed Jul 05, 2006 1:48 pm
Forum: Gentoo on PPC
Topic: nv and xorg 7 [solved]
Replies: 2
Views: 2166

nv and xorg 7 [solved]

anyone successfully updated to modular X using the "nv" driver?

I stupidly forgot to add the VIDEO_CARDS="nv" and INPUT_DEVICES="keyboard mouse"
to my make.conf

I'm recompiling xorg-server with these options. Are there any other options needed to get this up and running?

Thanks ;-)

-Q
  • Jump to post
by qleak
Fri Jun 23, 2006 8:33 pm
Forum: Gentoo on PPC
Topic: Looking for a Mac Laptop to experiment with
Replies: 14
Views: 6087

One thing to be wary of is the nvidia chipset on many of the 12" ppc models. Nvidia has released a driver (x86 only) but no specs
so you would be stuck with no 3d acceleration for the time being. This is the one major disapointment I've had myself with my laptop.

-Q
  • Jump to post
by qleak
Thu Mar 30, 2006 6:16 am
Forum: Gentoo on PPC
Topic: Native Airport Extreme Drivers
Replies: 1033
Views: 4455717

bcm43xx Oops

On the newer ebuilds I am getting a kernel opps when I do ifconfig eth1 up

currently

bcm43xx-0.0.1-r20060329
ieee80211softmac-0.1-r20060329
firmware: wl_apsta 3.130.20.0
kernel: 2.6.15-gentoo-r1
card: Broadcom 4306

the command line says Bus Error
and my dmesg looks like:


Machine check in ...
  • Jump to post

Search found 67 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