Gentoo Image, Which Applications are in and Which are Out
- NTULINUX
 - 
				
											 - Offline
 - Premium Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 86
 - Thank you received: 78
 
			
	
						16 Dec 2022 08:53		 -  16 Dec 2022 08:55		#259618
		by NTULINUX
	
	
		
			
	
	
			 		
													
	
				Replied by NTULINUX on topic Gentoo Image, Which Applications are in and Which are Out			
			
				I don't want to wipe out my previous message in case there's a link limit and it somehow messes it all up..
I wrote a script to make sure the host CPU has the required extensions/instructions for the Gentoo image. The end is very near!
Please run the following to make sure your machine is x86-64-v2 or newer:
If anything is missing, your system will not be able to run the Gentoo image, or you may see segfaults, other errors, etc.
					I wrote a script to make sure the host CPU has the required extensions/instructions for the Gentoo image. The end is very near!
Please run the following to make sure your machine is x86-64-v2 or newer:
git clone --single-branch -b linuxcnc https://github.com/NTULINUX/gentoo_backup.git
cd gentoo_backup
./verify_psabi.shIf anything is missing, your system will not be able to run the Gentoo image, or you may see segfaults, other errors, etc.
		Last edit: 16 Dec 2022 08:55  by NTULINUX.		Reason: fix code (for real)	
	
		The following user(s) said Thank You: tommylight, Aciera, JT 	
			Please Log in or Create an account to join the conversation.
- andypugh
 - 
				
											 - Offline
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 19678
 - Thank you received: 4559
 
			
	
						17 Dec 2022 23:45				#259785
		by andypugh
	
	
		
			
	
	
			 		
													
	
				Replied by andypugh on topic Gentoo Image, Which Applications are in and Which are Out			
			
				I have expunged Gedit from all the sample config and replaced with Geany in 2.9			
					
		The following user(s) said Thank You: tommylight 	
			Please Log in or Create an account to join the conversation.
- NTULINUX
 - 
				
											 - Offline
 - Premium Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 86
 - Thank you received: 78
 
			
	
						18 Dec 2022 06:55				#259800
		by NTULINUX
	
	
		
			
	
			
			 		
													
	
				Replied by NTULINUX on topic Gentoo Image, Which Applications are in and Which are Out			
			
				Lol I thought Geany was bugged in Gentoo but the line break column setting is stuck at 72, the line won't move. Happens on both Gentoo and Debian, reopening Geany or a new file, it doesn't take the line break setting. (Edit -> Preferences -> Editor -> Features -> Line breaking column.) Geany version 1.38 on both distros, same problem.
I know this is off-topic, just letting you know or maybe there's a button besides "Apply" and "OK" to actually take the input that I don't know about.
					I know this is off-topic, just letting you know or maybe there's a button besides "Apply" and "OK" to actually take the input that I don't know about.
Please Log in or Create an account to join the conversation.
- andypugh
 - 
				
											 - Offline
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 19678
 - Thank you received: 4559
 
			
	
						18 Dec 2022 10:50				#259812
		by andypugh
	
	
		
			
	
			
			 		
													
	
				Replied by andypugh on topic Gentoo Image, Which Applications are in and Which are Out			
			
				I haven't noticed, I never have line-breaking on for code.			
					Please Log in or Create an account to join the conversation.
- andypugh
 - 
				
											 - Offline
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 19678
 - Thank you received: 4559
 
			
	
						18 Dec 2022 10:54				#259813
		by andypugh
	
	
		
			
				
But the line on the display is a separate thing, adjusted by the setting preferences-editor-display-long line marker
 			
					
	
	
			 		
													
	
				Replied by andypugh on topic Gentoo Image, Which Applications are in and Which are Out			
			Just tried it. Line breaking happens at the requested point if you change it.I haven't noticed, I never have line-breaking on for code.
But the line on the display is a separate thing, adjusted by the setting preferences-editor-display-long line marker
		The following user(s) said Thank You: Bari, NTULINUX 	
			Please Log in or Create an account to join the conversation.
- NTULINUX
 - 
				
											 - Offline
 - Premium Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 86
 - Thank you received: 78
 
			
	
						13 Jan 2023 21:26				#261830
		by NTULINUX
	
	
		
			
	
	
			 		
													
	
				Replied by NTULINUX on topic Gentoo Image, Which Applications are in and Which are Out			
			
				One other thing that won't be included that I forgot to mention are touchscreens and touchpads. There's too many variables with those, and I don't have any to test with.
Installer is just shy of 900 lines right now, all that's left is to finish the stage4 tarball and GRUB.
Don't run this yet but here it is:
github.com/NTULINUX/gentoo_backup/blob/linuxcnc/installer.sh
					Installer is just shy of 900 lines right now, all that's left is to finish the stage4 tarball and GRUB.
Don't run this yet but here it is:
github.com/NTULINUX/gentoo_backup/blob/linuxcnc/installer.sh
		The following user(s) said Thank You: tommylight 	
			Please Log in or Create an account to join the conversation.
- NTULINUX
 - 
				
											 - Offline
 - Premium Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 86
 - Thank you received: 78
 
			
	
						20 May 2023 06:44		 -  20 May 2023 06:46		#271710
		by NTULINUX
	
	
		
			
	
	
			 		
													
	
				Replied by NTULINUX on topic Gentoo Image, Which Applications are in and Which are Out			
			
				USB network adapters are also out (not included.)
