Forums

Skip to content

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

Search found 28 matches

Go to advanced search

Advanced search
Search found 28 matches
  • 1
  • 2
  • Next
by bilbotux
Sun Jun 10, 2012 3:03 pm
Forum: Networking & Security
Topic: WiFi slow/hangs after upgrade 3.1.1 to 3.2 (ath9k driver)
Replies: 7
Views: 6320

I have 3.3.0 now and it seems to be working fine.
  • Jump to post
by bilbotux
Sun Feb 05, 2012 6:43 pm
Forum: Networking & Security
Topic: ath9k (AR5008) issues with kernel 3.*
Replies: 7
Views: 4776

Hey Veezi,
I think I'm experiencing similar issues (http://forums.gentoo.org/viewtopic-t-908314.html), but for for 3.1.1 is good, 3.2 is not.
  • Jump to post
by bilbotux
Sun Feb 05, 2012 6:38 pm
Forum: Networking & Security
Topic: WiFi slow/hangs after upgrade 3.1.1 to 3.2 (ath9k driver)
Replies: 7
Views: 6320

This seems better with gentoo-sources-3.2.2, but I'm still seeing major lags which makes it barely usable.
  • Jump to post
by bilbotux
Sat Jan 07, 2012 10:55 pm
Forum: Networking & Security
Topic: WiFi slow/hangs after upgrade 3.1.1 to 3.2 (ath9k driver)
Replies: 7
Views: 6320

WiFi slow/hangs after upgrade 3.1.1 to 3.2 (ath9k driver)

Hi,

I just upgraded my kernel from gentoo-sources-3.1.1 to gentoo-sources-3.2.0-r1 but now my wifi seems very slow and hanging a lot.
pinging google.com shows sometimes 4 results with 50ms then it will hang and show many results of > 10s. Browsing is almost not possible, but with time and patience ...
  • Jump to post
by bilbotux
Wed Apr 02, 2008 10:13 pm
Forum: Desktop Environments
Topic: Kopete4 + ssl
Replies: 10
Views: 2599

