Sep 15, 2025 - 10:43 PMDeutsch | English
Hello unlogged user [ Register | Log in ]

Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
dasar
Post subject: ???  PostPosted: Sep 24, 2006 - 01:34 AM



Joined: Sep 24, 2006
Posts: 22

Hihi ^^
Hab da mal ne dumme Frage ......
Gibts auch Bearshare oder Shareza oder sonstiges für Kanotix?
gruß
 
 View user's profile Send private message MSN Messenger ICQ Number 
Reply with quote Back to top
goofy999
Post subject: RE: ???  PostPosted: Sep 24, 2006 - 04:39 AM



Joined: Jun 25, 2006
Posts: 22

das sind reine Windowsprogramme aber schau mal da nach:
http://www.tuxfutter.de/wiki/Linux_Tauschb%C3%B6rsen

_________________
mfg.
Goofy
 
 View user's profile Send private message  
Reply with quote Back to top
dasar
Post subject: RE: ???  PostPosted: Sep 24, 2006 - 08:18 PM



Joined: Sep 24, 2006
Posts: 22

und wo kann cih da was runterladen?
 
 View user's profile Send private message MSN Messenger ICQ Number 
Reply with quote Back to top
captagon
Post subject: Re: RE: ???  PostPosted: Sep 24, 2006 - 08:50 PM



Joined: Feb 06, 2005
Posts: 1194
Location: Mecklenburg
dasar wrote:
und wo kann cih da was runterladen?


Da sind nur Filesharing-Programme aufgeführt, die es u.a. für Linux gibt. Wenn Du z.B. das Filesharing-Programm aMule haben möchtest:

Öffne eine Konsole, gib nachfolgende Zeilen ein :
-> su
-> apt-get update
-> apt-get install amule-client amule-common amule-utils-gui

Du kannst das Programm auch mit KPackage installieren.
Damit wird das Programm amule installiert, mit dem Du am Filesharing teilnehmen kannst.

MfG T.

_________________
Notebook: Kanotix2006-1-rc1, Kernel 2.6.17.13-kanotix-2, ECS A531,Transmeta-Crusoe 1GHz,256MB, IceWM,
PC: Kanotix2006-1-rc1, Kernel 2.6.17.13-kanotix-2, VIA-Ezra 933MHz, 256MB, XFCE4


Last edited by captagon on Sep 25, 2006 - 08:47 PM; edited 1 time in total
 
 View user's profile Send private message  
Reply with quote Back to top
dasar
Post subject: Re: RE: ???  PostPosted: Sep 24, 2006 - 09:04 PM



Joined: Sep 24, 2006
Posts: 22

den letzten befehl kennt er net
 
 View user's profile Send private message MSN Messenger ICQ Number 
Reply with quote Back to top
Georgy
Post subject: RE: Re: RE: ???  PostPosted: Sep 24, 2006 - 09:18 PM



Joined: Jan 01, 2004
Posts: 1377
Location: Schwabenländle
ich nhem an das muss auch amule-client heißen, also ohne leerzeichen...

grüßchen
ich

_________________
Manche Menschen haben einen Horizont mit dem Radius null, das nennen sie dann ihren Standpunkt.

Die Realität ist nur der lanweiligste Teil des Vorstellbaren...

---- Freie Software für freie Bürger! ----
 
 View user's profile Send private message Send e-mail ICQ Number 
Reply with quote Back to top
jokobau
Post subject: RE: Re: RE: ???  PostPosted: Sep 25, 2006 - 04:36 AM



Joined: Jul 08, 2006
Posts: 976
Location: Sömmerda / Thüringen
Es reicht mit "amule" zu installieren. Der Rest vom Packet geht von allleine.
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
dasar
Post subject: RE: Re: RE: ???  PostPosted: Sep 25, 2006 - 04:50 PM



Joined: Sep 24, 2006
Posts: 22

darf ich was dranhängen ^^wie bekomme ich usb zum laufen ?
hab schon so manches gemacht und wenn ich in der konsole

lsusb eingeb kommt auch
Bus 003 Device 001: ID 0000:0000
Bus 002 Device 004: ID 1019:0c55
Bus 002 Device 001: ID 0000:0000
Bus 001 Device 009: ID 0727:0306
Bus 001 Device 003: ID 069a:4402 Askey Computer Corp.
Bus 001 Device 001: ID 0000:0000
und das wars auch
hab bne verknüpfung aufm destop bei mir gemacht und wenn ich draufklick kommt Laufwerk kann nicht eingebunden werden.
Die Fehlermeldung lautet:
mount: nur »root« kann /dev/sda auf /media/sda1 einhängen
hillfeeee ^^
danke
 
 View user's profile Send private message MSN Messenger ICQ Number 
Reply with quote Back to top
ockham23
Post subject: RE: Re: RE: ???  PostPosted: Sep 25, 2006 - 05:02 PM



Joined: Mar 25, 2005
Posts: 2133

Bitte mal die Ausgabe von
Code:

cat /etc/fstab
su
fdisk -l
(fdisk minus Ludwig) posten.

_________________
And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
 
 View user's profile Send private message  
Reply with quote Back to top
dasar
Post subject: RE: Re: RE: ???  PostPosted: Sep 25, 2006 - 05:07 PM



Joined: Sep 24, 2006
Posts: 22

root@KanotixBox:/home/dasar# cat /etc/fstab
proc /proc proc defaults 0 0
usbfs /proc/bus/usb usbfs devmode=0666 0 0
/dev/hda1 / reiserfs defaults 1 0
/dev/hda3 /media/hda3 ext3 defaults 0 0
/dev/cdrom /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
/dev/sda /media/sda1 vfat umask=000 0 0


root@KanotixBox:/home/dasar# su
root@KanotixBox:/home/dasar# fdisk -l

Platte /dev/hda: 82.3 GByte, 82348277760 Byte
255 Köpfe, 63 Sektoren/Spuren, 10011 Zylinder
Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes

Gerät boot. Anfang Ende Blöcke Id System
/dev/hda1 1 1020 8193118+ 83 Linux
/dev/hda2 1021 1084 514080 82 Linux Swap / Solaris
/dev/hda3 1085 10011 71706127+ 83 Linux

Platte /dev/sde: 261 MByte, 261619712 Byte
16 Köpfe, 56 Sektoren/Spuren, 570 Zylinder
Einheiten = Zylinder von 896 × 512 = 458752 Bytes

Gerät boot. Anfang Ende Blöcke Id System
/dev/sde1 * 1 571 255434+ 6 FAT16
Partition 1 hat unterschiedliche phys./log. Anfänge (nicht-Linux?):
phys=(0, 1, 44) logisch=(0, 1, 52)
Partition 1 hat unterschiedliche phys./log. Enden:
phys=(754, 15, 0) logisch=(570, 4, 32)
Partition 1 endet nicht an einer Zylindergrenze.
root@KanotixBox:/home/dasar#
 
 View user's profile Send private message MSN Messenger ICQ Number 
Reply with quote Back to top
ockham23
Post subject: RE: Re: RE: ???  PostPosted: Sep 25, 2006 - 05:21 PM



Joined: Mar 25, 2005
Posts: 2133

Das USB-Laufwerk, das du mounten willst, hat die Bezeichnung "sde1". Worauf bezieht sich deine Desktopverknüpfung? sda1?

Bitte noch die Ausgabe von
Code:
ls /media
posten, damit ich sehen kann, ob es schon einen Mountpoint für sde1 gibt.

_________________
And I ain't got no worries 'cause I ain't in no hurry at all (Doobie Brothers, "Black Water").
 
 View user's profile Send private message  
Reply with quote Back to top
dasar
Post subject: RE: Re: RE: ???  PostPosted: Sep 25, 2006 - 09:20 PM



Joined: Sep 24, 2006
Posts: 22

dasar@KanotixBox:~$ ls /media
cdrom0 floppy0 hda3 sda1
dasar@KanotixBox:~$
hast wohl recht da is ein kleiner fehler ^^
 
 View user's profile Send private message MSN Messenger ICQ Number 
Reply with quote Back to top
captagon
Post subject: Re: RE: Re: RE: ???  PostPosted: Sep 25, 2006 - 09:38 PM



Joined: Feb 06, 2005
Posts: 1194
Location: Mecklenburg
dasar wrote:
dasar@KanotixBox:~$ ls /media
cdrom0 floppy0 hda3 sda1
dasar@KanotixBox:~$
hast wohl recht da is ein kleiner fehler ^^


Falls Du eine aktuellere Kanotixversion hast:
Öffne eine Konsole:
-> su
-> mcedit /etc/fstab

ändere die letzte Zeile, indem Du # davorsetzt:

#/dev/sda /media/sda1 vfat umask=000 0 0

<F2>
<F10>
-> rmdir /media/sda1


Deine Verknüpfung mit /sda1 auf dem Desktop ist unnötig. Dein USB-Stick/Speicherkarten-Icon wird angezeigt, wenn du es anschließt. Oder hast Du eine ältere Kanotixversion (Was zeigt -> cat /etc/kanotix-version)?

MfG T.

_________________
Notebook: Kanotix2006-1-rc1, Kernel 2.6.17.13-kanotix-2, ECS A531,Transmeta-Crusoe 1GHz,256MB, IceWM,
PC: Kanotix2006-1-rc1, Kernel 2.6.17.13-kanotix-2, VIA-Ezra 933MHz, 256MB, XFCE4
 
 View user's profile Send private message  
Reply with quote Back to top
dasar
Post subject: RE: Re: RE: ???  PostPosted: Sep 25, 2006 - 09:58 PM



Joined: Sep 24, 2006
Posts: 22

hab jetzt a bissel was versucht aber leider vergebens........
oot@KanotixBox:/home/dasar# mount /dev/sde1
mount: Gerätedatei /dev/sde1 existiert nicht
root@KanotixBox:/home/dasar# mount -a
root@KanotixBox:/home/dasar# mount /dev/sde1
mount: Gerätedatei /dev/sde1 existiert nicht
root@KanotixBox:/home/dasar# mount /media/sde1
mount: Gerätedatei /dev/sde1 existiert nicht
root@KanotixBox:/home/dasar# exit
exit
dasar@KanotixBox:~$ su
Password:
root@KanotixBox:/home/dasar# /dev/sde
bash: /dev/sde: Datei oder Verzeichnis nicht gefunden
root@KanotixBox:/home/dasar# Debian/sid
bash: Debian/sid: Datei oder Verzeichnis nicht gefunden
root@KanotixBox:/home/dasar#
ich blick irgendwie net weiter durch weis jemadn von euch was?
 
 View user's profile Send private message MSN Messenger ICQ Number 
Reply with quote Back to top
dasar
Post subject: RE: Re: RE: ???  PostPosted: Sep 25, 2006 - 10:01 PM



Joined: Sep 24, 2006
Posts: 22

root@KanotixBox:/home/dasar# cat /etc/kanotix-version
KANOTIX 2005-04
 
 View user's profile Send private message MSN Messenger ICQ Number 
Reply with quote Back to top
dasar
Post subject: RE: Re: RE: ???  PostPosted: Sep 25, 2006 - 10:02 PM



Joined: Sep 24, 2006
Posts: 22

habs versucght geht immer noch net........
immer noch Laufwerk kann nicht eingebunden werden.
Die Fehlermeldung lautet:
mount: Konnte /media/sda1 nicht in /etc/fstab oder /etc/mtab finden
 
 View user's profile Send private message MSN Messenger ICQ Number 
Reply with quote Back to top
captagon
Post subject: Re: RE: Re: RE: ???  PostPosted: Sep 25, 2006 - 10:31 PM



Joined: Feb 06, 2005
Posts: 1194
Location: Mecklenburg
dasar wrote:
habs versucght geht immer noch net........
immer noch Laufwerk kann nicht eingebunden werden.
Die Fehlermeldung lautet:
mount: Konnte /media/sda1 nicht in /etc/fstab oder /etc/mtab finden


Die Kanotix2005-4 solltest Du besser mit einer aktuellen Kanotixversion (Kanotix2006-1-rc3) updaten.

Ansonsten hilft vielleicht:

-> su
-> apt-get update && apt-get install pmount hal udev
-> adduser dasar plugdev
-> exit
-> pmount /dev/sde

(oder mal sda, sdb, sdc... probieren)

Dann solltest Du im Konqueror im Ordner /media/sde deinen Stickinhalt finden.

Alternativ könntest Du auch
-> su
-> apt-get install thunar
-> exit
-> thunar
installieren und starten, da hast Du einen anderen Dateimanager, der Dir deinen USB-Stick anzeigt (unter Dateisystem), wenn du deinen Stick anschließt.

MfG T.

_________________
Notebook: Kanotix2006-1-rc1, Kernel 2.6.17.13-kanotix-2, ECS A531,Transmeta-Crusoe 1GHz,256MB, IceWM,
PC: Kanotix2006-1-rc1, Kernel 2.6.17.13-kanotix-2, VIA-Ezra 933MHz, 256MB, XFCE4
 
 View user's profile Send private message  
Reply with quote Back to top
jokobau
Post subject: RE: Re: RE: ???  PostPosted: Sep 26, 2006 - 08:11 AM



Joined: Jul 08, 2006
Posts: 976
Location: Sömmerda / Thüringen
folgendes fällt mir auf:
Gerät ist sde, Partition ist sde1 müßte aber sda/sda1 sein. Sind rules deffiniert ???
Ist das Gerät (ein Stick??) vor dem booten eingesteckt? Wenn ja, mal ausstecken und wenn Rechner hochgefahren einstecken.
Warum machst du nicht ein Install / update von einer neueren CD auf eine neuere Version ?
Mindestes die neuen "hal" und "dbus" beseitigen einiges an bisherigen Problemen.
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
dasar
Post subject: RE: Re: RE: ???  PostPosted: Sep 26, 2006 - 02:14 PM



Joined: Sep 24, 2006
Posts: 22

@ captagon
hab alles geamcht geht auch alles nur kein usb da ^^
haste noch einen tipp?
wie lad ich die neue runter?
danke bitteschön ^^
gruß
dasar
 
 View user's profile Send private message MSN Messenger ICQ Number 
Reply with quote Back to top
dasar
Post subject: RE: Re: RE: ???  PostPosted: Sep 26, 2006 - 02:17 PM



Joined: Sep 24, 2006
Posts: 22

mir fällt gerade auf das cd sowie diskette acuh net geht ^^
hätt ich mal früher testen sollen *lol ^^
 
 View user's profile Send private message MSN Messenger ICQ Number 
Reply with quote Back to top
jokobau
Post subject: Re: RE: Re: RE: ???  PostPosted: Sep 26, 2006 - 02:38 PM



Joined: Jul 08, 2006
Posts: 976
Location: Sömmerda / Thüringen
dasar wrote:
@ captagon
wie lad ich die neue runter?
gruß
dasar


Ist nicht all zu schwer. Links in dem komischen Metallrahmen unter der Hetzner-Werbung sind Downloads.
Halt mal das Preview-Release 2006-01-RC3 anklicken.
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
dasar
Post subject: Re: RE: Re: RE: ???  PostPosted: Sep 26, 2006 - 02:51 PM



Joined: Sep 24, 2006
Posts: 22

jep und dann weiter da sidn die ganzen daten udn was damit machen?
kenn mich net wirklich aus ^^
noch net *g*
 
 View user's profile Send private message MSN Messenger ICQ Number 
Reply with quote Back to top
jokobau
Post subject: Re: RE: Re: RE: ???  PostPosted: Sep 26, 2006 - 02:59 PM



Joined: Jul 08, 2006
Posts: 976
Location: Sömmerda / Thüringen
Das Kanotix-2006-1-RC3.iso downloaden und damit eine CD-Brennen.
Oder - in ein Verzeichnis kopieren und in Grub Pfad eingeben und fromiso dann bootet das Iso.
Lade also mal runter
Schaue mal hier im Handbuch (Komischer Metallrahmen (ganz oben)/ Menü / Handbuch. Oder benutze die Suchfunktion.
 
 View user's profile Send private message Send e-mail  
Reply with quote Back to top
dasar
Post subject: Re: RE: Re: RE: ???  PostPosted: Sep 26, 2006 - 03:47 PM



Joined: Sep 24, 2006
Posts: 22

aha ^^ o.k danke erstamla dann nochwas mein root nutzer is weg is das normal?
also wenn ich den pc hochfahre kann ich mich nur noch als dasar anmelden den root kennt er nicht mehr ist das normal?
 
 View user's profile Send private message MSN Messenger ICQ Number 
Reply with quote Back to top
captagon
Post subject: Re: RE: Re: RE: ???  PostPosted: Sep 26, 2006 - 03:52 PM



Joined: Feb 06, 2005
Posts: 1194
Location: Mecklenburg
dasar wrote:
aha ^^ o.k danke erstamla dann nochwas mein root nutzer is weg is das normal?
also wenn ich den pc hochfahre kann ich mich nur noch als dasar anmelden den root kennt er nicht mehr ist das normal?


Es ist vernünftig.
An der Konsole solltest Du dich normal mit Root anmelden können:

-> su

oder
-> sux

(root mit Grafikunterstützung)

MfG T.

_________________
Notebook: Kanotix2006-1-rc1, Kernel 2.6.17.13-kanotix-2, ECS A531,Transmeta-Crusoe 1GHz,256MB, IceWM,
PC: Kanotix2006-1-rc1, Kernel 2.6.17.13-kanotix-2, VIA-Ezra 933MHz, 256MB, XFCE4
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT + 1 Hour
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2007 The PNphpBB Group
Credits
 
Deutsch | English
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2004 - 2006 by Jörg Schirottke (Kano).
Consult Impressum and Legal Terms for details. Kanotix is Free Software released under the GNU/GPL license.
This CMS is powered by PostNuke, all themes used at this site are released under the GNU/GPL license. designed and hosted by w3you. Our web server is running on Kanotix64-2006.