THC problem
- acourtjester
 - Offline
 - Elite Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 292
 - Thank you received: 29
 
			
	
						07 Jun 2024 18:29				#302549
		by acourtjester
	
	
		
			
	
			
			 		
													
	
				Replied by acourtjester on topic THC problem			
			
				Ok changed made to grub, did not help the latency error problem.  I still get it randomly			
					Please Log in or Create an account to join the conversation.
- PCW
 - 
				
											 - Offline
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 17380
 - Thank you received: 5067
 
			
	
						07 Jun 2024 18:40				#302551
		by PCW
	
	
		
			
	
	
		
	
			 		
													
	
				Replied by PCW on topic THC problem			
			
				Can you run this script to check your setup?
 
Download
chmod +x checkmask.txt
./checkmask.txt ethernet_device_name
ethernet_device_name will be something like eno1 or enp0s25
You can get a list with the command
ip a
 			
					Download
chmod +x checkmask.txt
./checkmask.txt ethernet_device_name
ethernet_device_name will be something like eno1 or enp0s25
You can get a list with the command
ip a
Attachments:
		The following user(s) said Thank You: acourtjester 	
			Please Log in or Create an account to join the conversation.
- acourtjester
 - Offline
 - Elite Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 292
 - Thank you received: 29
 
			
	
						07 Jun 2024 20:30		 -  07 Jun 2024 20:32		#302564
		by acourtjester
	
	
		
			
	
	
		
	
			 		
													
	
				Replied by acourtjester on topic THC problem			
			
				Well I am dumb and a stick, I got the ip a and attached it here.
 
But had no luck getting the other info you want, I am not a linux person so you will need to write exactly which the commands are needed for me to supply the info to you.
I tried to use the terminal but no luck, I did do file searches but could not find that file (checkmask.txt).
 
 			
					But had no luck getting the other info you want, I am not a linux person so you will need to write exactly which the commands are needed for me to supply the info to you.
I tried to use the terminal but no luck, I did do file searches but could not find that file (checkmask.txt).
Attachments:
		Last edit: 07 Jun 2024 20:32  by acourtjester.		Reason: added info	
			Please Log in or Create an account to join the conversation.
- PCW
 - 
				
											 - Offline
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 17380
 - Thank you received: 5067
 
			
	
						07 Jun 2024 21:20				#302567
		by PCW
	
	
		
			
	
	
			 		
													
	
				Replied by PCW on topic THC problem			
			
				Case is important in unix/linux commands
(CHMOD is not the same as chmod)
chmod +x checkmask.txt
 
./checkmask.txt eth0
					(CHMOD is not the same as chmod)
chmod +x checkmask.txt
./checkmask.txt eth0
		The following user(s) said Thank You: acourtjester 	
			Please Log in or Create an account to join the conversation.
- acourtjester
 - Offline
 - Elite Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 292
 - Thank you received: 29
 
			
	
						07 Jun 2024 21:42		 -  07 Jun 2024 21:43		#302568
		by acourtjester
	
	
		
			
	
	
		
	
			 		
													
	
				Replied by acourtjester on topic THC problem			
			
					Attachments:
		Last edit: 07 Jun 2024 21:43  by acourtjester.		Reason: added info	
			Please Log in or Create an account to join the conversation.
- PCW
 - 
				
											 - Offline
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 17380
 - Thank you received: 5067
 
			
	
						07 Jun 2024 22:09		 -  07 Jun 2024 23:15		#302569
		by PCW
	
	
		
			
	
	
			 		
													
	
				Replied by PCW on topic THC problem			
			
				CHMOD is not the same as chmod,
That is, there is no CHMOD command
but there is a chmod command.
first command:
chmod +x checkmask.txt
 
second command
./checkmask.txt eth0
You should be able to copy, paste these into a
terminal window (in the Downloads directory
since that's where downloaded files go)
					That is, there is no CHMOD command
but there is a chmod command.
first command:
chmod +x checkmask.txt
second command
./checkmask.txt eth0
You should be able to copy, paste these into a
terminal window (in the Downloads directory
since that's where downloaded files go)
		Last edit: 07 Jun 2024 23:15  by PCW.			
	
		The following user(s) said Thank You: acourtjester 	
			Please Log in or Create an account to join the conversation.
- acourtjester
 - Offline
 - Elite Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 292
 - Thank you received: 29
 
			
	
						07 Jun 2024 23:37		 -  07 Jun 2024 23:38		#302575
		by acourtjester
	
	
		
			
	
	
		
	
			 		
													
	
				Replied by acourtjester on topic THC problem			
			
					Attachments:
		Last edit: 07 Jun 2024 23:38  by acourtjester.		Reason: added info	
			Please Log in or Create an account to join the conversation.
- PCW
 - 
				
											 - Offline
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 17380
 - Thank you received: 5067
 
			
	
						07 Jun 2024 23:43		 -  08 Jun 2024 00:24		#302576
		by PCW
	
	
		
			
	
	
			 		
													
	
				Replied by PCW on topic THC problem			
			
				1. You have to know where you downloaded the file
Note, at least with Firefox, you can specify "Save link as"
so you know both the name of the saved file and where
its been saved.
2. chmod+x is not valid, chmod +x is (note the space between chmod and +x )
					Note, at least with Firefox, you can specify "Save link as"
so you know both the name of the saved file and where
its been saved.
2. chmod+x is not valid, chmod +x is (note the space between chmod and +x )
		Last edit: 08 Jun 2024 00:24  by PCW.			
			Please Log in or Create an account to join the conversation.
- tommylight
 - 
				
											 - Away
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 20860
 - Thank you received: 7115
 
			
	
						08 Jun 2024 00:30				#302587
		by tommylight
	
	
		
			
	
	
			 		
													
	
				Replied by tommylight on topic THC problem			
			
				cd
press enter
cd Downloads
press enter
>>>>copy the line bellow by left clicking 3 times fast on the line and right click select "copy"<<<right click in terminal and choose "paste"
press enter
>>>>copy the line bellow by left clicking 3 times fast on the line and right click select "copy"<<<right click in terminal and choose "paste"
press enter
-
					press enter
cd Downloads
press enter
>>>>copy the line bellow by left clicking 3 times fast on the line and right click select "copy"<<<
chmod +x checkmask.txtpress enter
>>>>copy the line bellow by left clicking 3 times fast on the line and right click select "copy"<<<
./checkmask.txt eth0press enter
-
		The following user(s) said Thank You: acourtjester 	
			Please Log in or Create an account to join the conversation.
- acourtjester
 - Offline
 - Elite Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 292
 - Thank you received: 29
 
			
	
						08 Jun 2024 02:42				#302595
		by acourtjester
	
	
		
			
	
			
			 		
													
	
				Replied by acourtjester on topic THC problem			
			
				Ok where do I download checkmask.txt from???????			
					Please Log in or Create an account to join the conversation.
		Time to create page: 0.935 seconds