Hi,
this seems to be a Qt issue (http://bugs.kde.org/show_bug.cgi?id=155564).
Has anyone found a solution to this issue for gentoo, like a patch for Qt, ... ?

Thanks
  • Jump to post
by bilbotux
Tue Mar 18, 2008 4:16 am
Forum: Unsupported Software
Topic: How to OpenRC
Replies: 33
Views: 35395

Re: How to OpenRC

I've been reading a bit about baselayout-2 and OpenRC (which seems to be popular). Which one do you all use? I want to try OpenRC but it's not in portage...do I just download the source and run a "make install"?
There is an overlay with an ebuild available: simply install layman, and then layman ...
  • Jump to post
by bilbotux
Mon Feb 04, 2008 2:15 pm
Forum: Multimedia
Topic: No sound in speak but hearphone is OK.
Replies: 10
Views: 2558

How are you loading the snd-hda-intel driver ?
You are supposed to load it like this:
modprobe snd_hda_intel model=5stack
Since there are so many different specifications for the intel hd audio chip, you have to specify the model. i used 5stack, and it worked for me...
Also check out the gentoo ...
  • Jump to post
by bilbotux
Mon Feb 04, 2008 2:13 pm
Forum: Multimedia
Topic: snd-hda-intel STAC9228 Dell XPS M1330 Integrated Mic TOO Low
Replies: 4
Views: 4126

Re: snd-hda-intel STAC9228 Dell XPS M1330 Integrated Mic TOO

Hey,

I have the same computer, using last kernel sources (2.6.24) and I'm unable to have the internal mic working: everything else (speaker, headphone, external mic) is working fine.
Does anyone know what I can do ? (many ubuntu posts say that the internal mic is working, but everything I found is ...
  • Jump to post
by bilbotux
Thu Dec 27, 2007 1:09 pm
Forum: Portage & Programming
Topic: [SOLVED] weird $PATH in acpi scripts
Replies: 6
Views: 2062

Ok, so this definitely have nothing to do with acpi; but with baselayout.

bilbotux ~ # cat test.sh
#!/bin/sh
echo $PATH

bilbotux ~ # start-stop-daemon --start --exec ./test.sh
/sbin:/bin:/usr/sbin�:/usr/bin
* start-stop-daemon: ./test.sh died


start-stop-daemon belongs to baselayout, and I'm ...
  • Jump to post
by bilbotux
Thu Dec 27, 2007 12:48 pm
Forum: Portage & Programming
Topic: [SOLVED] weird $PATH in acpi scripts
Replies: 6
Views: 2062

Ok, I've found something:
when running acpid using /etc/init.d/acpid start , the PATH variable is corrupted. When shutting it down and lauching acpid manually (/usr/sbin/acpid) then the PATH is correct.
I will try to see why running it from init.d result in a corrupted path and will let you know if ...
  • Jump to post
by bilbotux
Thu Dec 27, 2007 12:30 pm
Forum: Portage & Programming
Topic: [SOLVED] weird $PATH in acpi scripts
Replies: 6
Views: 2062

Given the contents of PATH in that environment, that value most probably originates as a corrupted version of a deliberately limited setting of PATH. Try verifying that the packages containing the programs which invoke these scripts are not corrupted. In general qcheck -v $package should be able to ...
  • Jump to post
by bilbotux
Thu Dec 27, 2007 9:19 am
Forum: Portage & Programming
Topic: [SOLVED] weird $PATH in acpi scripts
Replies: 6
Views: 2062

Hi,

Well, the #!/bin/sh at the top forces the use of /bin/sh which probably links to bash.

I would check /etc/profile for corruption along with ~/.bash_profile, ~/.bash_login, ~/.bashrc and ~/.profile if they exist.

Having #!/bin/sh doesn't imply that sh (link to bash) will be used to run the ...
  • Jump to post
by bilbotux
Wed Dec 26, 2007 9:51 pm
Forum: Portage & Programming
Topic: [SOLVED] weird $PATH in acpi scripts
Replies: 6
Views: 2062

[SOLVED] weird $PATH in acpi scripts

Hi

I'm trying to map all my notebook acpi events to some useful stuff using /etc/acpi/actions/* scripts. For instance, I mapped the sleep button to a script lilke this:

$ cat /etc/acpi/actions/btn_sleep.sh
#!/bin/sh

hibernate-ram --force


This was working great, but since a while (do not know ...
  • Jump to post
by bilbotux
Sun Dec 23, 2007 7:45 pm
Forum: Kernel & Hardware
Topic: Fstab & mtab !
Replies: 25
Views: 21199

Yeah, it seems baselayout2 init scripts are the source of the 'problem', and whether it is hard masked or not is not a reason not to solve this.
But Roy (the one who wrote the baselayout2) has recently left gentoo (link to his blog: http://roy.marples.name/node/337 ), so I do not know if this one ...
  • Jump to post
by bilbotux
Sun Dec 23, 2007 8:39 am
Forum: Kernel & Hardware
Topic: Fstab & mtab !
Replies: 25
Views: 21199

Well, I have the same problem as CooSee, and the same init.d scripts.
I guess the difference is because I (and probable CooSee also) have the baselayout 2.0.0_rc6 version.
  • Jump to post
by bilbotux
Fri Dec 07, 2007 9:41 pm
Forum: Kernel & Hardware
Topic: hibernate-ram under console: screen stays black on resuming
Replies: 4
Views: 2425

Have you tried enabling vbetool in suspend2's config? It's supposed to help with video problems.

Btw, you'll need to emerge sys-apps/vbetool

Yes, I enabled following in /etc/hibernate/common.conf
EnableVbetool yes
RestoreVbeStateFrom /var/lib/vbetool/vbestate
VbetoolPost tes
RestoreVCSAData yes ...
  • Jump to post
by bilbotux
Fri Dec 07, 2007 6:12 pm
Forum: Kernel & Hardware
Topic: hibernate-ram under console: screen stays black on resuming
Replies: 4
Views: 2425

hibernate-ram under console: screen stays black on resuming

Hi

I'm trying to configure suspend2-ram on my Dell XPSM1330 laptop, but I have a non usual problem :)
The videocard is an nvidia one (8400m GS), and I'm using the nvidia's official driver.

When I do hibernate-ram from X, it worked fine in suspending and resuming the session.
But if I do it under ...
  • Jump to post
by bilbotux
Mon Nov 26, 2007 10:41 pm
Forum: Other Things Gentoo
Topic: /sbin/fbcondecor_ctl: no such file or directory
Replies: 12
Views: 8883

Yes, you need the fbcondecor flag :)

If you are not familiar to manual patching, maybe you should wait a couple days: yesterday, spock closed the bug report I filled with this comment:
Fixed in media-gfx/splashutils-1.5.3. Please note that as of 1.5.3, support
for the fbcondecor patch is ...
  • Jump to post
by bilbotux
Wed Nov 21, 2007 5:37 pm
Forum: Other Things Gentoo
Topic: /sbin/fbcondecor_ctl: no such file or directory
Replies: 12
Views: 8883

Hi,

This is how it works now :

klibc ebuild create a work directory where kernel sources are unpacked and patched.
klibc isn't build against /usr/src/linux anymore but against /var/tmp/portage/dev-libs/klibc-1.5.7-r2/work/linux-2.6.23.
The problem comes from that : those sources anren't patched ...
  • Jump to post
by bilbotux
Sun Nov 18, 2007 5:07 pm
Forum: Other Things Gentoo
Topic: /sbin/fbcondecor_ctl: no such file or directory
Replies: 12
Views: 8883

As said in my first post, I'm using the tuxonice-sources-2.6.23. I think that the tuxonice sources have the same patches as the gentoo-sources plus the tuxonice patch.
But the message I get during the emerge of splahsutils is complaining about the klibc sources, not the kernel sources. The error ...
  • Jump to post
by bilbotux
Sun Nov 18, 2007 4:46 pm
Forum: Other Things Gentoo
Topic: /sbin/fbcondecor_ctl: no such file or directory
Replies: 12
Views: 8883

What kernel sources are you using exactly?

I believe the patches required are only a part of gentoo-sources.

As said in my first post, I'm using the tuxonice-sources-2.6.23. I think that the tuxonice sources have the same patches as the gentoo-sources plus the tuxonice patch.
But the message I ...
  • Jump to post
by bilbotux
Sun Nov 18, 2007 4:09 pm
Forum: Other Things Gentoo
Topic: /sbin/fbcondecor_ctl: no such file or directory
Replies: 12
Views: 8883

/sbin/fbcondecor_ctl: no such file or directory

Hi, I'm trying to add fbcondecor to my computer, but I'm having some troubles:

first, when compiling splashutils I get the following message:
* The kernel tree against which dev-libs/klibc was built was not patched
* with a compatible version of fbcondecor. Splashutils will be compiled
* without ...
  • Jump to post
by bilbotux
Sun Nov 18, 2007 11:47 am
Forum: Portage & Programming
Topic: Baselayout2 && /var/lib/init.d
Replies: 2
Views: 1040

With the most recent Baselayout2, the /var/lib/init.d directory moved to /lib/rc/init.d - but the previous release canidates had it in /lib/rcscripts/init.d, so check both locations - one of them will have what you are looking for (note that this might not be the best way to find out which runlevel ...
  • Jump to post
by bilbotux
Sat Nov 17, 2007 5:38 pm
Forum: Portage & Programming
Topic: Baselayout2 && /var/lib/init.d
Replies: 2
Views: 1040

Baselayout2 && /var/lib/init.d

Hi,

I'm trying to follow this power management guide: http://www.gentoo.org/doc/en/power-management-guide.xml , but there is a problem:
On the Code Listing 2.5, it's using:
if [[ "$(</var/lib/init.d/softlevel)" != "${RUNLEVEL_AC}" ]]
to determine the current rc.
However, on my computer, I do not ...
  • Jump to post
by bilbotux
Thu Nov 08, 2007 10:27 pm
Forum: Installing Gentoo
Topic: 4G of ram: swap or no-swap partition ?
Replies: 29
Views: 9044

You'll have plenty of RAM and won't need a swap. However, if you want to use Suspend to Disk (now called Tux On Ice) you will need swap space.

Well, according to http://www.tuxonice.net/HOWTO-2.html#ss2.2 , it seems that it can either suspend to a file or to swap partition.
Therefore, I think it ...
  • Jump to post

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