Warning: session_start(): open(/tmp/sess_3r042nfvagjdougv59o17u4k20, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
danone's comments openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login

-
- danone's profile .- Fan of  .- CV  .- Friends  .- Content (3) .- Latest Comments (40) . 
.
Kanotix?
Apr 27 2006  on content Timeline Distros Linux

I *really* like the idea!! But you should really check out distrowatch for more.
My favourite distribution - KANOTIX - has rank 15... It was split of Knoppix at the end of 2003 (KANOTIX-X-MAS-2003-PREVIEW).
Above all could you write the comments on the table in English, please?!

thanks
danone

.
.
wpasupplicant 0.4.8
Apr 11 2006  on content Kwlan

Will kwlan work with wpasupplicant 0.4.8 as this version doesn't use wpa_supplicant.conf anymore but entries like wpa-key-mgmt and wpa-ssid in /etc/network/interfaces?

danone

.
.
i found out, that...
Mar 31 2006  on content Kwlan

I manually fixed the linking problem by modfifying the generated src/Makefile, line 270,271:

# the libraries to link against.
kwlan_LDADD = -liw $(LIB_KFILE) $(LIB_KDEPRINT)

to:

# the libraries to link against.
kwlan_LDADD = /lib/libiw.so $(LIB_KFILE) $(LIB_KDEPRINT)

-liw is replaced by /usr/lib/libiw.a - this produced the error. Strangely enough both files belong to the same package libiw-dev...

May a configure problem? I used "configure --prefix=/usr", but executing "make" "configure" seems to be run again... Maybe that breaks something? I tried "configure --prefix=/usr --libdir=/lib" but it didn't work either.

Suggestions??

danone

.
Re: Re: Re: problem
Mar 30 2006  on content Kwlan

same error with 0.2.2
what does this error message mean???
any hints???

.
Re: Re: problem with
Mar 30 2006  on content Kwlan

no, there's only this one package called libiw28 and the devel. package libiw-dev - both with version mentioned above

danone

.
problem with 0.2.1
Mar 30 2006  on content Kwlan

I get a problem linking v. 0.2.1:
After getting compile errors (iwlib.h and wireless.h weren't there) I figured out to install libiw-dev package (Debian).
Now I get the following:

/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o kwlan -R /usr/lib -R /usr/share/qt3/lib -R /usr/X11R6/lib -L/usr/X11R6/lib -L/usr/share/qt3/lib -L/usr/lib main.o kwlanview.o kwlanmainwin.o configuration.o wlanlib.o kstartsupplicantdlg.o wpa_ctrl.o kprofileconfigdlg.o kwlantraywin.o kscandlg.o keventhistorydlg.o kuserdatarequestdlg.o kwlansettingsdlg.o kwlaniface_skel.o kwlan.o kstartsupplicant.o kprofileconfig.o kscan.o keventhistory.o kuserdatarequest.o kwlansettings.o pref.moc.o kwlantraywin.moc.o -liw -lkio -lkdeprint
/usr/lib/libiw.a(iwlib.so): In function `iw_sockets_open': multiple definition of `iw_sockets_open'
wlanlib.o:wlanlib.cpp:(.text+0x0): first defined here
/usr/bin/ld: Warning: size of symbol `iw_sockets_open' changed from 67 in wlanlib.o to 81 in /usr/lib/libiw.a(iwlib.so)
collect2: ld returned 1 exit status

I tried package versions 27+28pre14-1 (testing) and 27+28pre15-1 (unstable) of libiw28 and libiw-dev... ideas?!

danone

.
.
Re: Very nice App
Mar 30 2006  on content Kwlan

I would appreciate that, too. I prefer static IP at my home WLAN - dhcp sometimes needs a while to be ready...

danone

.
.
I got one
Mar 29 2006  on content vector Linux - -swiss joke

I got one of those nice little swissmemory sticks :-)

.
Re: Re: tray icon is
Mar 28 2006  on content Kwlan

I used checkinstall instead of make install to get a deb package...
But I'll look for that systray icon!

thanks
danone

.
.
tray icon is "blank"
Mar 28 2006  on content Kwlan

now that compiling works with 0.2, I see that the tray icon is just a "blank page" or something...
after all it's nice to see a wpa gui tool!!

danone

.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team