Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
|C0NRAD| Install V400 | "Flying Colors" | #(Number) 1?
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next  
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Mon Apr 02, 2007 9:42 pm    Post subject: Reply with quote

Amfabeta wrote:
Thanks for help. Everything seems to work now. I was missing some hardware support in kernel. 8) This is the best install guide that I've tried so far. Good job!

Thankyou :) I hope the install was fun. Good luck with your new install.
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Tue Apr 03, 2007 7:04 pm    Post subject: Reply with quote

V401:
- New more stable kernel with latest rsdl and rsdl as default cpu sched.
- Updated Overlays
- einit optional guide
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
na5m
n00b
n00b


Joined: 05 Apr 2007
Posts: 13
Location: Sacramento - California

PostPosted: Thu Apr 05, 2007 12:52 am    Post subject: ARCH (-march AMD64) Reply with quote

For the amd64 make.conf, why is the ARCH keyword set to i686? Shouldn't it be
something AMD related, like athlon64 or k8 or something?

EDIT ( duh! I shouldda read 7.3!!! :cry: )
EDIT ( PS- the link to the make.conf files is missing from the guide :wink: )
EDIT ( Why does make.conf use -Os and not -O2 or -O3 ?

Thanks, Conrad, for your terrific guide, by the way!!!
Keep 'em coming : )

Chris
California
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Thu Apr 05, 2007 1:38 am    Post subject: Re: ARCH (-march AMD64) Reply with quote

na5m wrote:

EDIT ( PS- the link to the make.conf files is missing from the guide :wink: )

I don't know ;) Added*

Quote:
EDIT ( Why does make.conf use -Os and not -O2 or -O3 ?

If you take a look at the rest of the CFLAGS, -Os is the most basic optimizations, for smaller binary size. Some of the rest of those CFLAGS though are taken from -O2 and -O3. Most of them are from -O2, some from -O3, and some in neither. Together I find them to be faster than -Os, -O2, or -O3,

Quote:
Thanks, Conrad, for your terrific guide, by the way!!!
Keep 'em coming : )

:) Thanks
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
na5m
n00b
n00b


Joined: 05 Apr 2007
Posts: 13
Location: Sacramento - California

PostPosted: Thu Apr 05, 2007 3:08 am    Post subject: Reply with quote

Thanks for the speedy response, Cheater ! :)

I noticed "-O2" popping up while I'm watching the screen when some of the software is compiling,
even though "-Os" is specified in my make.conf. Somehow, the "-Os" seems
to getting "over-ridden" at certain times.

Also, I wonder if our speed optimizations are even being put into effect, since we have the size optimization
"-Os" set as our default. :?

Last, I'm doing the amd64 thing, and I am able to use ext4. The livecd (small-gentoo v6) has the ext4dev.ko
module, which I loaded. I hope that's ok to do...

Happy days!!!

Chris
California
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Thu Apr 05, 2007 3:26 am    Post subject: Reply with quote

na5m wrote:
Thanks for the speedy response, Cheater ! :)

I noticed "-O2" popping up while I'm watching the screen when some of the software is compiling,
even though "-Os" is specified in my make.conf. Somehow, the "-Os" seems
to getting "over-ridden" at certain times.

Also, I wonder if our speed optimizations are even being put into effect, since we have the size optimization
"-Os" set as our default. :?

Last, I'm doing the amd64 thing, and I am able to use ext4. The livecd (small-gentoo v6) has the ext4dev.ko
module, which I loaded. I hope that's ok to do...

Happy days!!!

Chris
California


some software (ebuilds) override the make.conf and use its own basic CFLAGS.

All -Os is is a bunch of flags made into one short flag, all the flags are together.
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
Master Chef
n00b
n00b


Joined: 11 Dec 2006
Posts: 25

PostPosted: Thu Apr 05, 2007 7:20 am    Post subject: Reply with quote

:D Awesome.

