Wireless dissconnects on KDE startup


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers Wireless dissconnects on KDE startup
# 1  
Old 10-12-2008
Wireless dissconnects on KDE startup

I have backtrack 3 installed in my laptop. Using ndiswrapper for broadcom wirless driver. It connect on startup easily .. but problem is when it starts KDE or Flux it gets disconnectd..
how to solve this issue?
thanks a lot
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Apache tomcat startup script not booting at startup.

I copied the script from an AskUbuntu post - #!/bin/bash ### BEGIN INIT INFO # Provides: tomcat7 # Required-Start: $network # Required-Stop: $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start/Stop Tomcat server ### END INIT INFO ... (14 Replies)
Discussion started by: Hijanoqu
14 Replies

2. UNIX for Dummies Questions & Answers

KDE on Solaris ?

I want to install KDE on my Solaris PC , I downloaded solaris companion CD and question is there KDE available to install because I want that all my households work on one stable PC , but one condition is they must have K3B for burning files , and some GUI torrent program for downloading like Vuze... (2 Replies)
Discussion started by: solaris_user
2 Replies

3. Linux

FC4 (KDE) Wireless Internet Help Plz~

I was wondering if someone here would happen to know how to setup a wireless connection with Fedora Core 4. I try to setup the internet options but my wireless adapter doesnt appear on the list... I'm new to fedora, and i never have setup a wireless connection with *nux systems. Any help, or... (5 Replies)
Discussion started by: kyoist
5 Replies

4. HP-UX

Wireless

Can someone please point me in the correct direction for setting up a wireless card using HP-UX 11iV1? I know its different depending on the type of card I have, but im looking for a direction. Thanks! (0 Replies)
Discussion started by: nickwinnie
0 Replies

5. UNIX Desktop Questions & Answers

X-Server without KDE

Hi, i want to start the X-Server without KDE or other Window Manager. I need the X Server vor a Java Applikation! Perhaps anybody can help me how to start it simply. thanks cu Arne (6 Replies)
Discussion started by: hatzwatz
6 Replies

6. UNIX for Dummies Questions & Answers

KDE and NIS

Here is the story. I have some machines(RedHat 7.1 and RedHat 7.3) in an NIS domain. Ypserv and ypbind work alright, and I have logged onto different machines with the NIS accounts. My problem arises when I try to start KDE with one of the NIS accounts. The error I get is that "there is no... (1 Reply)
Discussion started by: Jody
1 Replies

7. UNIX for Dummies Questions & Answers

Kde path......

Hi all, I have a big problems here... In the install of FreeBSD 4.6, I've installed Kde3.0.0 . So, the file path is now : file:/root/.kde . And I want my user to access it... and maybe move it to another area (In the usr/local... because you know... my root directory isn't very tall...... (1 Reply)
Discussion started by: Erythro73
1 Replies

8. UNIX Desktop Questions & Answers

Kde 3.0

Hello, i,ve installed suse with kde 3.0, I had never used an X for unix before. So I don't know much. Most things were easy to find, but what anoyes me a lot is that the desktop is larger than mij monitor, so I have to move my mouse to see the rest of the desktop. I've tried to set the... (1 Reply)
Discussion started by: counTnegaTive
1 Replies
Login or Register to Ask a Question
KDE-BUILD(1)						User Contributed Perl Documentation					      KDE-BUILD(1)

NAME
kde-build - Updates and recompiles a tree of KDE CVS modules SYNOPSIS
kde-build DESCRIPTION
kde-build has been designed to keep a local copy of several KDE CVS modules up to date and recompile them. Those modules have to be saved in a common directory, e.g. something like ~/kde-src/ | +-> kdelibs/ | +-> kdebase/ | -> kdenetwork/ In this case, the KDE source directory would be ~/kde-src/. The script will take care of compiling them in the correct order, checks for dependencies and resolves them as far as possible. Please not that, prior to first invokation of the script, the configuration file 'kde-buildrc' has to be modified to reflect the local environment, such as paths etc. RETURN VALUE
The following error codes are returned by the script. 0 - No error seems to have occured. 1 - The script could not change into the directory of a module. 2 - The script could not open the file 'Makefile.in' of a module. 3 - The configuration of a module failed. 4 - The compilation of a module failed. 5 - The installation of a module failed. 6 - An invalid source directory was specified. 7 - An invalid Qt directory was specified. 8 - An invalid CVS client was specified. 9 - No cvsup server was specified. 10 - The temporary CVSUP configuration file couldn't be created. 11 - The configuration file kde-buildrc couldn't be loaded. EXAMPLES
cd ~/scripts/; vi ./kde-buildrc; ./kde-build BUGS
Lots, mostly that the script wasn't written with portability in mind and therefore won't run very nice on platforms other than Linux. TODO
Add a DIAGNOSIS section to this man page. AUTHOR
Frerich Raabe <raabe@kde.org> 3rd Berkeley Distribution perl v5.6.1 KDE-BUILD(1)