Forums

Skip to content

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

Search found 35 matches

Go to advanced search

Advanced search
Search found 35 matches
  • 1
  • 2
  • Next
by risa2000
Mon Jul 29, 2019 9:32 am
Forum: Kernel & Hardware
Topic: Unable to build 5.1-rc* Kernel
Replies: 9
Views: 8496

I just got it when compiling the recent stable vanilla (5.2.4). I used the workaround suggested by @ShinyDoofy above and it went well.
  • Jump to post
by risa2000
Mon Apr 01, 2013 2:25 pm
Forum: Networking & Security
Topic: No network after udev 2 update
Replies: 27
Views: 43127


Umm. No it doesn't. It tells explictely those 2 lines are now old and shouldn't be used. Only way to use eth* is to disable entire new networking from udev by adding empty 80-net-name-slot.rules, or symlink it to /dev/null, that will mean kernel will do all the naming which can be random.
Either ...
  • Jump to post
by risa2000
Mon Jul 30, 2012 10:26 am
Forum: Portage & Programming
Topic: upgrading to postgresql 9.1
Replies: 8
Views: 8778

I just want to add that on new gentoo (probably udev, but I am not sure what exactly triggered the change) the local sockets are expected in /run/postgresql but for some reason some tools from the package stick to /var/run/postgresql.
I tried to set unix_socket_directory but neither the former nor ...
  • Jump to post
by risa2000
Tue Jan 10, 2012 10:28 pm
Forum: Portage & Programming
Topic: dispatch-conf: "Vim: Warning: Output is not to a terminal"
Replies: 1
Views: 2773

dispatch-conf: "Vim: Warning: Output is not to a termin

Recently, I have updated portage since it was _strongly suggested_ and got dispatch-conf broken on diff. In dispatch-conf.conf I used:
diff="vim -d %s %s"
Now it leads to garbage output preceded by error mesage "Vim: Warning: Output is not to a terminal"
Does anyone know how to fix it?

Just to ...
  • Jump to post
by risa2000
Fri Dec 10, 2010 9:18 pm
Forum: Portage & Programming
Topic: status of python on x86_64
Replies: 4
Views: 2904

Try removing autogen, install python 2.7 and then re-install autogen.

I think there was a bug report about this.
Yep, you were right. Thanks! Problem with emerging python-2.7.1 solved. What was strange, when I tried emerge -pv autogen on the original config it showed there will be an update from ...
  • Jump to post
by risa2000
Fri Dec 10, 2010 9:06 pm
Forum: Portage & Programming
Topic: status of python on x86_64
Replies: 4
Views: 2904

status of python on x86_64

Running gentoo on x86_64 system (full specs are at the end of message). Recently I noticed that the version of python (2.6.5) is not reported anymore by "default" emerge . Only version 3.x (which is also installed, but not set as default) is advertised:
core-i3 risa # emerge -pv python

These are ...
  • Jump to post
by risa2000
Mon Nov 29, 2010 5:58 pm
Forum: Kernel & Hardware
Topic: Disconnecting VGA cable => kernel: Disabling IRQ #16
Replies: 5
Views: 4364

go tou your /usr/src/linux,
post output of

grep CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS .config

For me, it is not set. I guess I turned it off long time ago, since I thought it did not apply to me. I understood it addressed something happening at boot with broken BIOSes.

risa@core-i3 ~ $ grep ...
  • Jump to post
by risa2000
Mon Nov 29, 2010 4:54 pm
Forum: Kernel & Hardware
Topic: Disconnecting VGA cable => kernel: Disabling IRQ #16
Replies: 5
Views: 4364

Option 2:
Use a monitor that has no usb ports
Actually, I used old Samsung CRT connected through standard "D-SUB" VGA connector, which does not have any USB ports. But I am not sure, if there could be some proprietary communication line on D-SUB.

If I understood correctly, you suggest that ...
  • Jump to post
by risa2000
Sun Nov 28, 2010 9:33 am
Forum: Kernel & Hardware
Topic: Disconnecting VGA cable => kernel: Disabling IRQ #16
Replies: 5
Views: 4364

Disconnecting VGA cable => kernel: Disabling IRQ #16

I am running x86_64 gentoo on Core i3 530 (using H55 chipset). The machine is configured as server, so it does not have any X.org stuff on it and there is normally no keyboard or monitor attached.
Recently I noticed interesting behavior: When disconnecting VGA cable (which I used to connect monitor ...
  • Jump to post
by risa2000
Sat Oct 10, 2009 6:48 pm
Forum: Kernel & Hardware
Topic: Ath9k master mode with hostapd - What to put in conf.d/net?
Replies: 4
Views: 4753

Looking at your configuration in /etc/conf.d/net I am wondering if the lines:
channel_wlan0="11"
essid_wlan0="THOMSN"
mode_wlan0="master" are really necessary. I believe these are in fact configured by hostapd. On the other hand, if you disable iwconfig and wpa_supplicant, I wonder what is then ...
  • Jump to post
by risa2000
Sat Oct 10, 2009 6:29 pm
Forum: Networking & Security
Topic: [SOLVED] ath9k/hostapd stops working after a while
Replies: 12
Views: 15904

I bump this thread with some observations - though no solutions :(.

I am currently pulling my hair on the same: trying to run AR5416 card in AP mode using hostapd on b/g ranges with WPA2. I have been using vanilla kernels 2.6.30.x, 2.6.31 and 2.6.31.1. So far I have figured out:

1) system hangs ...
  • Jump to post
by risa2000
Sun Apr 20, 2008 10:06 am
Forum: Other Things Gentoo
Topic: 256 color terminal blues
Replies: 0
Views: 4760

256 color terminal blues

I have been recently playing with 256 color support in terminal. Though it has been there for some time already I noticed it only now. It is really an irony I have been running several gentoo installs for few years already and always felt a bit limited by native ssh 16 color terminal :oops: .

I am ...
  • Jump to post
by risa2000
Wed Apr 16, 2008 11:37 am
Forum: Other Things Gentoo
Topic: openrc support thread
Replies: 819
Views: 512804

After reading the migration guide, I wonder what is the reason behind decision to encode names and versions into parameter names. E.g: # For 2.6.23-gentoo-r5, pass video_br=2 to cx88_dvb
module_cx88_dvb_args_2_6_23_gentoo_r5="video_br=2"
# For 2.6.x series kernels, always pass vendor and product ...
  • Jump to post
by risa2000
Tue Apr 15, 2008 2:00 pm
Forum: Other Things Gentoo
Topic: openrc support thread
Replies: 819
Views: 512804

After reading the migration guide, I wonder what is the reason behind decision to encode names and versions into parameter names. E.g: # For 2.6.23-gentoo-r5, pass video_br=2 to cx88_dvb
module_cx88_dvb_args_2_6_23_gentoo_r5="video_br=2"
# For 2.6.x series kernels, always pass vendor and product ...
  • Jump to post
by risa2000
Sun Sep 23, 2007 11:43 pm
Forum: Multimedia
Topic: Amarok (Xine) Sound Quality Issues [SOLVED]
Replies: 12
Views: 5489

I had an issue that cropped up in the past few days (I'm not sure which package update broke it, even after going through my portage log...), where some mp3s, streamed or local, played back at an extremely high rate (chipmunk fast-forwarding). I'm on an x86_64 Gentoo system using stable packages ...
  • Jump to post
by risa2000
Sun Sep 23, 2007 1:39 pm
Forum: Multimedia
Topic: Amarok (Xine) Sound Quality Issues [SOLVED]
Replies: 12
Views: 5489

Adding 'mad' to USE for xine-lib solved this for me too. Anyone care to shed some light on why this is happening? I am a bit scared when supposedly "non high-quality mp3 decoder" simply does not work.
  • Jump to post
by risa2000
Wed Aug 15, 2007 8:34 am
Forum: Kernel & Hardware
Topic: UDEV Problems with cloned system
Replies: 8
Views: 3687

I have run into same problem yesterday. In fact I did use tar to move the system and also recreated /dev/console and /dev/null by hand. And also forgot to mkdir /sys. The problem was that few devices were there even then, but not all, and symptoms were a bit cryptic. I have been trying debugging ...
  • Jump to post
by risa2000
Fri Oct 28, 2005 12:48 pm
Forum: Networking & Security
Topic: wired & wireless network simultaneously > 2 default routes
Replies: 18
Views: 5017

The way I do is to compile my NIC drivers as external modules. coldplug then runs on boot, loads the modules by itself which triggers hotplug. hotplug then starts net.xxx for me

So I don't have any net.xxx scripts in any runlevels - except for net.lo in boot

I do find something scary about ...
  • Jump to post
by risa2000
Fri Apr 08, 2005 10:06 pm
Forum: Gentoo Chat
Topic: Updated website design
Replies: 24
Views: 6075

Hmm, even after "shift+reload" it does not look as good as it was before with Verdana fonts.
  • Jump to post
by risa2000
Fri Apr 08, 2005 8:40 pm
Forum: Gentoo Chat
Topic: Updated website design
Replies: 24
Views: 6075

Re: Just refresh

Cosmetic? Not for me. The perfect font size has changed to this . Note the size difference between leftband menu and the actual page text. This is on Windows XP SP2 + Firefox 1.0.2. I remember I had problems on my gentoo box, until I put Microsoft Verdana fonts into Xorg and made it default font ...
  • Jump to post
by risa2000
Fri Apr 08, 2005 7:13 pm
Forum: Gentoo Chat
Topic: Updated website design
Replies: 24
Views: 6075

Cosmetic? Not for me. The perfect font size has changed to this . Note the size difference between leftband menu and the actual page text. This is on Windows XP SP2 + Firefox 1.0.2. I remember I had problems on my gentoo box, until I put Microsoft Verdana fonts into Xorg and made it default font ...
  • Jump to post
by risa2000
Sun Apr 03, 2005 6:35 am
Forum: Networking & Security
Topic: mailbase-0.00-r8 breaks things again.
Replies: 28
Views: 10403

What I see right now as the biggest problem with current setup is that it breaks "emerge -e world" regulary. Even though "emerge -e world" is something probably I do not do on regular basis, right now I am switching compiler and so I am there.

Unfortunately, it is quite a annoyance when after few ...
  • Jump to post
by risa2000
Sun Jan 09, 2005 4:08 pm
Forum: Multimedia
Topic: Problem with setting DVD-ROM drive speed
Replies: 15
Views: 3540

It seems to me that either the implementation for DVD control is missing in kernel, or the user space tools simply do not use it. Anyway, I think this is kernel issue, also I do not understand why SET_STREAMING is recommended for DVD drives (instead of CDROM_SELECT_SPEED) and also, why no one ...
  • Jump to post
by risa2000
Sun Jan 09, 2005 11:39 am
Forum: Multimedia
Topic: Problem with setting DVD-ROM drive speed
Replies: 15
Views: 3540

I would like to add that I have tested hdparm and eject speed setting options with regular data CD (something I should have probably done at the begining) and it behaves as accepted until the CD is unmounted. So
mount /dev/cdrom /mnt/cdrom
hdparm -E 1 /dev/hdc
<some copy from CD to local FS ...
  • Jump to post
by risa2000
Sun Jan 09, 2005 9:51 am
Forum: Multimedia
Topic: Problem with setting DVD-ROM drive speed
Replies: 15
Views: 3540

I did the mod you suggested and got:

Code: Select all

Jan  9 10:47:09 gtx-tp cdrom: entering CDROM_SELECT_SPEED
Jan  9 10:47:09 gtx-tp ide-cd: Set CD speed packet command return value: 0
Jan  9 10:47:09 gtx-tp cdrom: entering cdrom_release
I assume it means OK.
  • Jump to post

Search found 35 matches
  • 1
  • 2
  • 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