But some problems I ran into:
You upstaged Reiser4. Well, that's not so bad, but ext4 kept spewing errors at me on fsck in the new system, if the new system managed to mount / at all. I'm pretty sure I built the kernel right. Is there any reason to use ext4 over resier4?
The "-combine" cflag screws with some ebuilds (ffmpeg complained that "cc1 was given too many filenames" or something like that. Maybe a friendly note to disable it when an ebuild complains?

Also:
# emerge gentoo-sources This could be replaced with USE="symlink" emerge gentoo-sources
# cd /usr/src/linux <--- Typo. But I doubt it'd cause problems for anybody here :) .
# rm linux
# ln -s linux-2.6.20-gentoo* linux
______________________________________

Other than that, the conrad-install went great and all materials within the guide seem well-thought-out. Great job.
Back to top
View user's profile Send private message
vipernicus
Veteran
Veteran


Joined: 17 Jan 2005
Posts: 1462
Location: Your College IT Dept.

PostPosted: Thu Apr 05, 2007 12:00 pm    Post subject: Reply with quote

Master Chef wrote:
:D Awesome.

But some problems I ran into:
You upstaged Reiser4. Well, that's not so bad, but ext4 kept spewing errors at me on fsck in the new system, if the new system managed to mount / at all. I'm pretty sure I built the kernel right. Is there any reason to use ext4 over resier4?
The "-combine" cflag screws with some ebuilds (ffmpeg complained that "cc1 was given too many filenames" or something like that. Maybe a friendly note to disable it when an ebuild complains?

Also:
# emerge gentoo-sources This could be replaced with USE="symlink" emerge gentoo-sources
# cd /usr/src/linux <--- Typo. But I doubt it'd cause problems for anybody here :) .
# rm linux
# ln -s linux-2.6.20-gentoo* linux
______________________________________

Other than that, the conrad-install went great and all materials within the guide seem well-thought-out. Great job.

Did you remember to add extents to you fstab before booting?
_________________
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Back to top
View user's profile Send private message
Master Chef
n00b
n00b


Joined: 11 Dec 2006
Posts: 25

PostPosted: Thu Apr 05, 2007 5:55 pm    Post subject: Reply with quote

vipernicus wrote:
Did you remember to add extents to you fstab before booting?

:? I don't think I did. I used type ext4dev in fstab and rebooted, but the kernel complained about not being able to sync ;|. After though, once I tried to login with the liveCD, I could chroot and everything, but couldn't write to any of the filesystem.

:oops: It's a bit late now though, already have my filesystem up and running and KDE compiled.
Back to top
View user's profile Send private message
Janax
Apprentice
Apprentice


Joined: 17 Aug 2004
Posts: 162
Location: Iowa

PostPosted: Thu Apr 05, 2007 6:44 pm    Post subject: Reply with quote

Master Chef wrote:
vipernicus wrote:
Did you remember to add extents to you fstab before booting?

:? I don't think I did. I used type ext4dev in fstab and rebooted, but the kernel complained about not being able to sync ;|. After though, once I tried to login with the liveCD, I could chroot and everything, but couldn't write to any of the filesystem.

:oops: It's a bit late now though, already have my filesystem up and running and KDE compiled.


You can still do it if you have some spare space somewhere other than that partition - simply follow the XFS migration howto and substitute values where appropriate. Then you wouldn't be forced to recompile KDE/dependencies.
_________________
Americans for Fair Taxation because the current tax system is not only burdensome but corrupt as well!
Back to top
View user's profile Send private message
cheater1034
Veteran
Veteran


Joined: 09 Sep 2004
Posts: 1558

PostPosted: Thu Apr 05, 2007 7:17 pm    Post subject: Reply with quote

Master Chef wrote:
vipernicus wrote:
Did you remember to add extents to you fstab before booting?

:? I don't think I did. I used type ext4dev in fstab and rebooted, but the kernel complained about not being able to sync ;|. After though, once I tried to login with the liveCD, I could chroot and everything, but couldn't write to any of the filesystem.

:oops: It's a bit late now though, already have my filesystem up and running and KDE compiled.


did you remember to link e2fsck to fsck.ext4dev?
_________________
IRC!: #zen-sources on irc.rizon.net
zen-kernel.org
--
Lost in android development land.
Back to top
View user's profile Send private message
Master Chef
n00b
n00b


Joined: 11 Dec 2006
Posts: 25

PostPosted: Thu Apr 05, 2007 11:06 pm    Post subject: Reply with quote

cheater1034 wrote:
did you remember to link e2fsck to fsck.ext4dev?
Definitely remembered that part.
Back to top
View user's profile Send private message
na5m
n00b
n00b


Joined: 05 Apr 2007
Posts: 13
Location: Sacramento - California

PostPosted: Sat Apr 07, 2007 9:54 pm    Post subject: SOLVED: borkage Reply with quote

Code:
emerge -e world
in "Chapter 8.9 - Rebuilding the World" failed after about an hour. I believe it was caused by the addition of -finvisibility-inlines-hidden
or by the omission of -fPIC. ANY help/info from you guys would be greatly appreciated.

EDIT: I added -fpic to COREFLAGS and was able to
successfully complete emerge -e world.


Thanks a million.
Chris
California

PS- i'm going the amd64 route. Using a pre-installed Sabayon-64 3.3b to install this Conrad.
Brand new Compaq V5306US laptop. Following the guide to a tee, except using ext4dev,
as my Sabayon supports this.

Here are the last few lines before the bork:

/bin/sh ./libtool --mode=link x86_64-pc-linux-gnu-g++ -Os -march=athlon64 -msse3 -frename-registers -fweb -pipe -fomit-frame-pointer -funit-at-a-time -freorder-blocks -fno-ident -freorder-blocks-and-partition -fmerge-all-constants -combine -fvisibility-inlines-hidden -Wl,--hash-style=gnu -o libgmpxx.la -rpath /usr/lib64 -version-info 4:1:1 dummy.lo cxx/isfuns.lo cxx/ismpf.lo cxx/ismpq.lo cxx/ismpz.lo cxx/ismpznw.lo cxx/osdoprnti.lo cxx/osfuns.lo cxx/osmpf.lo cxx/osmpq.lo cxx/osmpz.lo libgmp.la
x86_64-pc-linux-gnu-g++ -shared -nostdlib /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/crtbeginS.o .libs/dummy.o cxx/.libs/isfuns.o cxx/.libs/ismpf.o cxx/.libs/ismpq.o cxx/.libs/ismpz.o cxx/.libs/ismpznw.o cxx/.libs/osdoprnti.o cxx/.libs/osfuns.o cxx/.libs/osmpf.o cxx/.libs/osmpq.o cxx/.libs/osmpz.o -Wl,--rpath -Wl,/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1/.libs ./.libs/libgmp.so -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../lib64/crtn.o -march=athlon64 -msse3 -Wl,--hash-style=gnu -Wl,-soname -Wl,libgmpxx.so.3 -o .libs/libgmpxx.so.3.1.1
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/../../../../x86_64-pc-linux-gnu/bin/ld: cxx/.libs/isfuns.o: relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
cxx/.libs/isfuns.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[2]: *** [libgmpxx.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/dev-libs/gmp-4.2.1-r1/work/gmp-4.2.1'
make: *** [all] Error 2

!!! ERROR: dev-libs/gmp-4.2.1-r1 failed.
Call stack:
ebuild.sh, line 1614: Called dyn_compile
ebuild.sh, line 971: Called qa_call 'src_compile'
ebuild.sh, line 44: Called src_compile
gmp-4.2.1-r1.ebuild, line 66: Called die

!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/dev-libs/gmp-4.2.1-r1/temp/build.log'.
Back to top
View user's profile Send private message
na5m
n00b
n00b


Joined: 05 Apr 2007
Posts: 13
Location: Sacramento - California

PostPosted: Sun Apr 08, 2007 3:34 pm    Post subject: CPU Scheduler Reply with quote

What CPU Scheduler should be used? Ingosched, Staircase, or RSDL?
Thanks!
Back to top
View user's profile Send private message
d_adams
Apprentice
Apprentice


Joined: 20 Oct 2003
Posts: 223

PostPosted: Sun Apr 08, 2007 11:17 pm    Post subject: Reply with quote

Got all the way up to the kernel and it poo-ed all over me. :( gcc-config error: could not run/locate "gcc"

dep -s shows it in the system (gcc-4.1.2) and emerge -av gcc wants to rebuild it, but I can't compile the kernel since it complains about missing gcc. Recompiling it for the fun of it now.

Edit: Now gcc is bombing out, stopped at checking whether C compiler works, showed the flags from make.conf and it can't make executables.
_________________
http://www.1and1.com/?k_id=16196755 click me for cheap linux based web hosting.
Back to top
View user's profile Send private message
seren
Guru
Guru


Joined: 27 Aug 2005
Posts: 448
Location: Wisconsin

PostPosted: Mon Apr 09, 2007 7:30 pm    Post subject: Reply with quote

d_adams wrote:
Got all the way up to the kernel and it poo-ed all over me. :( gcc-config error: could not run/locate "gcc"

dep -s shows it in the system (gcc-4.1.2) and emerge -av gcc wants to rebuild it, but I can't compile the kernel since it complains about missing gcc. Recompiling it for the fun of it now.

Edit: Now gcc is bombing out, stopped at checking whether C compiler works, showed the flags from make.conf and it can't make executables.


Paste your make.conf, I tested conrads flags before a weekly toolchain update (glibc) and i had a lot of things bomb out so i reverted back to this

Code:
CFLAGS="-march=athlon64 -O2 -pipe -fomit-frame-pointer"
CFLAGS="${CFLAGS} -fno-ident -frename-registers -fweb -fgcse-after-reload -msse3"
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10589
Location: Somewhere over Atlanta, Georgia

PostPosted: Mon Apr 09, 2007 8:05 pm    Post subject: Reply with quote

Cheater,

Some modest typo corrections, editing as I go, as I work my way through the install.

9.1 (Emerging No_Sources)
After answering the "Assume -R?" question with a Y, I got an undocumented question:
Code:
Apply anyway? [n]
I answered Y again, got an error message ("can't find file to patch....", and, eventually,
Code:
Skip this patch? [y]
which I answered Y. There followed a bunch of successful "patching" messages.
From this, I surmise that I should've answered "Apply anyway?" as N, right? Were you expecting that extra prompt?

11.1 - Emerging Splashutils
2nd line, should be
Code:
# cd /usr/src
or perhaps you might just want to replace lines 1 - 5 with
Code:
# USE="symlink" emerge gentoo-sources
# cd /usr/src/linux


- John


Last edited by John R. Graham on Tue Apr 10, 2007 8:24 pm; edited 2 times in total
Back to top
View user's profile Send private message
seren
Guru
Guru


Joined: 27 Aug 2005
Posts: 448
Location: Wisconsin

PostPosted: Tue Apr 10, 2007 3:40 am    Post subject: Re: CPU Scheduler Reply with quote

na5m wrote:
What CPU Scheduler should be used? Ingosched, Staircase, or RSDL?
Thanks!


RSDL for me, but its experimental, I never had a problem but, if you want 100% stability staircase is the best bet; its being replaced by RSDL now known as SD. So its a toss up.
Back to top
View user's profile Send private message
alnews
n00b
n00b


Joined: 29 Jul 2006
Posts: 41
Location: Portici (Naples), Italy

PostPosted: Tue Apr 10, 2007 7:20 pm    Post subject: Reply with quote

Hi, I tried to start the installation with the Small Gentoo x86 r9 LiveCD but I can't configure my wireless USB pen with Ndiswrapper.
I do these commands:
Code:

ndiswrapper -i rt73.inf

ndiswrapper -l:
rt73:
       Driver installed,
       Hardware (xxxx:xxxx) present.

modprobe ndiswrapper


But when I do:
Code:

iwconfig


I can't see the wlan0 interface, only eq(?) eth2 eth3 lo and some others...

And also, why the CD Drive is named "/dev/sr0" instead of "/dev/hdb" ?

How can I resolve this problem? Or, where can I find another LiveCD (with Ndiswrapper) that gives me the possiblity of use the Ext4 filesystem?

Thanks. :)

P.S.: I'm sorry for any possible English mistakes, I'm Italian. ;)
_________________
Il sapere umano appartiene al mondo.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Tue Apr 10, 2007 8:12 pm    Post subject: Reply with quote

alnews wrote:
Hi, I tried to start the installation with the Small Gentoo x86 r9 LiveCD but I can't configure my wireless USB pen with Ndiswrapper.
I do these commands:
Code:

ndiswrapper -i rt73.inf

ndiswrapper -l:
rt73:
       Driver installed,
       Hardware (xxxx:xxxx) present.

modprobe ndiswrapper


But when I do:
Code:

iwconfig


I can't see the wlan0 interface, only eq(?) eth2 eth3 lo and some others...

And also, why the CD Drive is named "/dev/sr0" instead of "/dev/hdb" ?

How can I resolve this problem? Or, where can I find another LiveCD (with Ndiswrapper) that gives me the possiblity of use the Ext4 filesystem?

Thanks. :)

P.S.: I'm sorry for any possible English mistakes, I'm Italian. ;)


it's called /dev/sr0 because it's using newer drivers (called libata -> mainly S-ATA drivers), so your cd drive is handled by it

your wlan adaptor doesn't necessarily needs to be named wlan0, if you get interfaces under

iwconfig:

e.g.

Quote:
iwconfig
eth0 no wireless extensions.

lo no wireless extensions.

eql no wireless extensions.

sit0 no wireless extensions.

eth1 unassociated ESSID:off/any
Mode:Managed Channel=0 Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0
Retry limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0


just set up that device and you'll be fine :wink:
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
vipernicus
Veteran
Veteran


Joined: 17 Jan 2005
Posts: 1462
Location: Your College IT Dept.

PostPosted: Tue Apr 10, 2007 8:35 pm    Post subject: Reply with quote

kernelOfTruth wrote:
it's called /dev/sr0 because it's using newer drivers (called libata -> mainly S-ATA drivers), so your cd drive is handled by it

I think his drive is probably P-ATA and not S-ATA. I didn't want anyone to get confused.
_________________
Viper-Sources Maintainer || nesl247 Projects || vipernicus.org blog
Back to top
View user's profile Send private message
alnews
n00b
n00b


Joined: 29 Jul 2006
Posts: 41
Location: Portici (Naples), Italy

PostPosted: Tue Apr 10, 2007 8:52 pm    Post subject: Reply with quote

kernelOfTruth wrote:
alnews wrote:
Hi, I tried to start the installation with the Small Gentoo x86 r9 LiveCD but I can't configure my wireless USB pen with Ndiswrapper.
I do these commands:
Code:

ndiswrapper -i rt73.inf

ndiswrapper -l:
rt73:
       Driver installed,
       Hardware (xxxx:xxxx) present.

modprobe ndiswrapper


But when I do:
Code:

iwconfig


I can't see the wlan0 interface, only eq(?) eth2 eth3 lo and some others...

And also, why the CD Drive is named "/dev/sr0" instead of "/dev/hdb" ?

How can I resolve this problem? Or, where can I find another LiveCD (with Ndiswrapper) that gives me the possiblity of use the Ext4 filesystem?

Thanks. :)

P.S.: I'm sorry for any possible English mistakes, I'm Italian. ;)


