From 2d91f7f9383a6f3d04135b94b263d5a30291c710 Mon Sep 17 00:00:00 2001 From: idkwhattoput <156484334+irrdkwhattoput@users.noreply.github.com> Date: Tue, 28 May 2024 00:12:15 -0300 Subject: [PATCH 1/8] Add Linux rule --- 99-dimensions.rules | 1 + 1 file changed, 1 insertion(+) create mode 100644 99-dimensions.rules diff --git a/99-dimensions.rules b/99-dimensions.rules new file mode 100644 index 0000000..f0f8062 --- /dev/null +++ b/99-dimensions.rules @@ -0,0 +1 @@ +SUBSYSTEM=="usb", ATTR{idVendor}=="0e6f", ATTR{idProduct}=="0241", MODE="0666" From 6d2d01c667c8b8f662d45b0450971823569f5cb4 Mon Sep 17 00:00:00 2001 From: idkwhattoput <156484334+irrdkwhattoput@users.noreply.github.com> Date: Tue, 28 May 2024 00:20:40 -0300 Subject: [PATCH 2/8] Add RPCS3 Linux solution --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d5ce159..88af8ed 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,14 @@ To undo the changes from Zadig, you have to rollback the driver: 2. Double-click `LEGO READER V2.10`. 3. Switch to the `Driver` tab, click `Previous Driver`, select the first option and click yes. +**Solution for Linux systems** + +In order to fix this you will need to add a custom udev rule in your system so the software can comunicate with the game, the udev rule is in the root of the sever folder. (tahnks to wof for sharing the rule) + +To add the rule simply just move the `99-dimensions.rules` file to `/etc/udev/rules.d/` (a reboot may be required) + +If moving the file is not allowed, just open a terminal inside the `rules.d` folder and run this command: `sudo nano 99-dimensions.rule`, open the rule file in the server root in a text editor, copy the contents and paste in the terminal then press Ctrl + X to save the file. + ### Webpage not reachable (Oracle VirtualBox) Shutdown your virtual machine (icon in the upper right corner). In VirtualBox's manager, click your image and open `Settings`. Under `Network` change `Attached to:` to `Bridged Adapter` and click `ok`. Start your virtual machine. From 4829f7d6a9905d6533f0cd6231b504e2910765c5 Mon Sep 17 00:00:00 2001 From: idkwhattoput <156484334+irrdkwhattoput@users.noreply.github.com> Date: Tue, 28 May 2024 00:22:13 -0300 Subject: [PATCH 3/8] Fix typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88af8ed..003db01 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ To undo the changes from Zadig, you have to rollback the driver: **Solution for Linux systems** -In order to fix this you will need to add a custom udev rule in your system so the software can comunicate with the game, the udev rule is in the root of the sever folder. (tahnks to wof for sharing the rule) +In order to fix this you will need to add a custom udev rule in your system so the software can comunicate with the game, the udev rule is in the root of the server folder. (thanks to wof for sharing the rule) To add the rule simply just move the `99-dimensions.rules` file to `/etc/udev/rules.d/` (a reboot may be required) From cd29b40616d242f557fedf5acdbd03c29b521016 Mon Sep 17 00:00:00 2001 From: idkwhattoput <156484334+irrdkwhattoput@users.noreply.github.com> Date: Tue, 28 May 2024 06:50:00 -0300 Subject: [PATCH 4/8] Atualizar o README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 003db01..343beff 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ To undo the changes from Zadig, you have to rollback the driver: **Solution for Linux systems** -In order to fix this you will need to add a custom udev rule in your system so the software can comunicate with the game, the udev rule is in the root of the server folder. (thanks to wof for sharing the rule) +In order to fix this, you will need to add a custom udev rule in your system so the software can comunicate with the game, the udev rule is in the root of the server folder. (thanks to wof for sharing the rule) To add the rule simply just move the `99-dimensions.rules` file to `/etc/udev/rules.d/` (a reboot may be required) From 1a9a6782bbc6626d95bba5d8628f5dc8e0683ea0 Mon Sep 17 00:00:00 2001 From: idkwhattoput <156484334+irrdkwhattoput@users.noreply.github.com> Date: Tue, 28 May 2024 06:52:18 -0300 Subject: [PATCH 5/8] Atualizar o README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 343beff..dbacc69 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ To undo the changes from Zadig, you have to rollback the driver: In order to fix this, you will need to add a custom udev rule in your system so the software can comunicate with the game, the udev rule is in the root of the server folder. (thanks to wof for sharing the rule) -To add the rule simply just move the `99-dimensions.rules` file to `/etc/udev/rules.d/` (a reboot may be required) +To add the rule, simply just move the `99-dimensions.rules` file to `/etc/udev/rules.d/` (a reboot may be required) If moving the file is not allowed, just open a terminal inside the `rules.d` folder and run this command: `sudo nano 99-dimensions.rule`, open the rule file in the server root in a text editor, copy the contents and paste in the terminal then press Ctrl + X to save the file. From b3e8979e0737983948570b77a857d1f42600afed Mon Sep 17 00:00:00 2001 From: idkwhattoput <156484334+irrdkwhattoput@users.noreply.github.com> Date: Tue, 28 May 2024 07:27:26 -0300 Subject: [PATCH 6/8] Improve --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbacc69..60a51be 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ To undo the changes from Zadig, you have to rollback the driver: **Solution for Linux systems** -In order to fix this, you will need to add a custom udev rule in your system so the software can comunicate with the game, the udev rule is in the root of the server folder. (thanks to wof for sharing the rule) +In order to fix this, you will need to add a custom udev rule in your system, so the software can comunicate with the game. The udev rule is in the root of the server folder. (thanks to wof for sharing the rule). To add the rule, simply just move the `99-dimensions.rules` file to `/etc/udev/rules.d/` (a reboot may be required) From f976cc5bdab6bfaebabe1e95c6c50a25a2c228b8 Mon Sep 17 00:00:00 2001 From: idkwhattoput <156484334+irrdkwhattoput@users.noreply.github.com> Date: Tue, 28 May 2024 07:30:11 -0300 Subject: [PATCH 7/8] Improvements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60a51be..38ad64d 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ To undo the changes from Zadig, you have to rollback the driver: In order to fix this, you will need to add a custom udev rule in your system, so the software can comunicate with the game. The udev rule is in the root of the server folder. (thanks to wof for sharing the rule). -To add the rule, simply just move the `99-dimensions.rules` file to `/etc/udev/rules.d/` (a reboot may be required) +To add the rule, simply just move the `99-dimensions.rules` file to `/etc/udev/rules.d/` (a reboot might be required) If moving the file is not allowed, just open a terminal inside the `rules.d` folder and run this command: `sudo nano 99-dimensions.rule`, open the rule file in the server root in a text editor, copy the contents and paste in the terminal then press Ctrl + X to save the file. From 585c0595fdc7f1d9374c2b2886b7175c2982b4f8 Mon Sep 17 00:00:00 2001 From: idkwhattoput <156484334+irrdkwhattoput@users.noreply.github.com> Date: Tue, 28 May 2024 07:33:19 -0300 Subject: [PATCH 8/8] Atualizar o README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38ad64d..213a082 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ In order to fix this, you will need to add a custom udev rule in your system, so To add the rule, simply just move the `99-dimensions.rules` file to `/etc/udev/rules.d/` (a reboot might be required) -If moving the file is not allowed, just open a terminal inside the `rules.d` folder and run this command: `sudo nano 99-dimensions.rule`, open the rule file in the server root in a text editor, copy the contents and paste in the terminal then press Ctrl + X to save the file. +If moving the file is not allowed, just open a terminal inside the `rules.d` folder and run this command: `sudo nano 99-dimensions.rule`, open the rule file in the server root in a text editor, copy the contents and paste it in the terminal then press Ctrl + X to save the file. ### Webpage not reachable (Oracle VirtualBox) Shutdown your virtual machine (icon in the upper right corner). In VirtualBox's manager, click your image and open `Settings`. Under `Network` change `Attached to:` to `Bridged Adapter` and click `ok`. Start your virtual machine.