1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
2 |
DENIED
|
moderate
|
App\Entity\Entry {#1790
+user: Proxies\__CG__\App\Entity\User {#1913 …}
+magazine: App\Entity\Magazine {#316
+icon: Proxies\__CG__\App\Entity\Image {#297 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#324
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#288 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#284 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#273 …}
+entries: Doctrine\ORM\PersistentCollection {#231 …}
+posts: Doctrine\ORM\PersistentCollection {#189 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#251 …}
+bans: Doctrine\ORM\PersistentCollection {#168 …}
+reports: Doctrine\ORM\PersistentCollection {#154 …}
+badges: Doctrine\ORM\PersistentCollection {#132 …}
+logs: Doctrine\ORM\PersistentCollection {#122 …}
+awards: Doctrine\ORM\PersistentCollection {#111 …}
+categories: Doctrine\ORM\PersistentCollection {#98 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#325
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#319
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1837 …}
+slug: "Which-kernel-configurations-for-USB-SD-card-reader-Genesys-Logic"
+title: "Which kernel configurations for USB SD card reader (Genesys Logic) ?"
+url: null
+body: """
EDIT: I enabled CONFIG_MSDOS_PARTITION and that caused it to work. It had nothing to do with the device itself but the partition type on the sd card.\n
\n
Thank you do much rattking for the help!\n
\n
Original post:\n
\n
Hi all, I am using a custom configured linux kernel (Gentoo), with very few things enabled. It has done me very well so far and taught me a bunch, but there’s one small issue I have been having lately that is annoying. My SD-card reader (a USB device) is not working, but it works perfectly fine on my arch linux laptop without any kernel configurations.\n
\n
Is it possible to tell which drivers or kernel configurations I need by looking at the laptop that is working?\n
\n
More context about the issue\n
----------------------------\n
\n
On the machine where it is not working, after plugging the device in, I see this in `lsblk` output:\n
\n
```\n
\n
<span style="color:#323232;">NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS\n
</span><span style="color:#323232;">sda 8:0 1 59.5G 0 disk \n
</span><span style="color:#323232;">nvme0n1 259:0 0 400G 0 disk \n
</span><span style="color:#323232;">├─nvme0n1p1 259:1 0 1G 0 part /boot\n
</span><span style="color:#323232;">└─nvme0n1p2 259:2 0 400G 0 part /\n
</span>\n
```\n
\n
The device does show `sda` but no `sda/sda1`. This is opposite to the laptop, where I do see a `sda1` below the sda device, which I can mount using `mount /dev/sda1 /mnt/point`\n
\n
What I tried\n
------------\n
\n
I tried enabling the following kernel configurations: MMC MMC_BLOCK MMC_SDHCI MMC_SDHCI_PCI MMC_RICOH_MMC MMC_SDHCI_ACPI\n
\n
Still, this did not change the result.\n
\n
I tried looking into the logs, but could not find anything interesting. I am using the `sysklogd` system logger instead of systemd’s journalctl\n
\n
The reader I bought\n
-------------------\n
\n
I bought this a long time ago from amazon: [algopix.com/…/B08N4N7Q7J-zhoubin-usb-30-sd-card-r…](https://algopix.com/products/B08N4N7Q7J-zhoubin-usb-30-sd-card-reader-for-sdxc-sdhc-sd-mmc-rsmmc-micro-sdxc-micro-sd)\n
\n
Yes I know I cheaped out. But it worked for me until I tried it on this one computer, so I wish to make it work.\n
\n
Final Question\n
--------------\n
\n
How can I make this work?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710574707 {#2445
date: 2024-03-16 08:38:27.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2388 …}
+votes: Doctrine\ORM\PersistentCollection {#1916 …}
+reports: Doctrine\ORM\PersistentCollection {#1861 …}
+favourites: Doctrine\ORM\PersistentCollection {#1950 …}
+notifications: Doctrine\ORM\PersistentCollection {#1903 …}
+badges: Doctrine\ORM\PersistentCollection {#1364 …}
+children: []
-id: 26352
-titleTs: "'card':7 'configur':3 'genesi':9 'kernel':2 'logic':10 'reader':8 'sd':6 'usb':5"
-bodyTs: "'/b08n4n7q7j-zhoubin-usb-30-sd-card-r':291 '/boot':182 '/dev/sda1':220 '/mnt/point':221 '/products/b08n4n7q7j-zhoubin-usb-30-sd-card-reader-for-sdxc-sdhc-sd-mmc-rsmmc-micro-sdxc-micro-sd)':294 '0':162,166,170,171,173,178,180,186,188 '1':163,177 '1g':179 '2':185 '259':169,176,184 '400g':172,187 '59.5':164 '8':161 'acpi':245 'ago':287 'algopix.com':290,293 'algopix.com/products/b08n4n7q7j-zhoubin-usb-30-sd-card-reader-for-sdxc-sdhc-sd-mmc-rsmmc-micro-sdxc-micro-sd)':292 'amazon':289 'annoy':82 'anyth':263 'arch':101 'block':234 'bought':280,282 'bunch':68 'card':29,86 'caus':9 'chang':250 'cheap':299 'comput':313 'config':4 'configur':47,107,117,231 'context':129 'could':260 'custom':46 'devic':20,90,144,191,213 'disk':167,174 'done':58 'driver':114 'edit':1 'enabl':3,55,227 'far':63 'final':321 'find':262 'fine':98 'follow':229 'g':165 'gentoo':50 'help':37 'hi':40 'instead':272 'interest':264 'issu':74,132 'journalctl':276 'kernel':49,106,116,230 'know':297 'laptop':103,124,203 'late':79 'linux':48,102 'log':258 'logger':271 'long':285 'look':121,255 'lsblk':150 'machin':135 'maj':153 'make':318,326 'min':154 'mmc':232,233,235,237,240,242,243 'mount':217,219 'mountpoint':159 'msdos':5 'much':33 'name':152 'need':119 'noth':15 'nvme0n1':168 'nvme0n1p1':175 'nvme0n1p2':183 'one':72,312 'opposit':200 'origin':38 'output':151 'part':181,189 'partit':6,24 'pci':239 'perfect':97 'plug':142 'possibl':110 'post':39 'question':322 'rattk':34 'reader':87,278 'result':252 'ricoh':241 'rm':155 'ro':157 'sd':28,85 'sd-card':84 'sda':160,194,212 'sda/sda1':197 'sda1':209 'sdhci':236,238,244 'see':147,207 'show':193 'size':156 'small':73 'still':246 'sysklogd':269 'system':270 'systemd':274 'taught':65 'tell':112 'thank':30 'thing':54 'time':286 'tri':224,226,254,308 'type':25,158 'usb':89 'use':44,218,267 'well':61 'wish':316 'without':104 'work':12,93,96,127,140,303,320,328 'yes':295"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704116728
+visibility: "visible "
+apId: "https://lemmy.ml/post/9964712"
+editedAt: DateTimeImmutable @1710110837 {#102
date: 2024-03-10 23:47:17.0 +01:00
}
+createdAt: DateTimeImmutable @1704060728 {#2390
date: 2023-12-31 23:12:08.0 +01:00
}
} |
|
Show voter details
|
3 |
DENIED
|
edit
|
App\Entity\Entry {#1790
+user: Proxies\__CG__\App\Entity\User {#1913 …}
+magazine: App\Entity\Magazine {#316
+icon: Proxies\__CG__\App\Entity\Image {#297 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#324
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#288 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#284 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#273 …}
+entries: Doctrine\ORM\PersistentCollection {#231 …}
+posts: Doctrine\ORM\PersistentCollection {#189 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#251 …}
+bans: Doctrine\ORM\PersistentCollection {#168 …}
+reports: Doctrine\ORM\PersistentCollection {#154 …}
+badges: Doctrine\ORM\PersistentCollection {#132 …}
+logs: Doctrine\ORM\PersistentCollection {#122 …}
+awards: Doctrine\ORM\PersistentCollection {#111 …}
+categories: Doctrine\ORM\PersistentCollection {#98 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#325
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#319
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1837 …}
+slug: "Which-kernel-configurations-for-USB-SD-card-reader-Genesys-Logic"
+title: "Which kernel configurations for USB SD card reader (Genesys Logic) ?"
+url: null
+body: """
EDIT: I enabled CONFIG_MSDOS_PARTITION and that caused it to work. It had nothing to do with the device itself but the partition type on the sd card.\n
\n
Thank you do much rattking for the help!\n
\n
Original post:\n
\n
Hi all, I am using a custom configured linux kernel (Gentoo), with very few things enabled. It has done me very well so far and taught me a bunch, but there’s one small issue I have been having lately that is annoying. My SD-card reader (a USB device) is not working, but it works perfectly fine on my arch linux laptop without any kernel configurations.\n
\n
Is it possible to tell which drivers or kernel configurations I need by looking at the laptop that is working?\n
\n
More context about the issue\n
----------------------------\n
\n
On the machine where it is not working, after plugging the device in, I see this in `lsblk` output:\n
\n
```\n
\n
<span style="color:#323232;">NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS\n
</span><span style="color:#323232;">sda 8:0 1 59.5G 0 disk \n
</span><span style="color:#323232;">nvme0n1 259:0 0 400G 0 disk \n
</span><span style="color:#323232;">├─nvme0n1p1 259:1 0 1G 0 part /boot\n
</span><span style="color:#323232;">└─nvme0n1p2 259:2 0 400G 0 part /\n
</span>\n
```\n
\n
The device does show `sda` but no `sda/sda1`. This is opposite to the laptop, where I do see a `sda1` below the sda device, which I can mount using `mount /dev/sda1 /mnt/point`\n
\n
What I tried\n
------------\n
\n
I tried enabling the following kernel configurations: MMC MMC_BLOCK MMC_SDHCI MMC_SDHCI_PCI MMC_RICOH_MMC MMC_SDHCI_ACPI\n
\n
Still, this did not change the result.\n
\n
I tried looking into the logs, but could not find anything interesting. I am using the `sysklogd` system logger instead of systemd’s journalctl\n
\n
The reader I bought\n
-------------------\n
\n
I bought this a long time ago from amazon: [algopix.com/…/B08N4N7Q7J-zhoubin-usb-30-sd-card-r…](https://algopix.com/products/B08N4N7Q7J-zhoubin-usb-30-sd-card-reader-for-sdxc-sdhc-sd-mmc-rsmmc-micro-sdxc-micro-sd)\n
\n
Yes I know I cheaped out. But it worked for me until I tried it on this one computer, so I wish to make it work.\n
\n
Final Question\n
--------------\n
\n
How can I make this work?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710574707 {#2445
date: 2024-03-16 08:38:27.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2388 …}
+votes: Doctrine\ORM\PersistentCollection {#1916 …}
+reports: Doctrine\ORM\PersistentCollection {#1861 …}
+favourites: Doctrine\ORM\PersistentCollection {#1950 …}
+notifications: Doctrine\ORM\PersistentCollection {#1903 …}
+badges: Doctrine\ORM\PersistentCollection {#1364 …}
+children: []
-id: 26352
-titleTs: "'card':7 'configur':3 'genesi':9 'kernel':2 'logic':10 'reader':8 'sd':6 'usb':5"
-bodyTs: "'/b08n4n7q7j-zhoubin-usb-30-sd-card-r':291 '/boot':182 '/dev/sda1':220 '/mnt/point':221 '/products/b08n4n7q7j-zhoubin-usb-30-sd-card-reader-for-sdxc-sdhc-sd-mmc-rsmmc-micro-sdxc-micro-sd)':294 '0':162,166,170,171,173,178,180,186,188 '1':163,177 '1g':179 '2':185 '259':169,176,184 '400g':172,187 '59.5':164 '8':161 'acpi':245 'ago':287 'algopix.com':290,293 'algopix.com/products/b08n4n7q7j-zhoubin-usb-30-sd-card-reader-for-sdxc-sdhc-sd-mmc-rsmmc-micro-sdxc-micro-sd)':292 'amazon':289 'annoy':82 'anyth':263 'arch':101 'block':234 'bought':280,282 'bunch':68 'card':29,86 'caus':9 'chang':250 'cheap':299 'comput':313 'config':4 'configur':47,107,117,231 'context':129 'could':260 'custom':46 'devic':20,90,144,191,213 'disk':167,174 'done':58 'driver':114 'edit':1 'enabl':3,55,227 'far':63 'final':321 'find':262 'fine':98 'follow':229 'g':165 'gentoo':50 'help':37 'hi':40 'instead':272 'interest':264 'issu':74,132 'journalctl':276 'kernel':49,106,116,230 'know':297 'laptop':103,124,203 'late':79 'linux':48,102 'log':258 'logger':271 'long':285 'look':121,255 'lsblk':150 'machin':135 'maj':153 'make':318,326 'min':154 'mmc':232,233,235,237,240,242,243 'mount':217,219 'mountpoint':159 'msdos':5 'much':33 'name':152 'need':119 'noth':15 'nvme0n1':168 'nvme0n1p1':175 'nvme0n1p2':183 'one':72,312 'opposit':200 'origin':38 'output':151 'part':181,189 'partit':6,24 'pci':239 'perfect':97 'plug':142 'possibl':110 'post':39 'question':322 'rattk':34 'reader':87,278 'result':252 'ricoh':241 'rm':155 'ro':157 'sd':28,85 'sd-card':84 'sda':160,194,212 'sda/sda1':197 'sda1':209 'sdhci':236,238,244 'see':147,207 'show':193 'size':156 'small':73 'still':246 'sysklogd':269 'system':270 'systemd':274 'taught':65 'tell':112 'thank':30 'thing':54 'time':286 'tri':224,226,254,308 'type':25,158 'usb':89 'use':44,218,267 'well':61 'wish':316 'without':104 'work':12,93,96,127,140,303,320,328 'yes':295"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704116728
+visibility: "visible "
+apId: "https://lemmy.ml/post/9964712"
+editedAt: DateTimeImmutable @1710110837 {#102
date: 2024-03-10 23:47:17.0 +01:00
}
+createdAt: DateTimeImmutable @1704060728 {#2390
date: 2023-12-31 23:12:08.0 +01:00
}
} |
|
Show voter details
|
4 |
DENIED
|
moderate
|
App\Entity\Entry {#1790
+user: Proxies\__CG__\App\Entity\User {#1913 …}
+magazine: App\Entity\Magazine {#316
+icon: Proxies\__CG__\App\Entity\Image {#297 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#324
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#288 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#284 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#273 …}
+entries: Doctrine\ORM\PersistentCollection {#231 …}
+posts: Doctrine\ORM\PersistentCollection {#189 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#251 …}
+bans: Doctrine\ORM\PersistentCollection {#168 …}
+reports: Doctrine\ORM\PersistentCollection {#154 …}
+badges: Doctrine\ORM\PersistentCollection {#132 …}
+logs: Doctrine\ORM\PersistentCollection {#122 …}
+awards: Doctrine\ORM\PersistentCollection {#111 …}
+categories: Doctrine\ORM\PersistentCollection {#98 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#325
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#319
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+domain: Proxies\__CG__\App\Entity\Domain {#1837 …}
+slug: "Which-kernel-configurations-for-USB-SD-card-reader-Genesys-Logic"
+title: "Which kernel configurations for USB SD card reader (Genesys Logic) ?"
+url: null
+body: """
EDIT: I enabled CONFIG_MSDOS_PARTITION and that caused it to work. It had nothing to do with the device itself but the partition type on the sd card.\n
\n
Thank you do much rattking for the help!\n
\n
Original post:\n
\n
Hi all, I am using a custom configured linux kernel (Gentoo), with very few things enabled. It has done me very well so far and taught me a bunch, but there’s one small issue I have been having lately that is annoying. My SD-card reader (a USB device) is not working, but it works perfectly fine on my arch linux laptop without any kernel configurations.\n
\n
Is it possible to tell which drivers or kernel configurations I need by looking at the laptop that is working?\n
\n
More context about the issue\n
----------------------------\n
\n
On the machine where it is not working, after plugging the device in, I see this in `lsblk` output:\n
\n
```\n
\n
<span style="color:#323232;">NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS\n
</span><span style="color:#323232;">sda 8:0 1 59.5G 0 disk \n
</span><span style="color:#323232;">nvme0n1 259:0 0 400G 0 disk \n
</span><span style="color:#323232;">├─nvme0n1p1 259:1 0 1G 0 part /boot\n
</span><span style="color:#323232;">└─nvme0n1p2 259:2 0 400G 0 part /\n
</span>\n
```\n
\n
The device does show `sda` but no `sda/sda1`. This is opposite to the laptop, where I do see a `sda1` below the sda device, which I can mount using `mount /dev/sda1 /mnt/point`\n
\n
What I tried\n
------------\n
\n
I tried enabling the following kernel configurations: MMC MMC_BLOCK MMC_SDHCI MMC_SDHCI_PCI MMC_RICOH_MMC MMC_SDHCI_ACPI\n
\n
Still, this did not change the result.\n
\n
I tried looking into the logs, but could not find anything interesting. I am using the `sysklogd` system logger instead of systemd’s journalctl\n
\n
The reader I bought\n
-------------------\n
\n
I bought this a long time ago from amazon: [algopix.com/…/B08N4N7Q7J-zhoubin-usb-30-sd-card-r…](https://algopix.com/products/B08N4N7Q7J-zhoubin-usb-30-sd-card-reader-for-sdxc-sdhc-sd-mmc-rsmmc-micro-sdxc-micro-sd)\n
\n
Yes I know I cheaped out. But it worked for me until I tried it on this one computer, so I wish to make it work.\n
\n
Final Question\n
--------------\n
\n
How can I make this work?
"""
+type: "article"
+lang: "en"
+isOc: false
+hasEmbed: false
+commentCount: 1
+favouriteCount: 22
+score: 0
+isAdult: false
+sticky: false
+lastActive: DateTime @1710574707 {#2445
date: 2024-03-16 08:38:27.0 +01:00
}
+ip: null
+adaAmount: 0
+tags: null
+mentions: null
+comments: Doctrine\ORM\PersistentCollection {#2388 …}
+votes: Doctrine\ORM\PersistentCollection {#1916 …}
+reports: Doctrine\ORM\PersistentCollection {#1861 …}
+favourites: Doctrine\ORM\PersistentCollection {#1950 …}
+notifications: Doctrine\ORM\PersistentCollection {#1903 …}
+badges: Doctrine\ORM\PersistentCollection {#1364 …}
+children: []
-id: 26352
-titleTs: "'card':7 'configur':3 'genesi':9 'kernel':2 'logic':10 'reader':8 'sd':6 'usb':5"
-bodyTs: "'/b08n4n7q7j-zhoubin-usb-30-sd-card-r':291 '/boot':182 '/dev/sda1':220 '/mnt/point':221 '/products/b08n4n7q7j-zhoubin-usb-30-sd-card-reader-for-sdxc-sdhc-sd-mmc-rsmmc-micro-sdxc-micro-sd)':294 '0':162,166,170,171,173,178,180,186,188 '1':163,177 '1g':179 '2':185 '259':169,176,184 '400g':172,187 '59.5':164 '8':161 'acpi':245 'ago':287 'algopix.com':290,293 'algopix.com/products/b08n4n7q7j-zhoubin-usb-30-sd-card-reader-for-sdxc-sdhc-sd-mmc-rsmmc-micro-sdxc-micro-sd)':292 'amazon':289 'annoy':82 'anyth':263 'arch':101 'block':234 'bought':280,282 'bunch':68 'card':29,86 'caus':9 'chang':250 'cheap':299 'comput':313 'config':4 'configur':47,107,117,231 'context':129 'could':260 'custom':46 'devic':20,90,144,191,213 'disk':167,174 'done':58 'driver':114 'edit':1 'enabl':3,55,227 'far':63 'final':321 'find':262 'fine':98 'follow':229 'g':165 'gentoo':50 'help':37 'hi':40 'instead':272 'interest':264 'issu':74,132 'journalctl':276 'kernel':49,106,116,230 'know':297 'laptop':103,124,203 'late':79 'linux':48,102 'log':258 'logger':271 'long':285 'look':121,255 'lsblk':150 'machin':135 'maj':153 'make':318,326 'min':154 'mmc':232,233,235,237,240,242,243 'mount':217,219 'mountpoint':159 'msdos':5 'much':33 'name':152 'need':119 'noth':15 'nvme0n1':168 'nvme0n1p1':175 'nvme0n1p2':183 'one':72,312 'opposit':200 'origin':38 'output':151 'part':181,189 'partit':6,24 'pci':239 'perfect':97 'plug':142 'possibl':110 'post':39 'question':322 'rattk':34 'reader':87,278 'result':252 'ricoh':241 'rm':155 'ro':157 'sd':28,85 'sd-card':84 'sda':160,194,212 'sda/sda1':197 'sda1':209 'sdhci':236,238,244 'see':147,207 'show':193 'size':156 'small':73 'still':246 'sysklogd':269 'system':270 'systemd':274 'taught':65 'tell':112 'thank':30 'thing':54 'time':286 'tri':224,226,254,308 'type':25,158 'usb':89 'use':44,218,267 'well':61 'wish':316 'without':104 'work':12,93,96,127,140,303,320,328 'yes':295"
+cross: false
+upVotes: 0
+downVotes: 0
+ranking: 1704116728
+visibility: "visible "
+apId: "https://lemmy.ml/post/9964712"
+editedAt: DateTimeImmutable @1710110837 {#102
date: 2024-03-10 23:47:17.0 +01:00
}
+createdAt: DateTimeImmutable @1704060728 {#2390
date: 2023-12-31 23:12:08.0 +01:00
}
} |
|
Show voter details
|
5 |
DENIED
|
edit
|
App\Entity\Magazine {#316
+icon: Proxies\__CG__\App\Entity\Image {#297 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#324
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#288 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#284 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#273 …}
+entries: Doctrine\ORM\PersistentCollection {#231 …}
+posts: Doctrine\ORM\PersistentCollection {#189 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#251 …}
+bans: Doctrine\ORM\PersistentCollection {#168 …}
+reports: Doctrine\ORM\PersistentCollection {#154 …}
+badges: Doctrine\ORM\PersistentCollection {#132 …}
+logs: Doctrine\ORM\PersistentCollection {#122 …}
+awards: Doctrine\ORM\PersistentCollection {#111 …}
+categories: Doctrine\ORM\PersistentCollection {#98 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#325
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#319
date: 2023-11-02 13:51:08.0 +01:00
}
} |
|
Show voter details
|