Past Ubuntu Update; My usb adapter used to work.

Asked by Chris Kjellqvist

A few Ubuntu Updates ago my F6D6050 USB adapter worked! You all have no idea how long I've tried to get it to work, but now after a recent update(i think it was 2 updates ago) it stopped working again. Anyway so I was wondering if there's any way I could find out which packages were downloaded in that update, so I can get them again, thanks.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu update-manager Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
N1ck 7h0m4d4k15 (nicktux) said :
#1

Hi ,
If you want to see all packages installed , with report of date and time , give below command in terminall

==========================
sudo cat /var/log/apt/history.log
==========================

and also dpkg can inform you for installation progress .

=================
cat /var/log/dpkg.log
=================

Thanks

Revision history for this message
Chris Kjellqvist (chriskjellqvist) said :
#2

It told me of the downloads i've had but it only shows the history from yesterday.

Revision history for this message
Chris Kjellqvist (chriskjellqvist) said :
#3

It told me of the downloads i've had but it only shows the history from yesterday.

Revision history for this message
Chris Kjellqvist (chriskjellqvist) said :
#4

It told me of the downloads i've had but it only shows the history from yesterday.

Revision history for this message
N1ck 7h0m4d4k15 (nicktux) said :
#5

Hi ,

try this

==========================================
sudo zcat /var/log/apt/history.log.1.gz >> history.txt
==========================================

and open it with
==============
gedit history.txt
==============

Thanks

Revision history for this message
Chris Kjellqvist (chriskjellqvist) said :
#6

That's not readable... here's an excerpt:

~A^A<96>¯^?ë^E8<ùíñ^?üg[¾ð¸Ã÷øøÇ^__ùäá{^Vÿ<8e>O6ª<85>^E×^?}<83>¿¶¥èË¿¾<8d>Sa¥4w«»¿¼£>8g¢ë<96>£>EÇ·ÉòùhJe><98>F¶^Cûi^So^P^W8óØ<8f>«T<8f>VÐj«®O^VG'?ò^T^]^X^N<99>¦^@ËûÐý}þüp^Zߢ;Ù^V^E÷_KáH¦^Y<98>&/j%[ë^OìH^L^Y^F^YÑJ6XU^[^?^D`\ ;^EKét}WèîÅ]Â9p^V^S¯<87><8d>ÆaF^Oð<91>½ÉF2ôôiËèzº^^<9c>^Cö<9f>%ÓcÑY¸^?óÙ=H<98>NÖ5<93><8b>U^\aE1;úYãW^K<95>úUáW§U¡StO{Ó-ë`º`¾0s:<89><84>e<93>}<8d>O<92>¥²^D:àXÁóÏñ<91>g,õ¯<9c>^^<89>oîõãé^_<98>E§ù<3^X<97>×<83>üd¢6<8b><9b>gÑe<99>Ütf÷>?°<94>à@üV^Mõ+<97>VðysªB·W^F³¥Þv<98>ß<85><83>ªVÃ^^[<80>^?^ES+D^K0Ð^K?5<80>ÿ4Xª°w<8e>{Iñ7¦Ö<88>Ë^[ú®<96>d^H^G<93>Z<8d>¹^_<8a>þÙYýå^R^^eÅ^@<95>{VªÞ°ÊÞ<89>^OÐç<99>§qXã÷+>¸g-VR^X°b+<89>¡<9c>¢<8c>Z1z³íEk:^M^Xp³¶#^H^LAéøK>:>}<81>ÇãcÑ<8d>uAN^^<8c><83>¥ÞßVö^K^z<-¸x<93>¢<94>°¬ßCFx<9b>*DM<9c>&ó<91>^Y>·^PÃ;aoO¦Ú^RFZÝ<93>S<84><90>J^AÃ^]z§?`g^AÏÀ¾{ÿÒíqöR_¯ª<80>(<82>ßó#^Oà^G<89>^_9<98><9c>5^Z<96>ü¡lq#k<8e>Ò·^¢#ÅK<9c><9e>^VTj0<8b>(<80>^B<98>^@}ýä3wùìU[Q^_ä<8c>_Å]<9a>g[àÀV´Ú<9f>C^BÁÛ­^T^]`^]!6N<80><9e>bï¸Ûá@xN^FV9^Ou^AJê^BÜ<93>@^W~m^NÀø°¡Uvñí^C<9a>~ð^@xWQ*ÍSb]©<9b>ë­ìDßÌ?¾Dé^B

Revision history for this message
N1ck 7h0m4d4k15 (nicktux) said :
#7

Hi ,

It is readable for me..

===================================================================
Start-Date: 2012-07-01 22:29:54
Commandline: apt-get purge appmenu-gtk appmenu-gtk3 python-support
Purge: appmenu-gtk:amd64 (), appmenu-gtk3:amd64 (), python-support:amd64 ()
End-Date: 2012-07-01 22:30:01

Start-Date: 2012-07-01 22:30:45
End-Date: 2012-07-01 22:30:45

Start-Date: 2012-07-02 23:20:03
Commandline: apt-get dist-upgrade
Upgrade: cron:amd64 (3.0pl1-120ubuntu3, 3.0pl1-120ubuntu4)
End-Date: 2012-07-02 23:20:14
====================================================================

Try to use nano instead gedit.

=============
nano history.txt
=============
OR

try to read it from stdout .
===========================
zcat /var/log/apt/history.log.1.gz
===========================

do not forget to configure terminal for unlimited printing lines.
Terminal > Edit >Profile Perferences > Scrolling > and tick "Unlimited"

Thanks

Can you help with this problem?

Provide an answer of your own, or ask Chris Kjellqvist for more information if necessary.

To post a message you must log in.