SOLVED

2008-06-11 Thread Rehceb Rotkiv

After restarting a few times the "DISABLED" just disappeared and everything
works fine. I don't understand this, but well...
-- 
View this message in context: 
http://www.nabble.com/Atheros-wifi-interface-disabled-although-drivers-are-loaded-tp17764533p17772457.html
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Atheros wifi interface disabled although drivers are loaded

2008-06-10 Thread Rehceb Rotkiv


Craig Hurley-3 wrote:
> 
> I needed to run "modprobe ndiswrapper"
> 

Sorry, I forgot to mention that I am using the Madwifi drivers, so this won
t work for me.

-- 
View this message in context: 
http://www.nabble.com/Atheros-wifi-interface-disabled-although-drivers-are-loaded-tp17764533p17766889.html
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Atheros wifi interface disabled although drivers are loaded

2008-06-10 Thread Rehceb Rotkiv

Hi,

after reinstalling Debian on the same hardware, my wireless connection no
longer works.

- lspci shows that the wifi card is recognized (Atheros chipset).
- According to lsmod output, the correct driver modules are loaded (ath_pci
etc.).
- However, lshw still shows the device as "DISABLED".

How can that be? An internet search revealed that in cases like these,
people are usually reminded to flip the wifi activation switch in their
laptops ;-) But I am using a traditional box with a PCI wifi card, so I
really wonder where the problem might be. Any ideas?

Thanks in advance,
Rehceb
-- 
View this message in context: 
http://www.nabble.com/Atheros-wifi-interface-disabled-although-drivers-are-loaded-tp17764533p17764533.html
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Autostarting programs with Fluxbox

2008-03-16 Thread Rehceb Rotkiv

Thanks to you all for your helpful suggestions!

Rehceb
-- 
View this message in context: 
http://www.nabble.com/Autostarting-programs-with-Fluxbox-tp16012597p16077894.html
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Autostarting programs with Fluxbox

2008-03-12 Thread Rehceb Rotkiv

Hello,

what is the proper way to automatically start a program after Fluxbox
launch? Most sources say something about ~/.xinit or ~/.xsession, but I do
not have/need these files because I launch Fluxbox from GDM (via a .desktop
file).

With best regards,
Rehceb
-- 
View this message in context: 
http://www.nabble.com/Autostarting-programs-with-Fluxbox-tp16012597p16012597.html
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: libgtkhtml: need help with compilation error

2007-11-02 Thread Rehceb Rotkiv


Andrew Sackville-West wrote:
> 
> definitely looks like you're missing a library there. or at least
> missing an include for GtkPrintOperation. That's per google and I'm no
> dev.
> 
> On my system, the function gtk_print_operation_new is provided by
> /usr/include/gtk-2.0/gtkprintoperation.h, part of  libgtk2.0-dev. 
> 
> I found this by a quick google on the undefined references above and a
> little grepping in /usr/include. You can probably do this as well...
> 
> A
> 

Hi Andrew,

thanks for your help. My GTK (libgtk2.0-dev from the Etch repos) does not
have /usr/include/gtk-2.0/gtkprintoperation.h! I compiled it from source and
now have this file in /usr/local/include/gtk-2.0/. How do I tell configure
and/or make to look for GTK at this location? I already tried

$ ./configure LD_LIBRARY_PATH='/usr/local/include' 

(without knowing what exactly I was doing), but it didn't work.

Regards,
Rehceb

-- 
View this message in context: 
http://www.nabble.com/libgtkhtml%3A-need-help-with-compilation-error-tf4737644.html#a13551551
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



libgtkhtml: need help with compilation error

2007-11-02 Thread Rehceb Rotkiv

Hi all!

I'm trying to compile GtkHTML 3.16.1 (which I need for compiling the newest
Evolution). The configure script runs through without errors. make, however,
terminates with these errors:

...
testgtkhtml.o: In function `print_preview_cb':
/home/vibe/evo-sources/gtkhtml-3.16.1/src/testgtkhtml.c:354: undefined
reference to `gtk_print_operation_new'
/home/vibe/evo-sources/gtkhtml-3.16.1/src/testgtkhtml.c:355: undefined
reference to `gtk_print_operation_set_n_pages'
/home/vibe/evo-sources/gtkhtml-3.16.1/src/testgtkhtml.c:361: undefined
reference to `gtk_print_operation_run'
testgtkhtml.o: In function `draw_page_cb':
/home/vibe/evo-sources/gtkhtml-3.16.1/src/testgtkhtml.c:324: undefined
reference to `gtk_print_context_create_pango_layout'
testgtkhtml.o: In function `print_footer':
/home/vibe/evo-sources/gtkhtml-3.16.1/src/testgtkhtml.c:300: undefined
reference to `gtk_print_context_get_cairo_context'
./.libs/libgtkhtml-3.14.so: undefined reference to
`gtk_page_setup_get_page_width'
./.libs/libgtkhtml-3.14.so: undefined reference to `pango_units_to_double'
./.libs/libgtkhtml-3.14.so: undefined reference to
`gtk_print_context_get_page_setup'
./.libs/libgtkhtml-3.14.so: undefined reference to
`gtk_page_setup_get_page_height'
./.libs/libgtkhtml-3.14.so: undefined reference to
`gtk_print_context_create_pango_context'
./.libs/libgtkhtml-3.14.so: undefined reference to
`gtk_print_context_get_height'
collect2: ld returned 1 exit status
...

I have the necessary libraries installed  (from Debian's *-dev packages) --
at least I think so! Do you have an idea what might be wrong?

Thanks,
Rehceb

-- 
View this message in context: 
http://www.nabble.com/libgtkhtml%3A-need-help-with-compilation-error-tf4737644.html#a13548325
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



sox: problem with resampling audio files

2007-07-17 Thread Rehceb Rotkiv

Dear Debian community,

I resampled some audio files with sox like this:

sox oldfile.mp3 -r 44100 -c 2 nufile.wav

This worked fine with all files except one, which got shorter (and therefore
sounds "fast forwarded") and now has a very loud and irritating background
noise. I cannot find an explanation for this, as this single file is not
different from the other files -- all are 22kHz and mono prior to
resampling. Repeating the process yields the same result. Does anyone have
an idea what might have gone wrong?

Many thanks,
Rehceb
-- 
View this message in context: 
http://www.nabble.com/sox%3A-problem-with-resampling-audio-files-tf4095732.html#a11645867
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Changing wrong password entry delay

2007-06-28 Thread Rehceb Rotkiv

In the shell as well as in gdm there is a short delay (ca. 3 seconds) when a
wrong password is entered on login. How can I customize the duration?

Many thanks,
Rehceb
-- 
View this message in context: 
http://www.nabble.com/Changing-wrong-password-entry-delay-tf3996001.html#a11348489
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Connected to DHCP server but cannot access internet

2007-06-24 Thread Rehceb Rotkiv

OK, I got it. There was a second DHCP server in the network without an
internet connection! While the other operating systems (Windows) by chance
chose the right server, Debian got the wrong one. Funny, who would have
guessed that... Thanks for your help anyway!
-- 
View this message in context: 
http://www.nabble.com/Connected-to-DHCP-server-but-cannot-access-internet-tf3960083.html#a11275382
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Connected to DHCP server but cannot access internet

2007-06-21 Thread Rehceb Rotkiv

I can suddenly no longer access the internet with my Debian Etch (default
kernel + updates). I get "Page not found" in Firefox and ping
www.somesite.com says "unknown host". ifdown eth0 && ifup eth0 and the
thereby invoked dhclient work as expected, that is I get a valid IP address
by the DHCP server etc. I can also ping the DHCP server, its just the
internet that doesn't work. The firewall is switched off. What should I do
next to diagnose the problem? I know that the DHCP server is not at fault,
because other operating systems on my computer can reach the internet (and
Debian used to as well!).

With best regards,
Rehceb Rotkiv
-- 
View this message in context: 
http://www.nabble.com/Connected-to-DHCP-server-but-cannot-access-internet-tf3960083.html#a11237448
Sent from the Debian User mailing list archive at Nabble.com.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]