7I92TH Help
- kdntool
- Offline
- New Member
-
Less
More
- Posts: 10
- Thank you received: 1
25 Apr 2023 20:11 #269894
by kdntool
7I92TH Help was created by kdntool
I managed to grenade my 7i92H board. I just received a replacement 7i92TH. I am running Linuxcnc 2.8.0 Debian buster. I tried to update Mesaflash using the steps at the bottom of the GitHub page, and get errors on every step. If I try apt-get install mesaflash, it says I am up to date with 3.4.0.
What would be the best way to update mesaflash so I can flash the new board?
I am still cutting my teeth on Linux, but I can usually figure things out eventually.
Would I be better off just fresh installing a newer version of linuxcnc?
Thank you in advance!!
Ken
What would be the best way to update mesaflash so I can flash the new board?
I am still cutting my teeth on Linux, but I can usually figure things out eventually.
Would I be better off just fresh installing a newer version of linuxcnc?
Thank you in advance!!
Ken
Please Log in or Create an account to join the conversation.
- tommylight
-
- Away
- Moderator
-
Less
More
- Posts: 20191
- Thank you received: 6873
25 Apr 2023 21:09 #269896
by tommylight
Replied by tommylight on topic 7I92TH Help
Moved to "driver boards".
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 18541
- Thank you received: 5089
25 Apr 2023 21:13 #269897
by PCW
Replied by PCW on topic 7I92TH Help
What errors do you get when you attempt to build mesaflash from source?
Please Log in or Create an account to join the conversation.
- kdntool
- Offline
- New Member
-
Less
More
- Posts: 10
- Thank you received: 1
25 Apr 2023 21:24 #269899
by kdntool
Replied by kdntool on topic 7I92TH Help
The first step returns "E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable)
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?"
The second returns "bash: git: command not found"
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?"
The second returns "bash: git: command not found"
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 18541
- Thank you received: 5089
25 Apr 2023 21:28 - 25 Apr 2023 21:30 #269900
by PCW
Replied by PCW on topic 7I92TH Help
Is it possible you have the package manager open?
askubuntu.com/questions/1109982/e-could-...1-resource-temporari
askubuntu.com/questions/1109982/e-could-...1-resource-temporari
Last edit: 25 Apr 2023 21:30 by PCW.
Please Log in or Create an account to join the conversation.
- kdntool
- Offline
- New Member
-
Less
More
- Posts: 10
- Thank you received: 1
25 Apr 2023 21:36 #269901
by kdntool
Replied by kdntool on topic 7I92TH Help
Yes it was.
Now it returns "
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package pkg-config is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package libpci-dev
E: Unable to locate package libmd-dev
E: Package 'pkg-config' has no installation candidate
E: Unable to locate package build-essential
E: Unable to locate package git
Now it returns "
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package pkg-config is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package libpci-dev
E: Unable to locate package libmd-dev
E: Package 'pkg-config' has no installation candidate
E: Unable to locate package build-essential
E: Unable to locate package git
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 18541
- Thank you received: 5089
25 Apr 2023 21:41 - 25 Apr 2023 21:43 #269904
by PCW
Replied by PCW on topic 7I92TH Help
You might try:
sudo apt-get update
first.
Also, what does
uname -a
report?
sudo apt-get update
first.
Also, what does
uname -a
report?
Last edit: 25 Apr 2023 21:43 by PCW.
Please Log in or Create an account to join the conversation.
- kdntool
- Offline
- New Member
-
Less
More
- Posts: 10
- Thank you received: 1
25 Apr 2023 21:47 #269905
by kdntool
Replied by kdntool on topic 7I92TH Help
ken@X3MesaCNC:/$ sudo apt-get update
[sudo] password for ken:
Ign:1 cdrom://[Debian GNU/Linux 10 _Buster_ - Official Snapshot amd64 LIVE/INSTALL Binary 20201002-19:09] buster InRelease
Err:2 cdrom://[Debian GNU/Linux 10 _Buster_ - Official Snapshot amd64 LIVE/INSTALL Binary 20201002-19:09] buster Release
Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Hit:3 www.linuxcnc.org buster InRelease
Reading package lists... Done
E: The repository 'cdrom://[Debian GNU/Linux 10 _Buster_ - Official Snapshot amd64 LIVE/INSTALL Binary 20201002-19:09] buster Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
[sudo] password for ken:
Ign:1 cdrom://[Debian GNU/Linux 10 _Buster_ - Official Snapshot amd64 LIVE/INSTALL Binary 20201002-19:09] buster InRelease
Err:2 cdrom://[Debian GNU/Linux 10 _Buster_ - Official Snapshot amd64 LIVE/INSTALL Binary 20201002-19:09] buster Release
Please use apt-cdrom to make this CD-ROM recognized by APT. apt-get update cannot be used to add new CD-ROMs
Hit:3 www.linuxcnc.org buster InRelease
Reading package lists... Done
E: The repository 'cdrom://[Debian GNU/Linux 10 _Buster_ - Official Snapshot amd64 LIVE/INSTALL Binary 20201002-19:09] buster Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Please Log in or Create an account to join the conversation.
- PCW
-
- Away
- Moderator
-
Less
More
- Posts: 18541
- Thank you received: 5089
25 Apr 2023 21:53 #269907
by PCW
Replied by PCW on topic 7I92TH Help
Weird, it sounds like you don't have network access
Please Log in or Create an account to join the conversation.
- kdntool
- Offline
- New Member
-
Less
More
- Posts: 10
- Thank you received: 1
25 Apr 2023 22:29 #269911
by kdntool
Replied by kdntool on topic 7I92TH Help
uname -a returns:
Linux X3MesaCNC 4.19.0-11-rt-amd64 #1 SMP PREEMPT RT Debian 4.19.146-1 (2020-09-17) x86_64 GNU/Linux
Is it possible my hard drive looks like a live CD?
I burned a usb stick with 2.8.4 last night, maybe it would be best to start over?
Linux X3MesaCNC 4.19.0-11-rt-amd64 #1 SMP PREEMPT RT Debian 4.19.146-1 (2020-09-17) x86_64 GNU/Linux
Is it possible my hard drive looks like a live CD?
I burned a usb stick with 2.8.4 last night, maybe it would be best to start over?
Please Log in or Create an account to join the conversation.
Moderators: PCW, jmelson
Time to create page: 0.136 seconds