F5F Stay Refreshed Software Operating Systems Need assistance with Debian? Ask for help here.

Need assistance with Debian? Ask for help here.

Need assistance with Debian? Ask for help here.

D
Diamond150
Junior Member
10
02-08-2016, 05:44 PM
#1
I’m setting up the Intel Wireless 3945ABG and only have the official drivers. I checked a Debian.org guide, but it didn’t list a release.main file, so it gets skipped for security. I need to enable that specific folder or allow the system to recognize it.
D
Diamond150
02-08-2016, 05:44 PM #1

I’m setting up the Intel Wireless 3945ABG and only have the official drivers. I checked a Debian.org guide, but it didn’t list a release.main file, so it gets skipped for security. I need to enable that specific folder or allow the system to recognize it.

H
HylianEevee
Member
50
02-08-2016, 09:18 PM
#2
The error message indicates a failure during installation, often due to missing dependencies or configuration issues. You can confirm it’s being ignored by checking the logs for warnings or by running the installation again with debugging enabled.
H
HylianEevee
02-08-2016, 09:18 PM #2

The error message indicates a failure during installation, often due to missing dependencies or configuration issues. You can confirm it’s being ignored by checking the logs for warnings or by running the installation again with debugging enabled.

H
Hitscher
Member
203
02-09-2016, 04:34 AM
#3
I didn't follow any specific guide. I used commands like "what is the error?" and "which release?" The issue occurred on Debian 10.
H
Hitscher
02-09-2016, 04:34 AM #3

I didn't follow any specific guide. I used commands like "what is the error?" and "which release?" The issue occurred on Debian 10.

R
Redacting
Member
207
02-09-2016, 07:37 AM
#4
The tutorial referenced uses the precise command shown. The current version appears to be the latest available since the installation was recent. Including root notepad, the command listed in the file triggers this error: "Get:1" pointing to a specific update package. The system indicates the repository isn't set up for secure updates, so it's disabled by default. For more details on setting up the repository and user configurations, consult the apt-secure documentation. This note also mentions a stable internet connection for testing purposes, with files stored safely on a Windows 7 partition.
R
Redacting
02-09-2016, 07:37 AM #4

The tutorial referenced uses the precise command shown. The current version appears to be the latest available since the installation was recent. Including root notepad, the command listed in the file triggers this error: "Get:1" pointing to a specific update package. The system indicates the repository isn't set up for secure updates, so it's disabled by default. For more details on setting up the repository and user configurations, consult the apt-secure documentation. This note also mentions a stable internet connection for testing purposes, with files stored safely on a Windows 7 partition.

A
AguaViva
Junior Member
5
02-09-2016, 09:47 AM
#5
Skip this, the issue is that the server seems to lack the necessary metadata. Ign:28 The site allows insecure connections. DEP-11 48x48 Icons Ign:29 Same for 64x64 Icons Ign:6 All packages are listed. Packages amd64 404 Not Found [IP: 151.101.134.133 80] Ign:8 Main Debian contrib folder DEP-11 Metadata Ign:11 Same for amd64 Icons Ign:13 Main Debian contrib DEP-11 48x48 Icons Ign:14 amd64 non-free packages ignored Ign:15 amd64 non-free all Packages Ign:16 Non-free sources Ign:17 Non-free sources Ign:18 Reading package lists... Done E: Failed to fetch http://httpredir.debian.org/debian/dists...4/Packages 404 Not Found [IP: 151.101.134.133 80]
A
AguaViva
02-09-2016, 09:47 AM #5

Skip this, the issue is that the server seems to lack the necessary metadata. Ign:28 The site allows insecure connections. DEP-11 48x48 Icons Ign:29 Same for 64x64 Icons Ign:6 All packages are listed. Packages amd64 404 Not Found [IP: 151.101.134.133 80] Ign:8 Main Debian contrib folder DEP-11 Metadata Ign:11 Same for amd64 Icons Ign:13 Main Debian contrib DEP-11 48x48 Icons Ign:14 amd64 non-free packages ignored Ign:15 amd64 non-free all Packages Ign:16 Non-free sources Ign:17 Non-free sources Ign:18 Reading package lists... Done E: Failed to fetch http://httpredir.debian.org/debian/dists...4/Packages 404 Not Found [IP: 151.101.134.133 80]

B
brobear7
Posting Freak
892
02-11-2016, 10:01 AM
#6
I have the file now, but I'm not sure how to set it up in this lovely world.
B
brobear7
02-11-2016, 10:01 AM #6

I have the file now, but I'm not sure how to set it up in this lovely world.

J
Jazzy_Senpai
Member
180
02-13-2016, 04:13 PM
#7
To install a local file on your computer, use the command apt install /path/to/package.deb
J
Jazzy_Senpai
02-13-2016, 04:13 PM #7

To install a local file on your computer, use the command apt install /path/to/package.deb

A
AshySeaPancake
Junior Member
15
02-17-2016, 01:47 AM
#8
For your current setup, the iwlwifi driver requires specific binary files at runtime. Use /lib/firmware/iwlwifi-3945-2.ucode in non-free firmware or from kernel.org. If your device has a functional secondary/wired/mobile USB/etc. connection, run wget to download it. The iwlwifi driver is included in the standard kernel and should be present in any regular installation. Verify with `sudo dmesg | grep iwlwifi`. If you notice missing firmware, add iwlwifi-3945-2.ucode to /lib/firmware and reload the module or restart your system.
A
AshySeaPancake
02-17-2016, 01:47 AM #8

For your current setup, the iwlwifi driver requires specific binary files at runtime. Use /lib/firmware/iwlwifi-3945-2.ucode in non-free firmware or from kernel.org. If your device has a functional secondary/wired/mobile USB/etc. connection, run wget to download it. The iwlwifi driver is included in the standard kernel and should be present in any regular installation. Verify with `sudo dmesg | grep iwlwifi`. If you notice missing firmware, add iwlwifi-3945-2.ucode to /lib/firmware and reload the module or restart your system.

D
Der_HauiHD
Member
144
03-09-2016, 05:21 PM
#9
Got it! Thanks.
D
Der_HauiHD
03-09-2016, 05:21 PM #9

Got it! Thanks.