it's called /dev/sr0 because it's using newer drivers (called libata -> mainly S-ATA drivers), so your cd drive is handled by it

your wlan adaptor doesn't necessarily needs to be named wlan0, if you get interfaces under

iwconfig:

e.g.

Quote:
iwconfig
eth0 no wireless extensions.

lo no wireless extensions.

eql no wireless extensions.

sit0 no wireless extensions.

eth1 unassociated ESSID:off/any
Mode:Managed Channel=0 Access Point: Not-Associated
Bit Rate:0 kb/s Tx-Power=20 dBm Sensitivity=8/0
Retry limit:7 RTS thr:off Fragment thr:off
Encryption key:off
Power Management:off
Link Quality:0 Signal level:0 Noise level:0
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0


just set up that device and you'll be fine :wink:


Mmm, I know, but when i do iwconfig, all interfaces say :"no wireless exstensions."
_________________
Il sapere umano appartiene al mondo.
Back to top
View user's profile Send private message
kernelOfTruth
Watchman
Watchman


Joined: 20 Dec 2005
Posts: 6111
Location: Vienna, Austria; Germany; hello world :)

PostPosted: Tue Apr 10, 2007 9:18 pm    Post subject: Reply with quote

vipernicus wrote:
kernelOfTruth wrote:
it's called /dev/sr0 because it's using newer drivers (called libata -> mainly S-ATA drivers), so your cd drive is handled by it

I think his drive is probably P-ATA and not S-ATA. I didn't want anyone to get confused.


:oops: yeah, you're right, *goes to the corner of the room to be ashamed*

Quote:
Mmm, I know, but when i do iwconfig, all interfaces say :"no wireless exstensions."

did you try another version of that driver? perhaps that helps ...

what does "dmesg" say, was ndiswrapper loaded properly ?
_________________
https://github.com/kernelOfTruth/ZFS-for-SystemRescueCD/tree/ZFS-for-SysRescCD-4.9.0
https://github.com/kernelOfTruth/pulseaudio-equalizer-ladspa

Hardcore Gentoo Linux user since 2004 :D
Back to top
View user's profile Send private message
alnews
n00b
n00b


Joined: 29 Jul 2006
Posts: 41
Location: Portici (Naples), Italy

PostPosted: Wed Apr 11, 2007 5:50 am    Post subject: Reply with quote

kernelOfTruth wrote:

did you try another version of that driver? perhaps that helps ...

what does "dmesg" say, was ndiswrapper loaded properly ?


The driver version is the same when I use it, and it always worked...

dmesg:

Code:
ndiswrapper version 1.38 loaded (preempt=yes,smp=yes)


Thanks for your help. ;)
_________________
Il sapere umano appartiene al mondo.
Back to top
View user's profile Send private message
alnews
n00b
n00b


Joined: 29 Jul 2006
Posts: 41
Location: Portici (Naples), Italy

PostPosted: Wed Apr 11, 2007 3:46 pm    Post subject: Reply with quote

I have temporary connected my PC via ethernet, so I "solved" the problem.

Thanks all for your time&help. ;)
_________________
Il sapere umano appartiene al mondo.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6, 7  Next
Page 2 of 7

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum