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
KDE4-CONFIG(1)							 KDE User's Manual						    KDE4-CONFIG(1)

NAME
kde4-config - Prints KDE installation paths SYNOPSIS
kde4-config [--expandvars] [--prefix] [--exec-prefix] [--libsuffix] [--localprefix] [--version] [--types] [--path type] [--userpath type] [--install type] DESCRIPTION
kde4-config is a command line program used to retrieve information about KDE installation or user paths. Use this program to determine where the various aspects of the KDE installation reside on your system. OPTIONS
--expandvars expand ${prefix} and ${exec_prefix} in output --prefix Compiled in prefix for KDE libraries --exec-prefix Compiled in exec_prefix for KDE libraries --libsuffix Compiled in library path suffix --localprefix Prefix in $HOME used to write files --version Compiled in version string for KDE libraries --types Print a list of all available KDE resource types --path type Search path for the specified type --userpath type User paths for the types: desktop|autostart|trash|document --install type Prefix to install resource files to EXAMPLES
Print the top-level KDE installation directory: % kde4-config --prefix Print a list of all resource types: % kde4-config --types Print the installed wallpaper path: % kde4-config --path wallpaper SEE ALSO
kdeoptions(7) BUGS
None known. AUTHOR
Stephan Kulow <coolo@kde.org>. K Desktop Environment 2007-09-28 KDE4-CONFIG(1)