Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
How do I report a bug? linux-firmware fails to download
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
kenny_w
Tux's lil' helper
Tux's lil' helper


Joined: 26 Nov 2017
Posts: 83
Location: Toronto, Canada

PostPosted: Wed Dec 13, 2017 4:11 pm    Post subject: How do I report a bug? linux-firmware fails to download Reply with quote

Hey everyone. I'm really frustrated with this, I can't make a bug report because I have absolutely no idea how to!!! I've looked EVERYWHERE and I've made myself an account on bugs.gentoo but I still just cannot figure it out!!!

Can somebody please show me how to do this? Or just make the bug report for me? I'm on the verge of pulling my hair out, why is there not a "Report bug/report problem/etc" button???


Code:

sudo emerge linux-firmware
Password:

 * IMPORTANT: 2 news items need reading for repository 'gentoo'.
 * Use eselect news read to view new items.

Calculating dependencies... done!

>>> Verifying ebuild manifests

>>> Emerging (1 of 1) sys-kernel/linux-firmware-20170314::gentoo
>>> Downloading 'http://distfiles.gentoo.org/distfiles/linux-firmware-20170314.tar.gz'
--2017-12-13 06:11:51--  http://distfiles.gentoo.org/distfiles/linux-firmware-20170314.tar.gz
Resolving distfiles.gentoo.org... failed: Temporary failure in name resolution.
wget: unable to resolve host address ‘distfiles.gentoo.org’
>>> Downloading 'https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-e39f0e3e6897ad865b3704f61218ae83f98a85da.tar.gz'
--2017-12-13 06:12:11--  https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/linux-firmware-e39f0e3e6897ad865b3704f61218ae83f98a85da.tar.gz
Resolving git.kernel.org... failed: Temporary failure in name resolution.
wget: unable to resolve host address ‘git.kernel.org’
!!! Couldn't download 'linux-firmware-20170314.tar.gz'. Aborting.
 * Fetch failed for 'sys-kernel/linux-firmware-20170314', Log file:
 *  '/var/tmp/portage/sys-kernel/linux-firmware-20170314/temp/build.log'

>>> Failed to emerge sys-kernel/linux-firmware-20170314, Log file:

>>>  '/var/tmp/portage/sys-kernel/linux-firmware-20170314/temp/build.log'

 * Messages for package sys-kernel/linux-firmware-20170314:

 * Fetch failed for 'sys-kernel/linux-firmware-20170314', Log file:
 *  '/var/tmp/portage/sys-kernel/linux-firmware-20170314/temp/build.log'

Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30894
Location: here

PostPosted: Wed Dec 13, 2017 4:15 pm    Post subject: Reply with quote

https://wiki.gentoo.org/wiki/Bugzilla/Bug_report_guide
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
kenny_w
Tux's lil' helper
Tux's lil' helper


Joined: 26 Nov 2017
Posts: 83
Location: Toronto, Canada

PostPosted: Wed Dec 13, 2017 4:28 pm    Post subject: Reply with quote

fedeliallalinea wrote:
https://wiki.gentoo.org/wiki/Bugzilla/Bug_report_guide



I've already been over the wiki before posting here... I still don't understand how I'm supposed to make a bug report... Can somebody PLEASE just make it for me??? I'm too stressed out already, I've wasted over an hour just trying to figure out how to make a bug report!!!!!
I just want to get my bluetooth working :@ I need this stupid package to work
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30894
Location: here

PostPosted: Wed Dec 13, 2017 4:49 pm    Post subject: Reply with quote

Code:
>>> Downloading 'http://distfiles.gentoo.org/distfiles/linux-firmware-20170314.tar.gz'
--2017-12-13 06:11:51--  http://distfiles.gentoo.org/distfiles/linux-firmware-20170314.tar.gz
Resolving distfiles.gentoo.org... failed: Temporary failure in name resolution.
wget: unable to resolve host address ‘distfiles.gentoo.org’

For me url 'http://distfiles.gentoo.org/distfiles/linux-firmware-20170314.tar.gz' is resolved without problem, the problem is your connection settings (I think)
_________________
Questions are guaranteed in life; Answers aren't.


Last edited by fedeliallalinea on Wed Dec 13, 2017 4:50 pm; edited 1 time in total
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54220
Location: 56N 3W

PostPosted: Wed Dec 13, 2017 4:49 pm    Post subject: Reply with quote

kenny_w,

Code:
Resolving git.kernel.org... failed: Temporary failure in name resolution.
wget: unable to resolve host address ‘git.kernel.org’


That's probably you. It looks like your /etc/resolv.conf has been eaten by a grue.

Try
Code:
ping 216.58.213.110
ping google.com
If the first work but not the second, you don't have any name servers.

If neither work you have other network problems.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
kenny_w
Tux's lil' helper
Tux's lil' helper


Joined: 26 Nov 2017
Posts: 83
Location: Toronto, Canada

PostPosted: Wed Dec 13, 2017 4:59 pm    Post subject: Reply with quote

NeddySeagoon wrote:
kenny_w,

Code:
Resolving git.kernel.org... failed: Temporary failure in name resolution.
wget: unable to resolve host address ‘git.kernel.org’


That's probably you. It looks like your /etc/resolv.conf has been eaten by a grue.

Try
Code:
ping 216.58.213.110
ping google.com
If the first work but not the second, you don't have any name servers.

If neither work you have other network problems.


Great... neither are working, so what does this mean??? What do I have to do? Please I just wanna get my stupid laptop to work so I can actually use it :(

um... so now its working since I switched off of the static IP I set up, I popped it into automatic and now its downloading linux-firmware in emerge...
WHY? What can I do to make my static IP settings work like the auto connection??? I don't understand why its doing this :/ I'm using networkmanager+nm-applet
I've never encountered an error like this before on any other Linux distro... What do I have to do to make my static IP settings work???

edit: so for some reason upon rebooting now my static IP is pinging the IP address and google.ca
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30894
Location: here

PostPosted: Wed Dec 13, 2017 5:29 pm    Post subject: Reply with quote

How you've configured your network (manual, networkmanager,...)?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54220
Location: 56N 3W

PostPosted: Wed Dec 13, 2017 5:36 pm    Post subject: Reply with quote

kenny_w,

You must use exactly one tool to configure you network.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum