Parallel port treiber instalieren
- Aciera
- 
				  
- Offline
- Administrator
- 
				  
		Less
		More
		
			
	
		- Posts: 4554
- Thank you received: 2028
			
	
						19 Sep 2021 15:59		 -  19 Sep 2021 16:00		#221107
		by Aciera
	
	
		
			
	
	
			 		
													
	
				Replied by Aciera on topic Parallel port treiber instalieren			
			
				Wie schon vorgeschlagen: Bevor du anfängst Treiber zu kompilieren schau doch nochmals ob die Karte nicht bereits erkannt wurde.
Also um die PCI Karte zu finden diesen Befehl im Terminal eingeben (sind alles Kleinbuchstaben):
Falls der Befehl nicht gefunden wird musst du vielleicht 'pciutils' installieren und obigen Befehl nochmals probieren.
			
					Also um die PCI Karte zu finden diesen Befehl im Terminal eingeben (sind alles Kleinbuchstaben):
sudo lspciFalls der Befehl nicht gefunden wird musst du vielleicht 'pciutils' installieren und obigen Befehl nochmals probieren.
sudo apt install pciutils
		Last edit: 19 Sep 2021 16:00  by Aciera.			
			Please Log in or Create an account to join the conversation.
- Bernd1365
- Offline
- Junior Member
- 
				  
		Less
		More
		
			
	
		- Posts: 34
- Thank you received: 2
			
	
						19 Sep 2021 16:00				#221108
		by Bernd1365
	
	
		
			
	
			
			 		
													
	
				Replied by Bernd1365 on topic Parallel port treiber instalieren			
			
				was meinst du mit Distribution Debian 10 linux 2.8.2
ispci -vv Kommando nicht gefunden
mit Maschinen name
					ispci -vv Kommando nicht gefunden
mit Maschinen name
Please Log in or Create an account to join the conversation.
- Bernd1365
- Offline
- Junior Member
- 
				  
		Less
		More
		
			
	
		- Posts: 34
- Thank you received: 2
			
	
						19 Sep 2021 16:03				#221109
		by Bernd1365
	
	
		
			
	
			
			 		
													
	
				Replied by Bernd1365 on topic Parallel port treiber instalieren			
			
				den Befehl hat er ausgeführt
sudo apt install pciutils
					sudo apt install pciutils
Please Log in or Create an account to join the conversation.
- Aciera
- 
				  
- Offline
- Administrator
- 
				  
		Less
		More
		
			
	
		- Posts: 4554
- Thank you received: 2028
			
	
						19 Sep 2021 16:04				#221110
		by Aciera
	
	
		
			
	
			
			 		
													
	
				Replied by Aciera on topic Parallel port treiber instalieren			
			
				Der Befehl is nicht ispci sonder lspci. Kleines L am Anfang.			
					Please Log in or Create an account to join the conversation.
- Aciera
- 
				  
- Offline
- Administrator
- 
				  
		Less
		More
		
			
	
		- Posts: 4554
- Thank you received: 2028
			
	
						19 Sep 2021 16:07				#221112
		by Aciera
	
	
		
			
	
			
			 		
													
	
				Replied by Aciera on topic Parallel port treiber instalieren			
			
				Du kannst übrigens auch einen Befehl irgendwo mit CTRL+c kopieren und dann im Terminal mit  SHIFT + CTRL + v einfügen. Das vermeidet Fehler beim Abtippen.			
					Please Log in or Create an account to join the conversation.
- Bernd1365
- Offline
- Junior Member
- 
				  
		Less
		More
		
			
	
		- Posts: 34
- Thank you received: 2
			
	
						19 Sep 2021 16:10				#221113
		by Bernd1365
	
	
		
			
	
			
			 		
													
	
				Replied by Bernd1365 on topic Parallel port treiber instalieren			
			
				troller (rev 12) (prog-if 20 [IO(X)-APIC])
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
Wie mach ich jetzt weiter ?
					Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort-
Wie mach ich jetzt weiter ?
Please Log in or Create an account to join the conversation.
- Bernd1365
- Offline
- Junior Member
- 
				  
		Less
		More
		
			
	
		- Posts: 34
- Thank you received: 2
			
	
						19 Sep 2021 16:19				#221114
		by Bernd1365
	
	
		
			
	
			
			 		
													
	
				Replied by Bernd1365 on topic Parallel port treiber instalieren			
			
				Die Karte hat er gefunden
00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 12)
					00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 12)
Please Log in or Create an account to join the conversation.
- spicer
- 
				  
- Offline
- Platinum Member
- 
				  
		Less
		More
		
			
	
		- Posts: 421
- Thank you received: 125
			
	
						19 Sep 2021 16:26		 -  19 Sep 2021 16:28		#221115
		by spicer
	
	
		
			
	
	
			 		
													
	
				Replied by spicer on topic Parallel port treiber instalieren			
			
				Finde die Adresse der Karte bzw Parallelports.
Siehe:
forum.linuxcnc.org/18-computer/9861-tryi...ind-my-parallel-port
linuxcnc.org/docs/2.4/html/examples_pci_parallel_port.html
zBsp:
dmesg|grep parport
					Siehe:
forum.linuxcnc.org/18-computer/9861-tryi...ind-my-parallel-port
linuxcnc.org/docs/2.4/html/examples_pci_parallel_port.html
zBsp:
dmesg|grep parport
		Last edit: 19 Sep 2021 16:28  by spicer.			
			Please Log in or Create an account to join the conversation.
- Bernd1365
- Offline
- Junior Member
- 
				  
		Less
		More
		
			
	
		- Posts: 34
- Thank you received: 2
			
	
						19 Sep 2021 16:55				#221117
		by Bernd1365
	
	
		
			
	
			
			 		
													
	
				Replied by Bernd1365 on topic Parallel port treiber instalieren			
			
				Die Karte hat er gefunden . aber verwenden kann ich sie nicht.
ich habe im Stepconf Wizard port 0 und 1 probiert.
Was kann ich jetzt machen ?
					ich habe im Stepconf Wizard port 0 und 1 probiert.
Was kann ich jetzt machen ?
Please Log in or Create an account to join the conversation.
- Bernd1365
- Offline
- Junior Member
- 
				  
		Less
		More
		
			
	
		- Posts: 34
- Thank you received: 2
			
	
						19 Sep 2021 16:58				#221118
		by Bernd1365
	
	
		
			
	
			
			 		
													
	
				Replied by Bernd1365 on topic Parallel port treiber instalieren			
			
				Debug file information:
Note: Using POSIX realtime
Linux parallel port 1 not found
hal_parport: rtapi_app_main: No such file or directory (-2)
./my-mill.hal:6: waitpid failed /usr/bin/rtapi_app hal_parport
./my-mill.hal:6: /usr/bin/rtapi_app exited without becoming ready
./my-mill.hal:6: insmod for hal_parport failed, returned -1
2768
Stopping realtime threads
Unloading hal components
Note: Using POSIX realtime
					Note: Using POSIX realtime
Linux parallel port 1 not found
hal_parport: rtapi_app_main: No such file or directory (-2)
./my-mill.hal:6: waitpid failed /usr/bin/rtapi_app hal_parport
./my-mill.hal:6: /usr/bin/rtapi_app exited without becoming ready
./my-mill.hal:6: insmod for hal_parport failed, returned -1
2768
Stopping realtime threads
Unloading hal components
Note: Using POSIX realtime
Please Log in or Create an account to join the conversation.
		Time to create page: 0.140 seconds	