Support for wired Atheros, Broadcom, Intel and Realtek NICs will be the only NICs included as these are the most common. The Gentoo image+installer project has been on hold the past few months, I'm going to be knocking out the initial installer and Gentoo image over the next week or so.
The latest 6.1 kernel (6.1.29 as of this writing) will be supported out of the box (patched with PREEMPT_RT) as well as the latest release candidate kernel (6.4 series, rc2 as of this writing) at your option for those who want to live on the edge.
					Support for wired Atheros, Broadcom, Intel and Realtek NICs will be the only NICs included as these are the most common. The Gentoo image+installer project has been on hold the past few months, I'm going to be knocking out the initial installer and Gentoo image over the next week or so.
The latest 6.1 kernel (6.1.29 as of this writing) will be supported out of the box (patched with PREEMPT_RT) as well as the latest release candidate kernel (6.4 series, rc2 as of this writing) at your option for those who want to live on the edge.
		Last edit: 20 May 2023 06:46  by NTULINUX.		Reason: more info	
			Please Log in or Create an account to join the conversation.
- andypugh
 - 
				
											 - Offline
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 19678
 - Thank you received: 4559
 
			
	
						20 May 2023 09:17				#271716
		by andypugh
	
	
		
			
				
Though if this is a pure RTAI system (as seems likely) that is a non-issue.
 			
					
	
			
			 		
													
	
				Replied by andypugh on topic Gentoo Image, Which Applications are in and Which are Out			
			Given that many systems will be using Ethernet FPGA boards, and will need a dongle for networking, that might be something of an omission.USB network adapters are also out (not included.)
Though if this is a pure RTAI system (as seems likely) that is a non-issue.
Please Log in or Create an account to join the conversation.
- NTULINUX
 - 
				
											 - Offline
 - Premium Member
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 86
 - Thank you received: 78
 
			
	
						21 May 2023 01:17		 -  21 May 2023 07:42		#271788
		by NTULINUX
	
	
		
			
	
	
			 		
													
	
				Replied by NTULINUX on topic Gentoo Image, Which Applications are in and Which are Out			
			
				Andy,
Ah.. This would be PREEMPT_RT. No RTAI at least for awhile.
Well, with that being said I'll grab the usual suspects for wired USB NICs (no WiFi dongles supported due to no WiFi support enabled in distribution package options)
To include:
USB_RTL8150
USB_RTL8152
USB_LAN78XX / Microchip LAN78XX Based USB Ethernet Adapters
USB_NET_AX8817X / ASIX AX88xxx Based USB 2.0 Ethernet Adapters
USB_NET_AX88179_178A / ASIX AX88179/178A USB 3.0/2.0 to Gigabit Ethernet
USB_NET_CDCETHER / CDC Ethernet support (smart devices such as cable modems)
USB_NET_CDC_EEM / CDC EEM support
USB_NET_CDC_NCM / CDC NCM support
From my memory, a lot of USB wired NICs are at least one of those.
If anyone's USB NIC doesn't work, just post your `lsmod` with your USB NIC plugged into a Debian system and I'll throw it in the config, if it isn't WiFi.
Cheers!
					Ah.. This would be PREEMPT_RT. No RTAI at least for awhile.
Well, with that being said I'll grab the usual suspects for wired USB NICs (no WiFi dongles supported due to no WiFi support enabled in distribution package options)
To include:
USB_RTL8150
USB_RTL8152
USB_LAN78XX / Microchip LAN78XX Based USB Ethernet Adapters
USB_NET_AX8817X / ASIX AX88xxx Based USB 2.0 Ethernet Adapters
USB_NET_AX88179_178A / ASIX AX88179/178A USB 3.0/2.0 to Gigabit Ethernet
USB_NET_CDCETHER / CDC Ethernet support (smart devices such as cable modems)
USB_NET_CDC_EEM / CDC EEM support
USB_NET_CDC_NCM / CDC NCM support
From my memory, a lot of USB wired NICs are at least one of those.
If anyone's USB NIC doesn't work, just post your `lsmod` with your USB NIC plugged into a Debian system and I'll throw it in the config, if it isn't WiFi.
Cheers!
		Last edit: 21 May 2023 07:42  by NTULINUX.		Reason: No RTAI for now, more info, answered own question, format fixes, removed pegasus	
			Please Log in or Create an account to join the conversation.
- andypugh
 - 
				
											 - Offline
 - Moderator
 - 
				
			 
		Less
		More
		
			
	
		- Posts: 19678
 - Thank you received: 4559
 
			
	
						21 May 2023 14:28				#271824
		by andypugh
	
	
		
			
	
			
			 		
													
	
				Replied by andypugh on topic Gentoo Image, Which Applications are in and Which are Out			
			
				My machine is using
Ralink Technology, Corp. RT5370 Wireless Adapter
I am pretty sure that this is what is used in the "Wi-Pi" dongles sold for the Raspberry Pi, and those are generally a good choice for Linux compatibility.
But trying a bunch of random dongles I also seem to have:
Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter
Broadcom Corp. BCM43143 802.11bgn (1x1) Wireless Adapter
and another Ralink Technology, Corp. RT5370 Wireless Adapter
					Ralink Technology, Corp. RT5370 Wireless Adapter
I am pretty sure that this is what is used in the "Wi-Pi" dongles sold for the Raspberry Pi, and those are generally a good choice for Linux compatibility.
But trying a bunch of random dongles I also seem to have:
Ralink Technology, Corp. RT2870/RT3070 Wireless Adapter
Broadcom Corp. BCM43143 802.11bgn (1x1) Wireless Adapter
and another Ralink Technology, Corp. RT5370 Wireless Adapter
Please Log in or Create an account to join the conversation.
		Time to create page: 0.165 seconds