@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7



Comments:

<0> How do I change the default color of a graphical window? What was a nice light grey has changed to a fugly unusable dark grey after an update. I'm running x-org
<1> hi... finally got kernel 2.6.15.1 into :) but now I am having some trouble with cxacru.o module
<2> hi, since my last kernel update i can't mount vfat partitions.
<3> chico_marx: modprobe vfat ?
<3> virtu: I thought you said that you had cxacru.ko? The .ko is what you want.
<1> cxacru: unknown parameter "speed"
<1> kittenbotsute.. its there csacru.ko ... kernel is ok just module when it load it sends me this error msg
<2> FATAL: Module vfat not found.
<0> chico_marx, Did you make modules_install?
<3> chico_marx: Did you compile the kernel yourself? Did you make modules, and make modules_install ?
<2> yes
<0> Did you include vfat in your new kernel?
<2> yes
<0> Positive?
<3> depmod -a ?
<2> well, i checked it several times, maybe i don't know where to look...



<1> chico_marx: find /lib/modules -name vfat*
<2> virtu: nothing
<1> ok... no module compiled
<1> chico_marx see in your kernel configuration if support to vfat is ok
<3> zgrep -i fat /proc/config.gz ?
<1> cxacru: unknown parameter "speed"
<1> **** :(
<1> how can I fix this problem in cxacru module?
<3> Is what when you try to insmod cxacru ?
<1> if I insmod then it loads
<3> grep cxacru /etc/* ?
<1> but when I started the script to make the modem works (to give me the usb device) it shows that msg
<1> theres a cxacru config file into /etc
<2> vfat support is selected, but not as a module
<1> hmm chico_marx bult-in?
<1> * ou y
<3> See if it contains a mention of 'speed' or anything -- if so, then try comment it out :)
<2> *
<1> kittenbot theres some driver parameters... I change that and still with that msg
<1> :(
<1> chico_marx ok... something are worng
<1> lsmod chico_marx
<1> and see if vfat is listed
<3> chico_marx: mount -t vfat /dev/some_partition /mnt
<1> kittenbot I will try to change my modem... get a router one
<2> virtu: no vfat there.
<1> chico_marx: ok... no module
<1> modprobe vfat?
<1> no module too
<2> virtu: no module
<3> virtu: That's probably a good plan -- I chose to get a router, over a usb modem in order to avoid just this kind of problem.
<1> chico_marx: in my opinion in this bootable kernel that you are using right now you dont have vfat module compiled
<3> chico_marx: If it's built in then it shouldn't appear in the output of lsmod. Try my mount suggestion.
<1> kittenbot: sure... I have this modem because when I got adsl signal it was for free, wit no costs to me
<3> virtu: You live, you learn.
<1> kittenbot there is a d-link modem for 34U$
<2> mount: wrong fs type, bad option, bad superblock on /dev/hda1,
<2> missing codepage or other error
<1> chico_marx do you use windows xp?
<3> file -s /dev/hda1 ?
<2> virtu: no
<1> kittenbot Router D-Link DI-604
<1> chico_marx hda1 is vfat?
<1> mount -t autofs /dev/hda1 /mnt
<2> virtu: same thing
<1> chico_marx try to recompile your kernel... load your definitions and check for vfat
<1> chico_marx right now I am on win so I cant tell to you the exatly local in the menu
<2> ok, i'll try to recompile
<3> virtu: If the module loads and works when you load it by hand, then why not simply add it to your startup scripts ?
<1> kittenbot it dont works fine :( example:
<1> to get it worked fine you must run cxstart.sh script
<3> If you can get it to work fine by hand, then you can probably put all the knowledge into a script, and have that script run at boot-up time...
<1> for first it will try to load the modem and it shows me that msg... if I manually loaded the script will unload it and this time freezes the machine
<1> kittenbot it already try to load in boot time
<1> 1. boot time try to load - error
<1> 2. manually loaded - ok
<1> 3. run the script - error
<1> have to go now
<1> c ya
<3> ok - later
<4> :o



<5> anyone knows how to repair a broken iptables-restore ?
<4> fire
<4> and lots of it
<6> Greetings.
<7> hi
<6> Having trouble with (suprise!) installing the java plugin for firefox on Linux
<6> Followed the instructions, but it failed.
<6> There are three different plug-in modules for my Java installation
<6> I used the one recommended here: http://plugindoc.mozdev.org/faqs/java.html
<6> But then mozilla crashes whenever it an applet appears on a page - which is interesting, because the instructions warn that if you COPY the plugin, precisely this will happen
<6> However, I am not copying it, I have created a symbolic link
<8> when using terminal on my desktop my backspace works.... but when i start an xterm on my desktop ,, backspace dont work i have to do "control h" how do i config the x to get the backspace to work
<9> I can't get swedish characters to work in urxvt on my laptop.. only on the stationary.. and I can't find what I've configured differently..
<2> ok... i recompiled the kernel, but the problem remais, i still can't mount vfat partitions.
<10> did you set it as a module?
<2> not really
<11> chico_marx: you dint need to recompile a kernel to mount a vfat
<11> just add it as a module
<11> modprobe vfat
<2> i can't modprobe it! cause it's not there...
<11> chico_marx: then go to src and add it
<2> as a module? and then i only do make modules_install ? is that it?
<11> chico_marx: yes after choosing it as a module, make modules && make modules_install
<12> [music] I wanted to score each track and then be able to create playlists on the fly with a criterion like (> 800).. and then play that playlist in a random mode.. wouldn't that be nice.. amarok does not have scores yet.. any other players you may recommend?
<8> when using terminal on my desktop my backspace works.... but when i start an xterm on my desktop ,, backspace dont work i have to do "control h" how do i config the x to get the backspace to work
<7> What would be the command to .tar.gz all of the files in the current folder ?
<13> tar -czf <where to put it> <directory>
<7> ok, thank you!
<2> i did that, when i tryed modprobe vfat i got:
<2> modprobe vfat
<2> Segmentation fault
<14> can anyone suggest program to get info about mp3/ogg files/tags kinda like mp3info but more up to date?
<15> I did kill -9 9809, but the process didn't die, am I doing something wrong?
<3> Either you didn't do it as the right user, or the process in the D state (stuck in kernel, or something)
<15> I did it with root
<15> anyway to kill it?
<3> nope
<3> that process is not going to do anything anymore, but you won't be able to get rid of it from your process list.
<15> kittenbot, it was running at 30% cpu
<15> non stop for 30 minutes :|
<15> modprobe
<3> yeah -- I've had that happen too, I tend to reboot my box after that...
<15> hehe oh, alright rebooting ;)
<16> hi
<16> how can I disable the automatical checking of filesystems at boot time when the fs weren't checked more than some limit time ?
<17> hey guys, i have been running a PC shop in my small town for about 6 months now... now it it time to improve productivity as we will be hiring soon. my question is this. what trouble ticket systems, or groupware would be good to help us track PCs through the process.
<18> dtopala, if you're running ext2 or 3, tune2fs will let you set your fs check options. (check out the tune2fs man page)
<4> i'm having a problem getting startx to start... any takers?
<18> rv_weasel: as a last resort, you might check out freshmeat.net (search term: "ticket") and browse around..
<18> EGhozt: what you see scroll up your screen is crucial to those that might be takers...
<17> yeah, i am looking there. but, i was asking more or less if anyone had any experiance and made any recommendations for/against.
<17> im not being lazy, just checking for input
<18> rv_weasel: 'just covering the bases.. (haven't used any ticket systems - though I know what they are.)
<17> it seems all the ones that "look" nice are in earliy stages...
<17> or in french
<19> my sound works but the mic doesnt work ,,,its an integrated sound card so im not sure what to do
<20> is it wrong to mix 64bit rpms and 32bit rpms if I have an amd 64bit?
<19> if i put a bash script in the boot folder like this "test.sh" would it work or would i have to take the extension off? "test"
<16> stray_, thanks
<19> if i put a bash script in the boot folder like this "test.sh" would it work or would i have to take the extension off? "test"
<21> p0trill023_room: the header in the script determines whether it is a sh or bash script; #!/bin/bash or #!/bin/sh
<16> is there a tool that let you display a text on all workspaces in X window ?
<21> p0trill023_room: so the extention has no effect
<21> dtopala: seen some apps that will display text as wallpaper at freshmeat.net or sf.net; dont recall the name
<19> gnubien, thanks...so where do i put it so that it can run during boot?
<21> p0trill023_room: which linux distro are you running?
<19> slackware
<19> 10
<19> 3
<19> 1.2
<19> **** im trying to say slackware 10.2
<21> p0trill023_room: ok, /etc/rc.d/rc.local is the file you put the script; always test a script first before editig the rc.local file
<21> p0trill023_room: put the script in
<19> thanks gnubien


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #linuxhelp
or
Go to some related logs:

rhpl.log is deprecated
#python
KCrash: Application 'kuroo' crashing...
451 qq temporary problem gentoo
HP Integradet Module
#gaim
rmd160 sum gentoo
#oe
Braning Irons
#perl



Home  |  disclaimer  |  contact  |  submit quotes