My Grizzly G0602 Lathe
- my1987toyota
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 814
- Thank you received: 331
05 Jan 2021 01:04 #194106
by my1987toyota
Replied by my1987toyota on topic My Grizzly G0602 Lathe
sorry rodw I just tried it apparently It is unavailible.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6430
05 Jan 2021 01:04 #194107
by tommylight
Replied by tommylight on topic My Grizzly G0602 Lathe
Where did you stumble ?Just curious. How did you install 19.3? did you use Tommy's shortcut. I did this once before but failed last night.
Please Log in or Create an account to join the conversation.
05 Jan 2021 01:10 #194109
by rodw
Tommy, I think it was becasue I went with Mint 20 and it got tangled up with the python thing. I downloaded 19.1 last night so will try that. It will let me compile the kernel like we used to if I follow Big John's recipe.
The problem with Debian is that I could not install the OS until I had a network connection and I could not do that until I installed the Odroid H2+ Network driver.... Mint just breezed through that.
Replied by rodw on topic My Grizzly G0602 Lathe
Yeh I knew that.sorry rodw I just tried it apparently It is unavailible.
Where did you stumble ?Just curious. How did you install 19.3? did you use Tommy's shortcut. I did this once before but failed last night.
Tommy, I think it was becasue I went with Mint 20 and it got tangled up with the python thing. I downloaded 19.1 last night so will try that. It will let me compile the kernel like we used to if I follow Big John's recipe.
The problem with Debian is that I could not install the OS until I had a network connection and I could not do that until I installed the Odroid H2+ Network driver.... Mint just breezed through that.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6430
05 Jan 2021 01:43 #194110
by tommylight
Replied by tommylight on topic My Grizzly G0602 Lathe
Mint19 requires installing linux-heades-same-number-as-image-RT
Mint 20 requires headers and a lot of other stuff to be able to compile anything, nearly 20 packages. They are considered outdated so they are not included.
Mint 20 requires headers and a lot of other stuff to be able to compile anything, nearly 20 packages. They are considered outdated so they are not included.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
- my1987toyota
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 814
- Thank you received: 331
05 Jan 2021 02:05 #194111
by my1987toyota
LOL. that's just one of my many list's for this years ( to do list )
Replied by my1987toyota on topic My Grizzly G0602 Lathe
You have a very short list of things to do, want some of mine ?
LOL. that's just one of my many list's for this years ( to do list )
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
05 Jan 2021 02:18 #194113
by rodw
So does Mint use the Debian Repositories?
This looks interesting
aptitude install linux-image-rt-amd64
Just not at a linux machine at the moment.
Replied by rodw on topic My Grizzly G0602 Lathe
Mint19 requires installing linux-heades-same-number-as-image-RT
Mint 20 requires headers and a lot of other stuff to be able to compile anything, nearly 20 packages. They are considered outdated so they are not included.
So does Mint use the Debian Repositories?
This looks interesting
aptitude install linux-image-rt-amd64
aptitude install linux-image-rt-amd64
Just not at a linux machine at the moment.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19188
- Thank you received: 6430
05 Jan 2021 11:48 #194137
by tommylight
Replied by tommylight on topic My Grizzly G0602 Lathe
Mint is based on Ubuntu, and Ubuntu is based on Debian, so most debian stuff works on both of them without issues, but i did bump into some that cause issues, namely the newest 5.0.9 RT kernel will have issues with WiFi and is polite to tell it will not work and stop the installation.
The best solution is to use the non-free version of Debian for dev as everything stays the same as the official release regarding tutorials and howto's.
The best solution is to use the non-free version of Debian for dev as everything stays the same as the official release regarding tutorials and howto's.
Please Log in or Create an account to join the conversation.
05 Jan 2021 18:45 #194160
by Flyer007
Replied by Flyer007 on topic My Grizzly G0602 Lathe
Care to share that 19.3 iso?
Please Log in or Create an account to join the conversation.
06 Jan 2021 05:14 #194190
by rodw
I could not see Debian was an option because I need to compile and install a network driver and Debian would not let you continue an install without a network connection. I installed Mint 19.3 and compiled the Linux PREEMPT_RT kernel last night by following BigJohnT's method gnipsel.com/linuxcnc/uspace/linuxmint19-rt.html
I modified it to account for the different kernel between MInt 19.1 and 19.3
It refused to boot becasue of a missing EFI_MEMMAP. I am hoping I found the solution to this error otherwise I am going to lean Mr BeagleBrainz for help.... he seems to know a bit about UEFI.
I will say compiling the kernel is pretty easy. I've done it quite a few times. You just need to run the make command overnight as it can take a long time. Also adding the -j8 command speeds things up considerably by compiling up to 8 files at a time..Big John does not mention this
I'd like to solve this so I have control over the whole process.
Replied by rodw on topic My Grizzly G0602 Lathe
Mint is based on Ubuntu, and Ubuntu is based on Debian, so most debian stuff works on both of them without issues, but i did bump into some that cause issues, namely the newest 5.0.9 RT kernel will have issues with WiFi and is polite to tell it will not work and stop the installation.
The best solution is to use the non-free version of Debian for dev as everything stays the same as the official release regarding tutorials and howto's.
I could not see Debian was an option because I need to compile and install a network driver and Debian would not let you continue an install without a network connection. I installed Mint 19.3 and compiled the Linux PREEMPT_RT kernel last night by following BigJohnT's method gnipsel.com/linuxcnc/uspace/linuxmint19-rt.html
I modified it to account for the different kernel between MInt 19.1 and 19.3
It refused to boot becasue of a missing EFI_MEMMAP. I am hoping I found the solution to this error otherwise I am going to lean Mr BeagleBrainz for help.... he seems to know a bit about UEFI.
I will say compiling the kernel is pretty easy. I've done it quite a few times. You just need to run the make command overnight as it can take a long time. Also adding the -j8 command speeds things up considerably by compiling up to 8 files at a time..
make -j8
I'd like to solve this so I have control over the whole process.
The following user(s) said Thank You: my1987toyota
Please Log in or Create an account to join the conversation.
- my1987toyota
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 814
- Thank you received: 331
09 Jan 2021 04:03 #194562
by my1987toyota
Replied by my1987toyota on topic My Grizzly G0602 Lathe
Please Log in or Create an account to join the conversation.
Time to create page: 0.099 seconds